diff options
| author | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-24 19:39:58 +0300 |
|---|---|---|
| committer | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-24 19:40:07 +0300 |
| commit | e447868c12a9d72e02817a4d699c4f6810420e3e (patch) | |
| tree | 2178f1bce860e2e3d668d364fc09bdbdc7daa708 /style.css | |
| parent | a58169386ca1feb178e73ba881b5223d6f6e0087 (diff) | |
Status icons + Gantt/Graph transition
Transition is now fixed and now has a neat movement effect
Each icon now has a status value (done, current, not done) to indicate
the state of deliverables
Gantt button was moved for better UI
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -212,6 +212,10 @@ input:focus { text-align: center; } +.status{ + display:none; +} + /* .typeselection{ position:fixed; @@ -398,9 +402,9 @@ input:focus { .onoffswitch { z-index:100; position: fixed; - width: 114px; - top:90px; - right: 30px; + width: 140px; + top:35px; + right: 180px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; } @@ -421,19 +425,19 @@ input:focus { .onoffswitch-inner:before, .onoffswitch-inner:after { display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px; - font-size: 15px; color: white; font-weight: bold; + font-size: 14px; color: white; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { - content: "GRAPH"; - padding-left: 10px; + content: "GANTT VIEW"; + padding-left: 5px; background-color: #080808; color: #FFFFFF; } .onoffswitch-inner:after { - content: "GANTT"; - padding-right: 10px; + content: "GRAPH VIEW"; + padding-right: 5px; background-color: #080808; color: #FFFFFF; text-align: right; } @@ -442,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: 75px; + position: absolute; top: 0; bottom: 0; right: 105px; -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%); |
