~ubuntu-branches/ubuntu/maverick/all-in-one-sidebar/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#commandBar {
	padding: 0px 1px 1px 1px;
}

*[aios_appOS="Darwin"] #commandBar {
	background-color: #D4DDE5;
	background-image: none;
}

toolbarbutton {
	padding: 2px 3px !important;
}

toolbarbutton > image {
	margin-right: 5px;
}

#page-button,
#source-button,
#about-button {
	padding: 0px !important;
}

#page-button .toolbarbutton-menubutton-button,
#source-button .toolbarbutton-menubutton-button,
#about-button .toolbarbutton-menubutton-button,
#toolsButton {
	-moz-box-orient: horizontal;
}

#page-button .toolbarbutton-menubutton-button {
	list-style-image: url(smallIcons/page.png);
}

#source-button .toolbarbutton-menubutton-button {
	list-style-image: url(smallIcons/source.png);
}

#about-button .toolbarbutton-menubutton-button {
	list-style-image: url(smallIcons/about.png);
}

/*#page-button .toolbarbutton-menubutton-button {
	list-style-image: url(images/page.png);
}

#source-button .toolbarbutton-menubutton-button {
	list-style-image: url(images/source.png);
}

#about-button .toolbarbutton-menubutton-button {
	list-style-image: url(images/about.png);
}

#page-button .toolbarbutton-menubutton-button > label,
#source-button .toolbarbutton-menubutton-button > label,
#about-button .toolbarbutton-menubutton-button > label {
	display: none;
}

#page-button .toolbarbutton-menubutton-button > image,
#source-button .toolbarbutton-menubutton-button > image,
#about-button .toolbarbutton-menubutton-button > image {
	margin-right: 0px;
}*/


#page-button .toolbarbutton-text,
#source-button .toolbarbutton-text,
#about-button .toolbarbutton-text {
  padding-left: 5px;
}

#ssrSidebar-mitem {
	padding-left: 13px;
}

#toolsButton {
	list-style-image: url(smallIcons/tools.png);
}
/*toolbarbutton dropmarker image {
	margin: 0px 1px 0px 3px;
}*/

#toolsButton image {
	margin: 1px;
}
#toolsButton dropmarker {
	margin-left: 1px;
}
#toolsButton > label {
	display: none;
}



/*
	Firefox-Standard-Theme
*/
page[aios_appDefTheme="true"]#webpanels-window {
	-moz-appearance: toolbox;
}

page[aios_appDefTheme="true"] #commandBar {
	border-bottom: 1px solid ThreedShadow;
}



/*
	Firefox- und Windows-Standard-Theme
*/
page[aios_appDefTheme="true"]:-moz-system-metric(windows-default-theme) #commandBar {
	border-bottom: 1px solid ActiveBorder;
}