f6e0a33f |
1 | |
2 | /******* SmartBrowsing **********/ |
3 | |
4 | #disabledDomains { |
5 | max-height: 15em; |
6 | } |
7 | |
8 | /******* Themes ****************/ |
9 | #skinsTree { |
10 | height : 80px; |
11 | } |
12 | |
13 | .smileface |
14 | { |
15 | list-style-image : url("chrome://global/skin/smiley/smile_n.gif"); |
16 | } |
17 | |
18 | #previewImageContainer { |
19 | overflow: hidden; |
20 | height: 92px; |
21 | background-color: #000000; |
22 | padding: 2px; |
23 | } |
24 | |
25 | #previewImage { |
26 | max-width: 387px; |
27 | } |
28 | |
29 | /** |
30 | * File icon (32x32) |
31 | **/ |
32 | .file-icon-large |
33 | { |
34 | list-style-image : url("chrome://communicator/skin/content-large.gif"); |
35 | } |
36 | |