From 26248a5fd11954b670c36cde25a13af990774c8c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 4 May 2012 14:08:20 -0700 Subject: Fixing the tools list separators and document bar disabled state Signed-off-by: Valerio Virgillito --- css/ninja.css | 4 ++-- scss/imports/scss/_MainWindow.scss | 1 - scss/imports/scss/_toolbar.scss | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/ninja.css b/css/ninja.css index c1c09f5e..6a804e99 100755 --- a/css/ninja.css +++ b/css/ninja.css @@ -172,7 +172,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co #openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { background-color: #7f7f7f; } -.documentBar { height: 25px; width: 1000px; position: relative; overflow: hidden; color: white; } +.documentBar { height: 25px; position: relative; overflow: hidden; color: white; } .montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); } @@ -819,7 +819,7 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 .toolsList { width: 29px; margin: auto; } -.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; } +.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; width: 100%; } .toolbutton { width: 29px; height: 29px; background-position: center center; background-repeat: no-repeat; border-radius: 3px; opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); -webkit-transition: 0.15s all cubic-bezier(0.44, 0.19, 0, 0.99); } diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index ace890aa..2fdf0ac6 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss @@ -340,7 +340,6 @@ .documentBar { height: 25px; - width: 1000px; position: relative; overflow: hidden; color: white; diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss index 9bf540cd..e4bf64bf 100755 --- a/scss/imports/scss/_toolbar.scss +++ b/scss/imports/scss/_toolbar.scss @@ -26,6 +26,7 @@ border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin:2px; + width:100%; } .toolbutton { -- cgit v1.2.3