diff options
author | Valerio Virgillito | 2012-05-04 14:08:20 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-04 14:08:20 -0700 |
commit | 26248a5fd11954b670c36cde25a13af990774c8c (patch) | |
tree | b2799f24b331bb2a5845cca3e7c147737c897b79 /scss | |
parent | 22af7613f36f3a30653060284e144830f9164c45 (diff) | |
download | ninja-26248a5fd11954b670c36cde25a13af990774c8c.tar.gz |
Fixing the tools list separators and document bar disabled state
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 1 | ||||
-rwxr-xr-x | scss/imports/scss/_toolbar.scss | 1 |
2 files changed, 1 insertions, 1 deletions
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 @@ | |||
340 | 340 | ||
341 | .documentBar { | 341 | .documentBar { |
342 | height: 25px; | 342 | height: 25px; |
343 | width: 1000px; | ||
344 | position: relative; | 343 | position: relative; |
345 | overflow: hidden; | 344 | overflow: hidden; |
346 | color: white; | 345 | 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 @@ | |||
26 | border-top: 1px solid #232323; | 26 | border-top: 1px solid #232323; |
27 | border-bottom: 1px solid #3A3A3A; | 27 | border-bottom: 1px solid #3A3A3A; |
28 | margin:2px; | 28 | margin:2px; |
29 | width:100%; | ||
29 | } | 30 | } |
30 | 31 | ||
31 | .toolbutton { | 32 | .toolbutton { |