diff options
author | Valerio Virgillito | 2012-07-23 17:10:32 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-23 17:10:32 -0700 |
commit | 94ff94677a961504125d5a954008f0063628e900 (patch) | |
tree | 70c68c92b9e6962faa5c40fa757e57df957dae46 /scss/imports | |
parent | 2b05717e49bafc4b401441d9a55153b9e4ae7e43 (diff) | |
download | ninja-94ff94677a961504125d5a954008f0063628e900.tar.gz |
tag-tool: Minor styles update and some cleanup
Styled the position drop down and moved some styles to the reel.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index 52d8ab46..5d935d69 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -351,16 +351,6 @@ input[type="radio"]:disabled { | |||
351 | position: relative; | 351 | position: relative; |
352 | } | 352 | } |
353 | 353 | ||
354 | .tagRadioButtons select.nj-skinned { | ||
355 | visibility: visible; | ||
356 | position: relative; | ||
357 | margin-top: 1px; | ||
358 | } | ||
359 | |||
360 | .tagRadioButtons select[disabled="true"].nj-skinned, | ||
361 | .tagRadioButtons select[disabled].nj-skinned { | ||
362 | visibility: hidden; | ||
363 | } | ||
364 | // End: styles for tag toolbar | 354 | // End: styles for tag toolbar |
365 | 355 | ||
366 | #zoomToolOptionHolder .zoomOutToolIcon { | 356 | #zoomToolOptionHolder .zoomOutToolIcon { |