summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-08-05 17:14:01 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-08-05 17:14:01 +0300
commitd81197849358f2482dbb46113f87beedee02f072 (patch)
treec0807331a2bd4aade55f2f877a08d98aedc1920f /style.css
parentce133cae340bf077a3cc1222257638392681a118 (diff)
Multiple Issues fixed
Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
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%);