##// END OF EJS Templates
reduce the size of repo in contextbar, it was too big and looked awkward.
marcink -
r3661:2487fc74 beta
parent child Browse files
Show More
@@ -1,342 +1,342 b''
1 /**
1 /**
2 * Stylesheets for the context bar
2 * Stylesheets for the context bar
3 */
3 */
4
4
5 #quick .repo_switcher { background-image: url("../images/icons/database.png"); }
5 #quick .repo_switcher { background-image: url("../images/icons/database.png"); }
6 #quick .journal { background-image: url("../images/icons/book.png"); }
6 #quick .journal { background-image: url("../images/icons/book.png"); }
7 #quick .search { background-image: url("../images/icons/search_16.png"); }
7 #quick .search { background-image: url("../images/icons/search_16.png"); }
8 #quick .admin { background-image: url("../images/icons/cog_edit.png"); }
8 #quick .admin { background-image: url("../images/icons/cog_edit.png"); }
9
9
10 #context-bar a.follow { background-image: url("../images/icons/heart.png"); }
10 #context-bar a.follow { background-image: url("../images/icons/heart.png"); }
11 #context-bar a.following { background-image: url("../images/icons/heart_delete.png"); }
11 #context-bar a.following { background-image: url("../images/icons/heart_delete.png"); }
12 #context-bar a.fork { background-image: url("../images/icons/arrow_divide.png"); }
12 #context-bar a.fork { background-image: url("../images/icons/arrow_divide.png"); }
13 #context-bar a.summary { background-image: url("../images/icons/clipboard_16.png"); }
13 #context-bar a.summary { background-image: url("../images/icons/clipboard_16.png"); }
14 #context-bar a.changelogs { background-image: url("../images/icons/time.png"); }
14 #context-bar a.changelogs { background-image: url("../images/icons/time.png"); }
15 #context-bar a.files { background-image: url("../images/icons/file.png"); }
15 #context-bar a.files { background-image: url("../images/icons/file.png"); }
16 #context-bar a.switch-to { background-image: url("../images/icons/arrow_switch.png"); }
16 #context-bar a.switch-to { background-image: url("../images/icons/arrow_switch.png"); }
17 #context-bar a.options { background-image: url("../images/icons/table_gear.png"); }
17 #context-bar a.options { background-image: url("../images/icons/table_gear.png"); }
18 #context-bar a.forks { background-image: url("../images/icons/arrow_divide.png"); }
18 #context-bar a.forks { background-image: url("../images/icons/arrow_divide.png"); }
19 #context-bar a.pull-request { background-image: url("../images/icons/arrow_join.png"); }
19 #context-bar a.pull-request { background-image: url("../images/icons/arrow_join.png"); }
20 #context-bar a.branches { background-image: url("../images/icons/arrow_branch.png"); }
20 #context-bar a.branches { background-image: url("../images/icons/arrow_branch.png"); }
21 #context-bar a.tags { background-image: url("../images/icons/tag_blue.png"); }
21 #context-bar a.tags { background-image: url("../images/icons/tag_blue.png"); }
22 #context-bar a.bookmarks { background-image: url("../images/icons/tag_green.png"); }
22 #context-bar a.bookmarks { background-image: url("../images/icons/tag_green.png"); }
23 #context-bar a.settings { background-image: url("../images/icons/cog.png"); }
23 #context-bar a.settings { background-image: url("../images/icons/cog.png"); }
24 #context-bar a.shortlog { background-image: url("../images/icons/time.png"); }
24 #context-bar a.shortlog { background-image: url("../images/icons/time.png"); }
25 #context-bar a.search { background-image: url("../images/icons/search_16.png"); }
25 #context-bar a.search { background-image: url("../images/icons/search_16.png"); }
26 #context-bar a.admin { background-image: url("../images/icons/cog_edit.png"); }
26 #context-bar a.admin { background-image: url("../images/icons/cog_edit.png"); }
27
27
28 #context-bar a.journal { background-image: url("../images/icons/book.png"); }
28 #context-bar a.journal { background-image: url("../images/icons/book.png"); }
29 #context-bar a.repos { background-image: url("../images/icons/database_edit.png"); }
29 #context-bar a.repos { background-image: url("../images/icons/database_edit.png"); }
30 #context-bar a.repos_groups { background-image: url("../images/icons/database_link.png"); }
30 #context-bar a.repos_groups { background-image: url("../images/icons/database_link.png"); }
31 #context-bar a.users { background-image: url("../images/icons/user_edit.png"); }
31 #context-bar a.users { background-image: url("../images/icons/user_edit.png"); }
32 #context-bar a.groups { background-image: url("../images/icons/group_edit.png"); }
32 #context-bar a.groups { background-image: url("../images/icons/group_edit.png"); }
33 #context-bar a.permissions { background-image: url("../images/icons/key.png"); }
33 #context-bar a.permissions { background-image: url("../images/icons/key.png"); }
34 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
34 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
35 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
35 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
36 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
36 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
37 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
37 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
38 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
38 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
39 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
39 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
40
40
41 #content #context-bar {
41 #content #context-bar {
42 position: relative;
42 position: relative;
43 overflow: visible;
43 overflow: visible;
44 background-color: #336699;
44 background-color: #336699;
45 border-top: 1px solid #517da8;
45 border-top: 1px solid #517da8;
46 border-bottom: 1px solid #003162;
46 border-bottom: 1px solid #003162;
47 padding: 0 5px;
47 padding: 0 5px;
48 min-height: 36px;
48 min-height: 36px;
49 }
49 }
50
50
51 #header #header-inner #quick a,
51 #header #header-inner #quick a,
52 #content #context-bar,
52 #content #context-bar,
53 #content #context-bar a {
53 #content #context-bar a {
54 color: #FFFFFF;
54 color: #FFFFFF;
55 }
55 }
56
56
57 #header #header-inner #quick a:hover,
57 #header #header-inner #quick a:hover,
58 #content #context-bar a:hover {
58 #content #context-bar a:hover {
59 text-decoration: none;
59 text-decoration: none;
60 }
60 }
61
61
62 #content #context-bar .icon {
62 #content #context-bar .icon {
63 display: inline-block;
63 display: inline-block;
64 width: 16px;
64 width: 16px;
65 height: 16px;
65 height: 16px;
66 vertical-align: text-bottom;
66 vertical-align: text-bottom;
67 }
67 }
68
68
69 ul.horizontal-list {
69 ul.horizontal-list {
70 display: block;
70 display: block;
71 }
71 }
72
72
73 ul.horizontal-list > li {
73 ul.horizontal-list > li {
74 float: left;
74 float: left;
75 position: relative;
75 position: relative;
76 }
76 }
77
77
78 #header #header-inner #quick ul,
78 #header #header-inner #quick ul,
79 ul.horizontal-list > li ul {
79 ul.horizontal-list > li ul {
80 position: absolute;
80 position: absolute;
81 display: none;
81 display: none;
82 right: 0;
82 right: 0;
83 z-index: 999;
83 z-index: 999;
84 }
84 }
85
85
86 #header #header-inner #quick li:hover > ul,
86 #header #header-inner #quick li:hover > ul,
87 ul.horizontal-list li:hover > ul {
87 ul.horizontal-list li:hover > ul {
88 display: block;
88 display: block;
89 }
89 }
90
90
91 #header #header-inner #quick li ul li,
91 #header #header-inner #quick li ul li,
92 ul.horizontal-list ul li {
92 ul.horizontal-list ul li {
93 position: relative;
93 position: relative;
94 border-bottom: 1px solid rgba(0,0,0,0.1);
94 border-bottom: 1px solid rgba(0,0,0,0.1);
95 border-top: 1px solid rgba(255,255,255,0.1);
95 border-top: 1px solid rgba(255,255,255,0.1);
96 }
96 }
97
97
98 ul.horizontal-list > li ul ul {
98 ul.horizontal-list > li ul ul {
99 position: absolute;
99 position: absolute;
100 right: 100%;
100 right: 100%;
101 top: -1px;
101 top: -1px;
102 min-width: 200px;
102 min-width: 200px;
103 max-height: 400px;
103 max-height: 400px;
104 overflow-x: hidden;
104 overflow-x: hidden;
105 overflow-y: auto;
105 overflow-y: auto;
106 }
106 }
107
107
108 #header #header-inner #quick ul a,
108 #header #header-inner #quick ul a,
109 ul.horizontal-list li a {
109 ul.horizontal-list li a {
110 white-space: nowrap;
110 white-space: nowrap;
111 }
111 }
112
112
113 #breadcrumbs {
113 #breadcrumbs {
114 float: left;
114 float: left;
115 padding: 3px 0 5px 0;
115 padding: 6px 0 5px 0;
116 padding-left: 5px;
116 padding-left: 5px;
117 font-weight: bold;
117 font-weight: bold;
118 font-size: 14px;
118 font-size: 14px;
119 }
119 }
120
120
121 #breadcrumbs span {
121 #breadcrumbs span {
122 font-weight: bold;
122 font-weight: bold;
123 font-size: 1.8em;
123 font-size: 1.4em;
124 }
124 }
125
125
126 #header #header-inner #quick ul,
126 #header #header-inner #quick ul,
127 #revision-changer,
127 #revision-changer,
128 #context-pages,
128 #context-pages,
129 #context-pages ul {
129 #context-pages ul {
130 background: #3b6998; /* Old browsers */
130 background: #3b6998; /* Old browsers */
131 background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
131 background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
132 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
132 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
133 background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
133 background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
134 background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
134 background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
135 background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
135 background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
136 background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
136 background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
137 /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/
137 /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/
138 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
138 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
139 }
139 }
140
140
141 #header #header-inner #quick a,
141 #header #header-inner #quick a,
142 #context-actions a,
142 #context-actions a,
143 #context-pages a {
143 #context-pages a {
144 background-repeat: no-repeat;
144 background-repeat: no-repeat;
145 background-position: 10px 50%;
145 background-position: 10px 50%;
146 padding-left: 30px;
146 padding-left: 30px;
147 }
147 }
148
148
149 #quick a,
149 #quick a,
150 #context-pages ul ul a {
150 #context-pages ul ul a {
151 padding-left: 10px;
151 padding-left: 10px;
152 }
152 }
153
153
154 ul#context-actions {
154 ul#context-actions {
155 display: inline-block;
155 display: inline-block;
156 float: right;
156 float: right;
157 border-radius: 4px;
157 border-radius: 4px;
158 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
158 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
159 }
159 }
160
160
161 #content ul#context-actions li {
161 #content ul#context-actions li {
162 padding: 0px;
162 padding: 0px;
163 border-right: 1px solid rgba(0,0,0,0.1);
163 border-right: 1px solid rgba(0,0,0,0.1);
164 border-left: 1px solid rgba(255,255,255,0.1);
164 border-left: 1px solid rgba(255,255,255,0.1);
165 }
165 }
166
166
167 #context-actions a {
167 #context-actions a {
168 display: block;
168 display: block;
169 cursor: pointer;
169 cursor: pointer;
170 background: none;
170 background: none;
171 border: none;
171 border: none;
172 margin: 0px;
172 margin: 0px;
173 height: auto;
173 height: auto;
174 padding: 10px 10px 10px 30px;
174 padding: 10px 10px 10px 30px;
175 background-repeat: no-repeat;
175 background-repeat: no-repeat;
176 background-position: 10px 50%;
176 background-position: 10px 50%;
177 font-size: 1em;
177 font-size: 1em;
178 }
178 }
179
179
180 #context-actions a {
180 #context-actions a {
181 padding: 11px 10px 12px 30px;
181 padding: 11px 10px 12px 30px;
182 }
182 }
183
183
184 #header #header-inner #quick li:hover,
184 #header #header-inner #quick li:hover,
185 #revision-changer:hover,
185 #revision-changer:hover,
186 #context-pages li:hover,
186 #context-pages li:hover,
187 #context-actions li:hover,
187 #context-actions li:hover,
188 #content #context-actions li:hover,
188 #content #context-actions li:hover,
189 #header #header-inner #quick li.current,
189 #header #header-inner #quick li.current,
190 #context-pages li.current {
190 #context-pages li.current {
191 background: #6388ad; /* Old browsers */
191 background: #6388ad; /* Old browsers */
192 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
192 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
193 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
193 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
194 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
194 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
195 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
195 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
196 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
196 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
197 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
197 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
198 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
198 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
199 }
199 }
200
200
201
201
202 #content #context-actions li:first-child {
202 #content #context-actions li:first-child {
203 border-left: none;
203 border-left: none;
204 border-radius: 4px 0 0px 4px;
204 border-radius: 4px 0 0px 4px;
205 }
205 }
206
206
207 #content #context-actions li:last-child {
207 #content #context-actions li:last-child {
208 border-right: none;
208 border-right: none;
209 border-radius: 0 4px 4px 0;
209 border-radius: 0 4px 4px 0;
210 }
210 }
211
211
212 #content #context-actions .icon {
212 #content #context-actions .icon {
213 margin: auto;
213 margin: auto;
214 margin-bottom: 5px;
214 margin-bottom: 5px;
215 display: block;
215 display: block;
216 clear: both;
216 clear: both;
217 float: none;
217 float: none;
218 }
218 }
219
219
220 #content #context-pages .follow .show-following,
220 #content #context-pages .follow .show-following,
221 #content #context-pages .following .show-follow {
221 #content #context-pages .following .show-follow {
222 display: none;
222 display: none;
223 }
223 }
224
224
225 #context-pages {
225 #context-pages {
226 float: right;
226 float: right;
227 border-left: 1px solid rgba(0,0,0,0.1);
227 border-left: 1px solid rgba(0,0,0,0.1);
228 }
228 }
229
229
230 #context-pages li.current {
230 #context-pages li.current {
231 background: #535353; /* Old browsers */
231 background: #535353; /* Old browsers */
232 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
232 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
233 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
233 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
234 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
234 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
235 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
235 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
236 background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
236 background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
237 background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
237 background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
238 }
238 }
239
239
240 #content #context-pages .icon {
240 #content #context-pages .icon {
241 margin-right: 5px;
241 margin-right: 5px;
242 }
242 }
243
243
244 #header #header-inner #quick li,
244 #header #header-inner #quick li,
245 #content #context-pages li {
245 #content #context-pages li {
246 border-right: 1px solid rgba(0,0,0,0.1);
246 border-right: 1px solid rgba(0,0,0,0.1);
247 border-left: 1px solid rgba(255,255,255,0.1);
247 border-left: 1px solid rgba(255,255,255,0.1);
248 padding: 0;
248 padding: 0;
249 }
249 }
250 #header #header-inner #quick li:last-child,
250 #header #header-inner #quick li:last-child,
251 #content #context-pages li:last-child {
251 #content #context-pages li:last-child {
252 border-right: none;
252 border-right: none;
253 }
253 }
254
254
255 #header #header-inner #quick > li:first-child {
255 #header #header-inner #quick > li:first-child {
256 border-left: none;
256 border-left: none;
257 }
257 }
258
258
259 #header #header-inner #quick > li:first-child > a {
259 #header #header-inner #quick > li:first-child > a {
260 border-radius: 4px 0 0 4px;
260 border-radius: 4px 0 0 4px;
261 }
261 }
262
262
263 #header #header-inner #quick a,
263 #header #header-inner #quick a,
264 #context-pages a,
264 #context-pages a,
265 #context-pages .admin_menu a {
265 #context-pages .admin_menu a {
266 display: block;
266 display: block;
267 padding: 0px 10px 1px 30px;
267 padding: 0px 10px 1px 30px;
268 padding-left: 30px;
268 padding-left: 30px;
269 line-height: 35px;
269 line-height: 35px;
270 }
270 }
271
271
272 #header #header-inner #quick a.thin,
272 #header #header-inner #quick a.thin,
273 #context-pages a.thin,
273 #context-pages a.thin,
274 #context-pages .admin_menu a.thin {
274 #context-pages .admin_menu a.thin {
275 line-height: 28px !important;
275 line-height: 28px !important;
276 }
276 }
277
277
278 #header #header-inner #quick a#quick_login_link {
278 #header #header-inner #quick a#quick_login_link {
279 padding-left: 0px;
279 padding-left: 0px;
280 }
280 }
281
281
282 #header #header-inner #quick a {
282 #header #header-inner #quick a {
283 overflow: hidden;
283 overflow: hidden;
284 }
284 }
285 #quick a.childs:after,
285 #quick a.childs:after,
286 #revision-changer:before,
286 #revision-changer:before,
287 #context-pages a.childs:after,
287 #context-pages a.childs:after,
288 #context-pages a.dropdown:after {
288 #context-pages a.dropdown:after {
289 content: ' \25BE';
289 content: ' \25BE';
290 }
290 }
291 #context-pages a.childs {
291 #context-pages a.childs {
292 padding-right: 30px;
292 padding-right: 30px;
293 }
293 }
294 #context-pages a.childs:after {
294 #context-pages a.childs:after {
295 position: absolute;
295 position: absolute;
296 float: right;
296 float: right;
297 padding-left: 5px;
297 padding-left: 5px;
298 padding-right: 5px;
298 padding-right: 5px;
299 }
299 }
300
300
301 #revision-changer:before {
301 #revision-changer:before {
302 position: absolute;
302 position: absolute;
303 top: 0px;
303 top: 0px;
304 right: 0px;
304 right: 0px;
305 border-right: 1px solid rgba(0,0,0,0.1);
305 border-right: 1px solid rgba(0,0,0,0.1);
306 height: 25px;
306 height: 25px;
307 padding-top: 10px;
307 padding-top: 10px;
308 padding-right: 10px;
308 padding-right: 10px;
309 }
309 }
310
310
311 #context-pages li:last-child a {
311 #context-pages li:last-child a {
312 padding-right: 10px;
312 padding-right: 10px;
313 }
313 }
314
314
315 #context-bar #revision-changer {
315 #context-bar #revision-changer {
316 position: relative;
316 position: relative;
317 cursor: pointer;
317 cursor: pointer;
318 border: none;
318 border: none;
319 padding: 0;
319 padding: 0;
320 margin: 0;
320 margin: 0;
321 color: #FFFFFF;
321 color: #FFFFFF;
322 font-size: 0.85em;
322 font-size: 0.85em;
323 padding: 2px 15px;
323 padding: 2px 15px;
324 padding-bottom: 3px;
324 padding-bottom: 3px;
325 padding-right: 30px;
325 padding-right: 30px;
326 border-right: 1px solid rgba(255,255,255,0.1);
326 border-right: 1px solid rgba(255,255,255,0.1);
327 }
327 }
328
328
329 #revision-changer .branch-name,
329 #revision-changer .branch-name,
330 #revision-changer .revision {
330 #revision-changer .revision {
331 display: block;
331 display: block;
332 text-align: center;
332 text-align: center;
333 line-height: 1.5em;
333 line-height: 1.5em;
334 }
334 }
335
335
336 #revision-changer .branch-name {
336 #revision-changer .branch-name {
337 font-weight: bold;
337 font-weight: bold;
338 }
338 }
339
339
340 #revision-changer .revision {
340 #revision-changer .revision {
341 text-transform: uppercase;
341 text-transform: uppercase;
342 }
342 }
General Comments 0
You need to be logged in to leave comments. Login now