From d81197849358f2482dbb46113f87beedee02f072 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 5 Aug 2014 17:14:01 +0300 Subject: Multiple Issues fixed Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index e66f771e..4fcc3f5c 100644 --- a/style.css +++ b/style.css @@ -71,7 +71,7 @@ a:active { } #textanalyser{ - width:900px; + width:300px; height:30px; } @@ -402,7 +402,7 @@ input:focus { .onoffswitch { z-index:100; position: fixed; - width: 140px; + width: 160px; top:35px; right: 180px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; @@ -430,7 +430,7 @@ input:focus { } .onoffswitch-inner:before { - content: "GANTT VIEW"; + content: "TIMELINE VIEW"; padding-left: 5px; background-color: #080808; color: #FFFFFF; } @@ -446,7 +446,7 @@ input:focus { display: block; width: 35px; margin: 0px; background: #3D3D3D; border: 1px solid #FFFFFF; border-radius: 5px; - position: absolute; top: 0; bottom: 0; right: 105px; + position: absolute; top: 0; bottom: 0; right: 125px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); -- cgit v1.3.1