improve and correct identity box display, also make it work with current 17.0a1 Night...
[themes.git] / LCARStrek / messenger / mailWindow1.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /* ===== mailWindow1.css ================================================
6   == Styles for the main Mail window in the default layout scheme.
7   ======================================================================= */
8
9 @import url("chrome://messenger/skin/");
10 @import url("chrome://messenger/skin/primaryToolbar.css");
11 @import url("chrome://messenger/skin/folderMenus.css");
12
13 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14
15 /* :::::
16    :: Make sure the min height is small so we can
17    :: resize the pane vertically -EDV
18    ::::: */
19
20 #messagepanebox {
21   min-height: 10px;
22   height: 0px;
23 }
24
25 #threadpane-splitter {
26   border: none;
27 }
28
29 #folderpane-splitter {
30   border: none;
31 }
32
33 #locationIcon {
34   list-style-image: none;
35 }
36
37 /* ..... folder pane adjustments ..... */
38
39 .folderview-cycler > .toolbarbutton-text {
40   display: none;
41 }
42
43 .folderview-cycler > .toolbarbutton-icon {
44   margin: 0px;
45 }
46
47 .folderview-cycler[dir="prev"],
48 .folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
49   list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
50 }
51
52 .folderview-cycler[dir="next"],
53 .folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
54   list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
55 }
56
57 /* ..... tree adjustments ..... */
58
59 #folderTree {
60   min-width: 1px;
61   border: none;
62 }
63
64 #threadTree {
65   min-width: 1px;
66   border: none;
67 }
68
69 /* ..... tabmail ..... */
70
71 tabpanels {
72   /* don't draw tabpanel borders; see also tabbrowser.css */
73   -moz-appearance: none;
74 }
75
76 .tab-close-button {
77   margin: 0;
78 }
79 /*
80 .tabmail-tab[type="message"] .tab-icon {
81   margin-top: -2px;
82 }
83 */
84 .tabmail-tab[type="folder"][NewMessages="true"],
85 .tabmail-tab[type="folder"][IsServer="true"],
86 .alltabs-item[selected="true"] {
87   font-weight: bold;
88 }
89
90 /* ::::: lightweight themes ::::: */
91
92 .tabmail-tab:-moz-lwtheme:not([selected="true"]) {
93   opacity: .8;
94 }
95
96 .tabmail-tab:-moz-lwtheme {
97   text-shadow: none;
98 }
99
100 #tabbar-toolbar {
101   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
102   border-top-style: none;
103   border-bottom-style: none;
104   min-height: 0;
105 }