diff options
author | Valerio Virgillito | 2012-05-29 11:43:55 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 11:43:55 -0700 |
commit | 4fa08fe2ce439a5f5c248c568f72d3828ee11b36 (patch) | |
tree | 3fb2977a349c01c5b8cdbd2ab686a0099e3c3999 /js/components/layout/document-entry.reel/document-entry.css | |
parent | 0c9c719acb9381e147b90abbf733ad7eb3beb7f7 (diff) | |
download | ninja-4fa08fe2ce439a5f5c248c568f72d3828ee11b36.tar.gz |
fix for the document tab close button and rulers on initial document
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/document-entry.reel/document-entry.css')
-rwxr-xr-x | js/components/layout/document-entry.reel/document-entry.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/js/components/layout/document-entry.reel/document-entry.css b/js/components/layout/document-entry.reel/document-entry.css index 010e1da7..6a2900be 100755 --- a/js/components/layout/document-entry.reel/document-entry.css +++ b/js/components/layout/document-entry.reel/document-entry.css | |||
@@ -19,17 +19,13 @@ | |||
19 | min-width:0px; | 19 | min-width:0px; |
20 | } | 20 | } |
21 | 21 | ||
22 | .mybutton { | 22 | .documentCloseButton { |
23 | display: inline; | 23 | display: inline; |
24 | -webkit-appearance: none; | 24 | -webkit-appearance: none; |
25 | outline: none; | 25 | outline: none; |
26 | |||
27 | font-size: 9px; | ||
28 | cursor: pointer; | 26 | cursor: pointer; |
29 | border: 0px; | 27 | border: 0px; |
30 | background-color: #474747; | 28 | background: #474747 url(../../../../images/documentsTab/close_button.gif) center center no-repeat; |
31 | background-image: -webkit-linear-gradient(top, #505050 0%, #3c3c3c 100%); | ||
32 | |||
33 | } | 29 | } |
34 | 30 | ||
35 | .documentEntry button { | 31 | .documentEntry button { |