##// END OF EJS Templates
Style clean up, and comments removal.
Leonardo Carneiro -
r3539:c65b4405 beta
parent child Browse files
Show More
@@ -7,195 +7,185 b''
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 button.follow { background-image: url("../images/icons/heart.png"); }
10 #context-bar button.follow { background-image: url("../images/icons/heart.png"); }
11 #context-bar button.following { background-image: url("../images/icons/heart_delete.png"); }
11 #context-bar button.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.pull-request { background-image: url("../images/icons/arrow_join.png"); }
18 #context-bar a.pull-request { background-image: url("../images/icons/arrow_join.png"); }
19 #context-bar a.branches { background-image: url("../images/icons/arrow_branch.png"); }
19 #context-bar a.branches { background-image: url("../images/icons/arrow_branch.png"); }
20 #context-bar a.tags { background-image: url("../images/icons/tag_blue.png"); }
20 #context-bar a.tags { background-image: url("../images/icons/tag_blue.png"); }
21 #context-bar a.bookmarks { background-image: url("../images/icons/tag_green.png"); }
21 #context-bar a.bookmarks { background-image: url("../images/icons/tag_green.png"); }
22 #context-bar a.settings { background-image: url("../images/icons/cog.png"); }
22 #context-bar a.settings { background-image: url("../images/icons/cog.png"); }
23 #context-bar a.shortlog { background-image: url("../images/icons/time.png"); }
23 #context-bar a.shortlog { background-image: url("../images/icons/time.png"); }
24 #context-bar a.search { background-image: url("../images/icons/search_16.png"); }
24 #context-bar a.search { background-image: url("../images/icons/search_16.png"); }
25 #context-bar a.admin { background-image: url("../images/icons/cog_edit.png"); }
25 #context-bar a.admin { background-image: url("../images/icons/cog_edit.png"); }
26
26
27 #context-bar a.journal { background-image: url("../images/icons/book.png"); }
27 #context-bar a.journal { background-image: url("../images/icons/book.png"); }
28 #context-bar a.repos { background-image: url("../images/icons/database_edit.png"); }
28 #context-bar a.repos { background-image: url("../images/icons/database_edit.png"); }
29 #context-bar a.repos_groups { background-image: url("../images/icons/database_link.png"); }
29 #context-bar a.repos_groups { background-image: url("../images/icons/database_link.png"); }
30 #context-bar a.users { background-image: url("../images/icons/user_edit.png"); }
30 #context-bar a.users { background-image: url("../images/icons/user_edit.png"); }
31 #context-bar a.groups { background-image: url("../images/icons/group_edit.png"); }
31 #context-bar a.groups { background-image: url("../images/icons/group_edit.png"); }
32 #context-bar a.permissions { background-image: url("../images/icons/key.png"); }
32 #context-bar a.permissions { background-image: url("../images/icons/key.png"); }
33 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
33 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
34 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
34 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
35 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
35 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
36 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
36 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
37 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
37 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
38 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
38 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
39
39
40 #content #context-bar {
40 #content #context-bar {
41 position: relative;
41 position: relative;
42 background-color: #003B76 !important;
42 background-color: #003B76 !important;
43 padding: 0px;
43 padding: 0px;
44 overflow: visible;
44 overflow: visible;
45 }
45 }
46
46
47 #header #header-inner #quick a,
47 #header #header-inner #quick a,
48 #content #context-bar,
48 #content #context-bar,
49 #content #context-bar a,
49 #content #context-bar a,
50 #content #context-bar button {
50 #content #context-bar button {
51 color: #FFFFFF;
51 color: #FFFFFF;
52 }
52 }
53
53
54 #header #header-inner #quick a:hover,
54 #header #header-inner #quick a:hover,
55 #content #context-bar a:hover,
55 #content #context-bar a:hover,
56 #content #context-bar button:hover {
56 #content #context-bar button:hover {
57 text-decoration: none;
57 text-decoration: none;
58 /* color: #bfe3ff;*/
59 }
58 }
60
59
61 #content #context-bar .icon {
60 #content #context-bar .icon {
62 display: inline-block;
61 display: inline-block;
63 width: 16px;
62 width: 16px;
64 height: 16px;
63 height: 16px;
65 vertical-align: text-bottom;
64 vertical-align: text-bottom;
66 }
65 }
67
66
68 ul.horizontal-list {
67 ul.horizontal-list {
69 display: block;
68 display: block;
70 /* overflow: hidden;*/
71 }
69 }
72
70
73 ul.horizontal-list > li {
71 ul.horizontal-list > li {
74 float: left;
72 float: left;
75 position: relative;
73 position: relative;
76 }
74 }
77
75
78 #header #header-inner #quick ul,
76 #header #header-inner #quick ul,
79 ul.horizontal-list > li ul {
77 ul.horizontal-list > li ul {
80 position: absolute;
78 position: absolute;
81 display: none;
79 display: none;
82 right: 0;
80 right: 0;
83 z-index: 999;
81 z-index: 999;
84 }
82 }
85
83
86 #header #header-inner #quick li:hover > ul,
84 #header #header-inner #quick li:hover > ul,
87 ul.horizontal-list li:hover > ul {
85 ul.horizontal-list li:hover > ul {
88 display: block;
86 display: block;
89 }
87 }
90
88
91 #header #header-inner #quick li ul li,
89 #header #header-inner #quick li ul li,
92 ul.horizontal-list ul li {
90 ul.horizontal-list ul li {
93 position: relative;
91 position: relative;
94 border-bottom: 1px solid rgba(0,0,0,0.1);
92 border-bottom: 1px solid rgba(0,0,0,0.1);
95 border-top: 1px solid rgba(255,255,255,0.1);
93 border-top: 1px solid rgba(255,255,255,0.1);
96 }
94 }
97
95
98 ul.horizontal-list > li ul ul {
96 ul.horizontal-list > li ul ul {
99 position: absolute;
97 position: absolute;
100 right: 100%;
98 right: 100%;
101 top: -1px;
99 top: -1px;
102 min-width: 200px;
100 min-width: 200px;
103 max-height: 400px;
101 max-height: 400px;
104 overflow-x:hidden;
102 overflow-x:hidden;
105 overflow-y:auto;
103 overflow-y:auto;
106 }
104 }
107
105
108 #header #header-inner #quick ul a,
106 #header #header-inner #quick ul a,
109 ul.horizontal-list li a {
107 ul.horizontal-list li a {
110 white-space: nowrap;
108 white-space: nowrap;
111 }
109 }
112
110
113 #breadcrumbs {
111 #breadcrumbs {
114 float:left;
112 float:left;
115 padding: 5px 0;
113 padding: 5px 0;
116 padding-left: 5px;
114 padding-left: 5px;
117 font-weight: bold;
115 font-weight: bold;
118 font-size: 14px;
116 font-size: 14px;
119 }
117 }
120
118
121 #breadcrumbs span{
119 #breadcrumbs span {
122 font-weight: bold;
120 font-weight: bold;
123 font-size: 2em;
121 font-size: 2em;
124 }
122 }
125
123
126 #context-top {
124 #context-top {
127 position: relative;
125 position: relative;
128 overflow: hidden;
126 overflow: hidden;
129 border-bottom: 1px solid #003162;
127 border-bottom: 1px solid #003162;
130 padding: 5px;
128 padding: 5px;
131 }
129 }
132
130
133 /*#quick,*/
134 #header #header-inner #quick ul,
131 #header #header-inner #quick ul,
135 #revision-changer,
132 #revision-changer,
136 #context-pages,
133 #context-pages,
137 #context-pages ul /*,
134 #context-pages ul {
138 ul#context-actions */{
135 background: #3b6998; /* Old browsers */
139 background: #3b6998; /* Old browsers */
136 background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
140 background: -moz-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* FF3.6+ */
137 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
141 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4574a2), color-stop(100%,#2f5d8b)); /* Chrome,Safari4+ */
138 background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
142 background: -webkit-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Chrome10+,Safari5.1+ */
139 background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
143 background: -o-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* Opera 11.10+ */
140 background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
144 background: -ms-linear-gradient(top, #4574a2 0%, #2f5d8b 100%); /* IE10+ */
141 background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
145 background: linear-gradient(to bottom, #4574a2 0%, #2f5d8b 100%); /* W3C */
142 /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/
146 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
143 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4574a2', endColorstr='#2f5d8b',GradientType=0 ); /* IE6-9 */*/
147 }
144 }
148
145
149 #header #header-inner #quick a,
146 #header #header-inner #quick a,
150 #context-actions a,
147 #context-actions a,
151 #context-pages a {
148 #context-pages a {
152 background-repeat: no-repeat;
149 background-repeat: no-repeat;
153 background-position: 10px 50%;
150 background-position: 10px 50%;
154 padding-left: 30px;
151 padding-left: 30px;
155 }
152 }
156
153
157 #quick a,
154 #quick a,
158 #context-pages ul ul a{
155 #context-pages ul ul a {
159 padding-left: 10px;
156 padding-left: 10px;
160 }
157 }
161
158
162 ul#context-actions {
159 ul#context-actions {
163 display: inline-block;
160 display: inline-block;
164 float: right;
161 float: right;
165 border-radius: 4px;
162 border-radius: 4px;
166 /*background-color:#3b6998;*/
163 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
167 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
168 /* padding: 5px;*/
169 }
164 }
170 #content ul#context-actions li {
165 #content ul#context-actions li {
171 padding: 0px;
166 padding: 0px;
172 border-right: 1px solid rgba(0,0,0,0.1);
167 border-right: 1px solid rgba(0,0,0,0.1);
173 border-left: 1px solid rgba(255,255,255,0.1);
168 border-left: 1px solid rgba(255,255,255,0.1);
174 }
169 }
175
170
176 #context-actions button,
171 #context-actions button,
177 #context-actions a {
172 #context-actions a {
178 display: block;
173 display: block;
179 cursor: pointer;
174 cursor: pointer;
180 background: none;
175 background: none;
181 border: none;
176 border: none;
182 margin: 0px;
177 margin: 0px;
183 height: auto;
178 height: auto;
184 padding: 10px 10px 10px 30px;
179 padding: 10px 10px 10px 30px;
185 background-repeat: no-repeat;
180 background-repeat: no-repeat;
186 background-position: 10px 50%;
181 background-position: 10px 50%;
187 font-size: 1em;
182 font-size: 1em;
188 /*padding-top: 24px;*/
189 }
183 }
190
184
191 #context-actions a {
185 #context-actions a {
192 padding: 11px 10px 12px 30px;
186 padding: 11px 10px 12px 30px;
193 }
187 }
194
188
195 /*#context-actions button{
196 padding-top: 22px;
197 height: 40px;
198 }*/
199 #header #header-inner #quick li:hover,
189 #header #header-inner #quick li:hover,
200 #revision-changer:hover,
190 #revision-changer:hover,
201 #context-pages li:hover,
191 #context-pages li:hover,
@@ -203,178 +193,171 b' ul#context-actions {'
203 #content #context-actions li:hover,
193 #content #context-actions li:hover,
204 #header #header-inner #quick li.current,
194 #header #header-inner #quick li.current,
205 #context-pages li.current {
195 #context-pages li.current {
206 /*background: rgba(255,255,255,0.2);*/
196 background: #6388ad; /* Old browsers */
207 background: #6388ad; /* Old browsers */
197 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
208 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
198 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+ */
209 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+ */
199 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
210 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
200 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
211 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
201 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
212 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
202 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
213 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
203 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
214 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
215
216 background-image: -webkit-gradient(linear, left top, left bottom, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
217
218 /*border-radius: 4px;*/
219 }
204 }
220
205
221
206
222 #content #context-actions li:first-child {
207 #content #context-actions li:first-child {
223 border-left: none;
208 border-left: none;
224 border-radius:4px 0 0px 4px;
209 border-radius:4px 0 0px 4px;
225 }
210 }
226
211
227 #content #context-actions li:last-child {
212 #content #context-actions li:last-child {
228 border-right: none;
213 border-right: none;
229 border-radius:0 4px 4px 0;
214 border-radius:0 4px 4px 0;
230 }
215 }
231
216
232 #content #context-actions .icon{
217 #content #context-actions .icon {
233 margin: auto;
218 margin: auto;
234 margin-bottom: 5px;
219 margin-bottom: 5px;
235 display: block;
220 display: block;
236 clear: both;
221 clear: both;
237 float: none;
222 float: none;
238 }
223 }
239
224
240 #content #context-actions button.follow,
225 #content #context-actions button.follow,
241 #content #context-actions button.following{
226 #content #context-actions button.following {
242 width: auto;
227 width: auto;
243 float: none;
228 float: none;
244 }
229 }
245
230
246 #content #context-actions button .show-following,
231 #content #context-actions button .show-following,
247 #content #context-actions button .show-follow {
232 #content #context-actions button .show-follow {
248 display: none;
233 display: none;
249 }
234 }
250
235
251 #content #context-bar #context-actions button.follow .show-follow {
236 #content #context-bar #context-actions button.follow .show-follow {
252 display: block;
237 display: block;
253 }
238 }
254
239
255 #content #context-bar #context-actions button.following .show-following {
240 #content #context-bar #context-actions button.following .show-following {
256 display: block;
241 display: block;
257 }
242 }
258
243
259 #context-state {
244 #context-state {
260 background-color: #336699;
245 background-color: #336699;
261 border-top: 1px solid #517da8;
246 border-top: 1px solid #517da8;
262 min-height: 36px;
247 min-height: 36px;
263 /* overflow: hidden;*/
264 }
248 }
265
249
266 #context-pages {
250 #context-pages {
267 float: right;
251 float: right;
268 border-left: 1px solid rgba(0,0,0,0.1);
252 border-left: 1px solid rgba(0,0,0,0.1);
269 /* overflow: hidden;*/
270 }
253 }
271
254
272 #context-pages li.curreasdnt{
255 #context-pages li.curreasdnt {
273 background: #535353; /* Old browsers */
256 background: #535353; /* Old browsers */
274 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
257 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
275 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
258 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
276 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
259 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
277 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
260 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
278 background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
261 background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
279 background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
262 background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
280 }
263 }
281
264
282 #content #context-pages .icon {
265 #content #context-pages .icon {
283 margin-right:5px;
266 margin-right:5px;
284 }
267 }
285
268
286 #header #header-inner #quick li,
269 #header #header-inner #quick li,
287 #content #context-pages li {
270 #content #context-pages li {
288 border-right: 1px solid rgba(0,0,0,0.1);
271 border-right: 1px solid rgba(0,0,0,0.1);
289 border-left: 1px solid rgba(255,255,255,0.1);
272 border-left: 1px solid rgba(255,255,255,0.1);
290 padding: 0;
273 padding: 0;
291 }
274 }
292 #header #header-inner #quick li:last-child,
275 #header #header-inner #quick li:last-child,
293 #content #context-pages li:last-child {
276 #content #context-pages li:last-child {
294 border-right:none;
277 border-right:none;
295 }
278 }
296
279
297 #header #header-inner #quick li:first-child{
280 #header #header-inner #quick li:first-child {
298 border-left:none;
281 border-left:none;
299 }
282 }
300
283
301 #header #header-inner #quick > li:first-child > a{
284 #header #header-inner #quick > li:first-child > a {
302 border-radius: 4px 0 0 4px;
285 border-radius: 4px 0 0 4px;
303 }
286 }
304
287
305 #header #header-inner #quick a,
288 #header #header-inner #quick a,
306 #context-pages a,
289 #context-pages a,
307 #context-pages .admin_menu a{
290 #context-pages .admin_menu a {
308 display: block;
291 display: block;
309 padding: 0px 10px 1px 30px;
292 padding: 0px 10px 1px 30px;
310 padding-left: 30px;
293 padding-left: 30px;
311 line-height: 35px;
294 line-height: 35px;
312 }
295 }
313
296
314 #header #header-inner #quick a#quick_login_link {
297 #header #header-inner #quick a#quick_login_link {
315 padding-left: 0px;
298 padding-left: 0px;
316 }
299 }
317
300
318 #header #header-inner #quick a {
301 #header #header-inner #quick a {
319 overflow: hidden;
302 overflow: hidden;
320 }
303 }
321 #quick a.childs:after,
304 #quick a.childs:after,
322 #revision-changer:before,
305 #revision-changer:before,
323 #context-pages a.childs:after,
306 #context-pages a.childs:after,
324 #context-pages a.dropdown:after {
307 #context-pages a.dropdown:after {
325 content: ' \25BE';
308 content: ' \25BE';
326 }
309 }
327 #context-pages a.childs {
310 #context-pages a.childs {
328 padding-right: 20px;
311 padding-right: 20px;
329 }
312 }
330 #context-pages a.childs:after{
313 #context-pages a.childs:after {
331 position: absolute;
314 position: absolute;
332 float: right;
315 float: right;
333 padding-left: 5px;
316 padding-left: 5px;
334 padding-right: 5px;
317 padding-right: 5px;
335 }
318 }
336
319
337 #revision-changer:before {
320 #revision-changer:before {
338 position: absolute;
321 position: absolute;
339 top: 0px;
322 top: 0px;
340 right: 0px;
323 right: 0px;
341 border-right: 1px solid rgba(0,0,0,0.1);
324 border-right: 1px solid rgba(0,0,0,0.1);
342 height: 25px;
325 height: 25px;
343 padding-top: 10px;
326 padding-top: 10px;
344 padding-right: 10px;
327 padding-right: 10px;
345 }
328 }
346
329
347 #context-pages li:last-child a {
330 #context-pages li:last-child a {
348 padding-right: 10px;
331 padding-right: 10px;
349 }
332 }
350
333
351 #context-bar #revision-changer {
334 #context-bar #revision-changer {
352 position: relative;
335 position: relative;
353 cursor: pointer;
336 cursor: pointer;
354 border: none;
337 border: none;
355 padding: 0;
338 padding: 0;
356 margin: 0;
339 margin: 0;
357 color: #FFFFFF;
340 color: #FFFFFF;
358 font-size: 0.85em;
341 font-size: 0.85em;
359 padding: 2px 15px;
342 padding: 2px 15px;
360 padding-bottom: 3px;
343 padding-bottom: 3px;
361 padding-right: 30px;
344 padding-right: 30px;
362 border-right: 1px solid rgba(255,255,255,0.1);
345 border-right: 1px solid rgba(255,255,255,0.1);
363 }
346 }
364
347
365 #revision-changer .branch-name,
348 #revision-changer .branch-name,
366 #revision-changer .revision {
349 #revision-changer .revision {
367 display: block;
350 display: block;
368 text-align: center;
351 text-align: center;
369 line-height: 1.5em;
352 line-height: 1.5em;
370 }
353 }
371
354
372 #revision-changer .branch-name {
355 #revision-changer .branch-name {
373 font-weight: bold;
356 font-weight: bold;
374 }
357 }
375
358
376 #revision-changer .revision{
359 #revision-changer .revision {
377 text-transform: uppercase;
360 text-transform: uppercase;
378 }
361 }
379
362
380
363
@@ -213,7 +213,7 b' div.options a {'
213 }
213 }
214
214
215 .empty_data {
215 .empty_data {
216 color:#B9B9B9;
216 color: #B9B9B9;
217 }
217 }
218
218
219 a.permalink {
219 a.permalink {
@@ -311,7 +311,7 b' div:hover > a.permalink {'
311 border-radius: 0px 0px 4px 4px;
311 border-radius: 0px 0px 4px 4px;
312 }
312 }
313
313
314 #header-dd:hover{
314 #header-dd:hover {
315 opacity: 0.2;
315 opacity: 0.2;
316 -webkit-transition: opacity 0.5s ease-in-out;
316 -webkit-transition: opacity 0.5s ease-in-out;
317 -moz-transition: opacity 0.5s ease-in-out;
317 -moz-transition: opacity 0.5s ease-in-out;
@@ -405,44 +405,14 b' div:hover > a.permalink {'
405 padding: 0;
405 padding: 0;
406 border-radius: 4px;
406 border-radius: 4px;
407 }
407 }
408 /*
408
409 #header #header-inner #quick > li {
410 position: relative;
411 float: left;
412 margin: 0 5px 0 0;
413 padding: 0;
414 }
415
416 #header #header-inner #quick li a.menu_link {
417 top: 0;
418 left: 0;
419 height: 1%;
420 display: block;
421 clear: both;
422 overflow: hidden;
423 color: #FFF;
424 font-weight: 700;
425 text-decoration: none;
426 background: #369;
427 padding: 0;
428 -webkit-border-radius: 4px 4px 4px 4px;
429 -khtml-border-radius: 4px 4px 4px 4px;
430 border-radius: 4px 4px 4px 4px;
431 }
432 */
433 #header #header-inner #quick li span.short {
409 #header #header-inner #quick li span.short {
434 padding: 9px 6px 8px 6px;
410 padding: 9px 6px 8px 6px;
435 }
411 }
436
412
437 #header #header-inner #quick li span {
413 #header #header-inner #quick li span {
438 /*top: 0;
439 right: 0;
440 height: 1%;*/
441 display: inline;
414 display: inline;
442 /*float: left;*/
443 /*border-left: 1px solid #3f6f9f;*/
444 margin: 0;
415 margin: 0;
445 /*padding: 10px 12px 8px 10px;*/
446 }
416 }
447
417
448 #header #header-inner #quick li span.normal {
418 #header #header-inner #quick li span.normal {
@@ -469,25 +439,6 b' div:hover > a.permalink {'
469 margin-bottom: 2px;
439 margin-bottom: 2px;
470 }
440 }
471
441
472 /*#header #header-inner #quick > li.current > a,
473 #header #header-inner #quick > li > a:hover*/ {
474 background-color: #4e4e4e;
475 }
476 /*
477 #header #header-inner #quick li.current a span,
478 #header #header-inner #quick li a:hover span {
479 border-left: 1px solid #545454;
480 }
481 */
482 /*
483 #header #header-inner #quick li.current a span.icon,
484 #header #header-inner #quick li.current a span.icon_short,
485 #header #header-inner #quick li a:hover span.icon,
486 #header #header-inner #quick li a:hover span.icon_short {
487 border-left: none;
488 border-right: 1px solid #464646;
489 }
490 */
491 #header #header-inner #quick ul.repo_switcher {
442 #header #header-inner #quick ul.repo_switcher {
492 max-height: 275px;
443 max-height: 275px;
493 overflow-x: hidden;
444 overflow-x: hidden;
@@ -499,7 +450,7 b' div:hover > a.permalink {'
499 padding-right: 17px;
450 padding-right: 17px;
500 }
451 }
501
452
502 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input{
453 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input {
503 width: 100%;
454 width: 100%;
504 border-radius: 10px;
455 border-radius: 10px;
505 padding: 2px 7px;
456 padding: 2px 7px;
@@ -526,7 +477,7 b' div:hover > a.permalink {'
526 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
477 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
527 background-image: url("../images/icons/hgicon.png");
478 background-image: url("../images/icons/hgicon.png");
528 padding-left: 42px;
479 padding-left: 42px;
529 background-position: 20px 9px;
480 background-position: 20px 9px;
530 }
481 }
531
482
532 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
483 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
@@ -650,7 +601,7 b' td.quick_repo_menu.active {'
650
601
651 td.quick_repo_menu .menu_items {
602 td.quick_repo_menu .menu_items {
652 margin-top: 10px;
603 margin-top: 10px;
653 margin-left:-6px;
604 margin-left: -6px;
654 width: 150px;
605 width: 150px;
655 position: absolute;
606 position: absolute;
656 background-color: #FFF;
607 background-color: #FFF;
@@ -955,7 +906,6 b' tbody .yui-dt-editable { cursor: pointer'
955
906
956 #content div.box {
907 #content div.box {
957 clear: both;
908 clear: both;
958 /* overflow: hidden;*/
959 background: #fff;
909 background: #fff;
960 margin: 0 0 10px;
910 margin: 0 0 10px;
961 padding: 0 0 10px;
911 padding: 0 0 10px;
@@ -1121,18 +1071,18 b' tbody .yui-dt-editable { cursor: pointer'
1121 }
1071 }
1122 #content div.box div.expand {
1072 #content div.box div.expand {
1123 width: 110%;
1073 width: 110%;
1124 height:14px;
1074 height: 14px;
1125 font-size:10px;
1075 font-size: 10px;
1126 text-align:center;
1076 text-align: center;
1127 cursor: pointer;
1077 cursor: pointer;
1128 color:#666;
1078 color: #666;
1129
1079
1130 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1080 background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1131 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1081 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1132 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1082 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1133 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1083 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1134 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1084 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1135 background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1085 background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1136
1086
1137 display: none;
1087 display: none;
1138 overflow: hidden;
1088 overflow: hidden;
@@ -1471,7 +1421,7 b' input.disabled {'
1471 }
1421 }
1472
1422
1473 .reviewer_ac {
1423 .reviewer_ac {
1474 padding:10px
1424 padding: 10px
1475 }
1425 }
1476
1426
1477 div.form div.fields div.field div.button {
1427 div.form div.fields div.field div.button {
@@ -1726,12 +1676,10 b' div.form div.fields div.field div.button'
1726 }
1676 }
1727
1677
1728 #content div.box #summary {
1678 #content div.box #summary {
1729 /*float: left;*/
1730 /*width: 80%;*/
1731 margin-right: 200px;
1679 margin-right: 200px;
1732 }
1680 }
1733
1681
1734 #summary-menu-stats{
1682 #summary-menu-stats {
1735 float: left;
1683 float: left;
1736 width: 180px;
1684 width: 180px;
1737 position: absolute;
1685 position: absolute;
@@ -1768,7 +1716,6 b' div.form div.fields div.field div.button'
1768
1716
1769 #summary-menu-stats a {
1717 #summary-menu-stats a {
1770 display: block;
1718 display: block;
1771 /*color: #000000;*/
1772 padding: 12px 30px;
1719 padding: 12px 30px;
1773 background-repeat: no-repeat;
1720 background-repeat: no-repeat;
1774 background-position: 10px 50%;
1721 background-position: 10px 50%;
@@ -1787,10 +1734,10 b' div.form div.fields div.field div.button'
1787 text-decoration: none;
1734 text-decoration: none;
1788 }
1735 }
1789
1736
1790 #summary-menu-stats a span{
1737 #summary-menu-stats a span {
1791 background-color: #FFF;
1738 background-color: #FFF;
1792 border: 1px inset #f0f0f0;
1739 border: 1px inset #f0f0f0;
1793 border-radius:7px;
1740 border-radius: 7px;
1794 padding: 1px;
1741 padding: 1px;
1795 font-size: 10px;
1742 font-size: 10px;
1796 }
1743 }
@@ -1892,15 +1839,15 b' a.metatag[tag="license"]:hover {'
1892
1839
1893 #footer div#footer-inner {
1840 #footer div#footer-inner {
1894 background-color: #003B76;
1841 background-color: #003B76;
1895 background-repeat : repeat-x;
1842 background-repeat: repeat-x;
1896 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1843 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1897 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1844 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1898 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1845 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1899 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1846 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1900 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1847 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1901 background-image : -o-linear-gradient( top, #003b76, #00376e));
1848 background-image: -o-linear-gradient( top, #003b76, #00376e));
1902 background-image : linear-gradient(to bottom, #003b76, #00376e);
1849 background-image: linear-gradient(to bottom, #003b76, #00376e);
1903 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1850 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1904 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1851 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1905 -webkit-border-radius: 4px 4px 4px 4px;
1852 -webkit-border-radius: 4px 4px 4px 4px;
1906 -khtml-border-radius: 4px 4px 4px 4px;
1853 -khtml-border-radius: 4px 4px 4px 4px;
@@ -1927,15 +1874,15 b' a.metatag[tag="license"]:hover {'
1927 overflow: hidden;
1874 overflow: hidden;
1928 position: relative;
1875 position: relative;
1929 background-color: #003B76;
1876 background-color: #003B76;
1930 background-repeat : repeat-x;
1877 background-repeat: repeat-x;
1931 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1878 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1932 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1879 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1933 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1880 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1934 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1881 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1935 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1882 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1936 background-image : -o-linear-gradient( top, #003b76, #00376e));
1883 background-image: -o-linear-gradient( top, #003b76, #00376e));
1937 background-image : linear-gradient(to bottom, #003b76, #00376e);
1884 background-image: linear-gradient(to bottom, #003b76, #00376e);
1938 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1885 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1939 margin: 0 auto;
1886 margin: 0 auto;
1940 padding: 0;
1887 padding: 0;
1941 }
1888 }
@@ -1990,7 +1937,7 b' a.metatag[tag="license"]:hover {'
1990 }
1937 }
1991
1938
1992 .user-menu .container {
1939 .user-menu .container {
1993 padding:0px 4px 0px 4px;
1940 padding: 0px 4px 0px 4px;
1994 margin: 0px 0px 0px 0px;
1941 margin: 0px 0px 0px 0px;
1995 }
1942 }
1996
1943
@@ -2072,10 +2019,10 b' a.metatag[tag="license"]:hover {'
2072 padding: 3px 3px 3px 6px;
2019 padding: 3px 3px 3px 6px;
2073 }
2020 }
2074 #quick_login .big_gravatar {
2021 #quick_login .big_gravatar {
2075 padding:4px 0px 0px 6px;
2022 padding: 4px 0px 0px 6px;
2076 }
2023 }
2077 #quick_login .notifications {
2024 #quick_login .notifications {
2078 padding:4px 0px 0px 6px;
2025 padding: 4px 0px 0px 6px;
2079 color: #FFFFFF;
2026 color: #FFFFFF;
2080 font-weight: bold;
2027 font-weight: bold;
2081 }
2028 }
@@ -2150,7 +2097,7 b' a.metatag[tag="license"]:hover {'
2150 padding: 0;
2097 padding: 0;
2151 color: #fff;
2098 color: #fff;
2152 display: block;
2099 display: block;
2153 float:none !important;
2100 float: none !important;
2154 }
2101 }
2155
2102
2156 #quick_login ol.links li a {
2103 #quick_login ol.links li a {
@@ -2348,16 +2295,16 b' h3.files_location {'
2348 }
2295 }
2349
2296
2350 .file_history {
2297 .file_history {
2351 padding-top:10px;
2298 padding-top: 10px;
2352 font-size:16px;
2299 font-size: 16px;
2353 }
2300 }
2354 .file_author {
2301 .file_author {
2355 float: left;
2302 float: left;
2356 }
2303 }
2357
2304
2358 .file_author .item {
2305 .file_author .item {
2359 float:left;
2306 float: left;
2360 padding:5px;
2307 padding: 5px;
2361 color: #888;
2308 color: #888;
2362 }
2309 }
2363
2310
@@ -2427,7 +2374,7 b' h3.files_location {'
2427
2374
2428 .cs_files .changes {
2375 .cs_files .changes {
2429 float: right;
2376 float: right;
2430 color:#003367;
2377 color: #003367;
2431 }
2378 }
2432
2379
2433 .cs_files .changes .added {
2380 .cs_files .changes .added {
@@ -2556,12 +2503,12 b' h3.files_location {'
2556 }
2503 }
2557
2504
2558 #graph_content .container {
2505 #graph_content .container {
2559
2506
2560 }
2507 }
2561
2508
2562 #graph_content #changesets td {
2509 #graph_content #changesets td {
2563 overflow: hidden;
2510 overflow: hidden;
2564 text-overflow:ellipsis;
2511 text-overflow: ellipsis;
2565 white-space: nowrap;
2512 white-space: nowrap;
2566 height: 31px;
2513 height: 31px;
2567 border-color: #cdcdcd;
2514 border-color: #cdcdcd;
@@ -2572,12 +2519,12 b' h3.files_location {'
2572 width: 105px;
2519 width: 105px;
2573 }
2520 }
2574
2521
2575 #graph_content .container .hash{
2522 #graph_content .container .hash {
2576 width: 85px;
2523 width: 85px;
2577 font-size: 0.85em;
2524 font-size: 0.85em;
2578 }
2525 }
2579
2526
2580 #graph_content #changesets .container .date{
2527 #graph_content #changesets .container .date {
2581 width: 76px;
2528 width: 76px;
2582 color: #666;
2529 color: #666;
2583 font-size: 10px;
2530 font-size: 10px;
@@ -2590,20 +2537,15 b' h3.files_location {'
2590 position: relative;
2537 position: relative;
2591 }
2538 }
2592
2539
2593 /*
2594 #graph_content .container .column3 {
2595 width: 12%
2596 }
2597 */
2598 #graph_content .container .mid {
2540 #graph_content .container .mid {
2599 padding: 0;
2541 padding: 0;
2600 }
2542 }
2601
2543
2602 #graph_content .log-container{
2544 #graph_content .log-container {
2603 position: relative;
2545 position: relative;
2604 }
2546 }
2605
2547
2606 #graph_content #changesets td.checkbox{
2548 #graph_content #changesets td.checkbox {
2607 width: 20px;
2549 width: 20px;
2608 }
2550 }
2609
2551
@@ -2632,7 +2574,7 b' h3.files_location {'
2632 position: absolute;
2574 position: absolute;
2633 top: -15px;
2575 top: -15px;
2634 right: 0;
2576 right: 0;
2635 padding-left:5px;
2577 padding-left: 5px;
2636 background: #FFFFFF;
2578 background: #FFFFFF;
2637 height: 41px;
2579 height: 41px;
2638 }
2580 }
@@ -2647,7 +2589,6 b' h3.files_location {'
2647 }
2589 }
2648
2590
2649 #graph_content .comments-container {
2591 #graph_content .comments-container {
2650 /*width: 40px;*/
2651 margin: 0.8em 0;
2592 margin: 0.8em 0;
2652 margin-right: 0.5em;
2593 margin-right: 0.5em;
2653 }
2594 }
@@ -2655,7 +2596,7 b' h3.files_location {'
2655 #graph_content .tagcontainer {
2596 #graph_content .tagcontainer {
2656 width: 80px;
2597 width: 80px;
2657 position: relative;
2598 position: relative;
2658 float:right;
2599 float: right;
2659 height: 100%;
2600 height: 100%;
2660 top: 7px;
2601 top: 7px;
2661 margin-left: 0.5em;
2602 margin-left: 0.5em;
@@ -2696,35 +2637,25 b' h3.files_location {'
2696 text-decoration: none;
2637 text-decoration: none;
2697 }
2638 }
2698
2639
2699 /*
2700 * Stuff we might want to remove from the changelog, or reposition in a tooltip
2701 */
2702 #graph_content .container .changeset_id,
2703 #graph_content .container .changes,
2704 #graph_content .container .changed_total,
2705 #graph_content .container .parent {
2706 display: none;
2707 }
2708
2709 .revision-link {
2640 .revision-link {
2710 color:#3F6F9F;
2641 color: #3F6F9F;
2711 font-weight: bold !important;
2642 font-weight: bold !important;
2712 }
2643 }
2713
2644
2714 .issue-tracker-link {
2645 .issue-tracker-link {
2715 color:#3F6F9F;
2646 color: #3F6F9F;
2716 font-weight: bold !important;
2647 font-weight: bold !important;
2717 }
2648 }
2718
2649
2719 .changeset-status-container {
2650 .changeset-status-container {
2720 padding-right: 5px;
2651 padding-right: 5px;
2721 margin-top:1px;
2652 margin-top: 1px;
2722 float:right;
2653 float: right;
2723 height:14px;
2654 height: 14px;
2724 }
2655 }
2725 .code-header .changeset-status-container {
2656 .code-header .changeset-status-container {
2726 float:left;
2657 float: left;
2727 padding:2px 0px 0px 2px;
2658 padding: 2px 0px 0px 2px;
2728 }
2659 }
2729 .changeset-status-container .changeset-status-lbl {
2660 .changeset-status-container .changeset-status-lbl {
2730 color: rgb(136, 136, 136);
2661 color: rgb(136, 136, 136);
@@ -2807,10 +2738,9 b' h3.files_location {'
2807
2738
2808 .right .parent {
2739 .right .parent {
2809 color: #666666;
2740 color: #666666;
2810 clear:both;
2741 clear: both;
2811 }
2742 }
2812 .right .logtags {
2743 .right .logtags {
2813 /*padding: 2px 2px 2px 2px;*/
2814 line-height: 2.2em;
2744 line-height: 2.2em;
2815 }
2745 }
2816 .branchtag, .logtags .tagtag, .logtags .booktag {
2746 .branchtag, .logtags .tagtag, .logtags .booktag {
@@ -2848,9 +2778,7 b' h3.files_location {'
2848 .logtags .tagtag,
2778 .logtags .tagtag,
2849 .right .merge {
2779 .right .merge {
2850 float: right;
2780 float: right;
2851 /*height: 1em;*/
2852 line-height: 1em;
2781 line-height: 1em;
2853 /*padding: 0px 0px !important;*/
2854 margin: 1px 1px !important;
2782 margin: 1px 1px !important;
2855 display: block;
2783 display: block;
2856 }
2784 }
@@ -2902,7 +2830,7 b' h3.files_location {'
2902 color: #ffffff;
2830 color: #ffffff;
2903 }
2831 }
2904
2832
2905 .logbooks .bookbook, .logbooks .bookbook a:hover,
2833 .logbooks .bookbook, .logbooks .bookbook a:hover,
2906 .logtags .bookbook, .logtags .bookbook a:hover,
2834 .logtags .bookbook, .logtags .bookbook a:hover,
2907 .bookbook a,
2835 .bookbook a,
2908 .bookbook a:hover {
2836 .bookbook a:hover {
@@ -3021,8 +2949,8 b' table.code-browser .browser-file {'
3021 border-style: solid solid solid;
2949 border-style: solid solid solid;
3022 border-width: 1px;
2950 border-width: 1px;
3023 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2951 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
3024 margin-top:5px;
2952 margin-top: 5px;
3025 margin-left:1px;
2953 margin-left: 1px;
3026
2954
3027 }
2955 }
3028 .diffblock .diff-actions {
2956 .diffblock .diff-actions {
@@ -3275,7 +3203,7 b' table.code-browser .submodule-dir {'
3275 display: block;
3203 display: block;
3276 margin-top: 4px;
3204 margin-top: 4px;
3277 color: #666;
3205 color: #666;
3278 float:right;
3206 float: right;
3279 }
3207 }
3280
3208
3281 .locking_locked {
3209 .locking_locked {
@@ -3432,7 +3360,7 b' table.code-browser .submodule-dir {'
3432 }
3360 }
3433
3361
3434 .error_red {
3362 .error_red {
3435 color:red;
3363 color: red;
3436 }
3364 }
3437
3365
3438 .error_msg {
3366 .error_msg {
@@ -3523,7 +3451,7 b' table.code-browser .submodule-dir {'
3523 width: 16px;
3451 width: 16px;
3524 }
3452 }
3525 div#legend_data {
3453 div#legend_data {
3526 padding-left:10px;
3454 padding-left: 10px;
3527 }
3455 }
3528 div#legend_container table {
3456 div#legend_container table {
3529 border: none !important;
3457 border: none !important;
@@ -3554,7 +3482,7 b' div.gravatar {'
3554 float: left;
3482 float: left;
3555 margin-right: 0.7em;
3483 margin-right: 0.7em;
3556 padding: 1px 1px 1px 1px;
3484 padding: 1px 1px 1px 1px;
3557 line-height:0;
3485 line-height: 0;
3558 -webkit-border-radius: 3px;
3486 -webkit-border-radius: 3px;
3559 -khtml-border-radius: 3px;
3487 -khtml-border-radius: 3px;
3560 border-radius: 3px;
3488 border-radius: 3px;
@@ -3572,7 +3500,6 b' div.gravatar img {'
3572
3500
3573 #content {
3501 #content {
3574 clear: both;
3502 clear: both;
3575 /*overflow: hidden;*/
3576 padding: 10px 10px 14px 10px;
3503 padding: 10px 10px 14px 10px;
3577 }
3504 }
3578
3505
@@ -3659,7 +3586,7 b' div.gravatar img {'
3659 }
3586 }
3660
3587
3661 .ui-btn.red {
3588 .ui-btn.red {
3662 color:#fff;
3589 color: #fff;
3663 background-color: #c43c35;
3590 background-color: #c43c35;
3664 background-repeat: repeat-x;
3591 background-repeat: repeat-x;
3665 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3592 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
@@ -3676,7 +3603,7 b' div.gravatar img {'
3676
3603
3677
3604
3678 .ui-btn.blue {
3605 .ui-btn.blue {
3679 color:#fff;
3606 color: #fff;
3680 background-color: #339bb9;
3607 background-color: #339bb9;
3681 background-repeat: repeat-x;
3608 background-repeat: repeat-x;
3682 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3609 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
@@ -3720,7 +3647,6 b' ins, div.options a:hover {'
3720
3647
3721 img,
3648 img,
3722 #header #header-inner #quick li a:hover span.normal,
3649 #header #header-inner #quick li a:hover span.normal,
3723 /*#header #header-inner #quick li ul li.last,*/
3724 #content div.box div.form div.fields div.field div.textarea table td table td a,
3650 #content div.box div.form div.fields div.field div.textarea table td table td a,
3725 #clone_url,
3651 #clone_url,
3726 #clone_url_id
3652 #clone_url_id
@@ -3857,7 +3783,6 b' div.form div.fields div.field div.button'
3857 #content div.box div.form div.fields div.buttons input
3783 #content div.box div.form div.fields div.buttons input
3858 div.form div.fields div.buttons input,
3784 div.form div.fields div.buttons input,
3859 #content div.box div.action div.button input {
3785 #content div.box div.action div.button input {
3860 /*color: #000;*/
3861 font-size: 11px;
3786 font-size: 11px;
3862 font-weight: 700;
3787 font-weight: 700;
3863 margin: 0;
3788 margin: 0;
@@ -4068,12 +3993,12 b' div#legend_container table td, div#legen'
4068
3993
4069 .group_members .group_member {
3994 .group_members .group_member {
4070 height: 30px;
3995 height: 30px;
4071 padding:0px 0px 0px 0px;
3996 padding: 0px 0px 0px 0px;
4072 }
3997 }
4073
3998
4074 .reviewers_member {
3999 .reviewers_member {
4075 height: 15px;
4000 height: 15px;
4076 padding:0px 0px 0px 10px;
4001 padding: 0px 0px 0px 10px;
4077 }
4002 }
4078
4003
4079 .emails_wrap {
4004 .emails_wrap {
@@ -4082,7 +4007,7 b' div#legend_container table td, div#legen'
4082
4007
4083 .emails_wrap .email_entry {
4008 .emails_wrap .email_entry {
4084 height: 30px;
4009 height: 30px;
4085 padding:0px 0px 0px 10px;
4010 padding: 0px 0px 0px 10px;
4086 }
4011 }
4087 .emails_wrap .email_entry .email {
4012 .emails_wrap .email_entry .email {
4088 float: left
4013 float: left
@@ -4097,7 +4022,7 b' div#legend_container table td, div#legen'
4097
4022
4098 .ips_wrap .ip_entry {
4023 .ips_wrap .ip_entry {
4099 height: 30px;
4024 height: 30px;
4100 padding:0px 0px 0px 10px;
4025 padding: 0px 0px 0px 10px;
4101 }
4026 }
4102 .ips_wrap .ip_entry .ip {
4027 .ips_wrap .ip_entry .ip {
4103 float: left
4028 float: left
@@ -4110,7 +4035,7 b' div#legend_container table td, div#legen'
4110 /*README STYLE*/
4035 /*README STYLE*/
4111
4036
4112 div.readme {
4037 div.readme {
4113 padding:0px;
4038 padding: 0px;
4114 }
4039 }
4115
4040
4116 div.readme h2 {
4041 div.readme h2 {
@@ -4122,10 +4047,10 b' div.readme .readme_box {'
4122 }
4047 }
4123
4048
4124 div.readme .readme_box {
4049 div.readme .readme_box {
4125 clear:both;
4050 clear: both;
4126 overflow:hidden;
4051 overflow: hidden;
4127 margin:0;
4052 margin: 0;
4128 padding:0 20px 10px;
4053 padding: 0 20px 10px;
4129 }
4054 }
4130
4055
4131 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
4056 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
@@ -4211,7 +4136,7 b' div.readme .readme_box table {'
4211
4136
4212
4137
4213 div.rst-block {
4138 div.rst-block {
4214 padding:0px;
4139 padding: 0px;
4215 }
4140 }
4216
4141
4217 div.rst-block h2 {
4142 div.rst-block h2 {
@@ -4223,10 +4148,10 b' div.rst-block {'
4223 }
4148 }
4224
4149
4225 div.rst-block {
4150 div.rst-block {
4226 clear:both;
4151 clear: both;
4227 overflow:hidden;
4152 overflow: hidden;
4228 margin:0;
4153 margin: 0;
4229 padding:0 20px 10px;
4154 padding: 0 20px 10px;
4230 }
4155 }
4231
4156
4232 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4157 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
@@ -4302,7 +4227,7 b' div.rst-block pre {'
4302
4227
4303 /** comment main **/
4228 /** comment main **/
4304 .comments {
4229 .comments {
4305 padding:10px 20px;
4230 padding: 10px 20px;
4306 }
4231 }
4307
4232
4308 .comments .comment {
4233 .comments .comment {
@@ -4331,7 +4256,7 b' div.rst-block pre {'
4331
4256
4332 .comments .comment .meta .date {
4257 .comments .comment .meta .date {
4333 float: left;
4258 float: left;
4334 padding:4px 4px 0px 4px;
4259 padding: 4px 4px 0px 4px;
4335 }
4260 }
4336
4261
4337 .comments .comment .text {
4262 .comments .comment .text {
@@ -4342,7 +4267,7 b' div.rst-block pre {'
4342 }
4267 }
4343
4268
4344 .comments .comments-number {
4269 .comments .comments-number {
4345 padding:0px 0px 10px 0px;
4270 padding: 0px 0px 10px 0px;
4346 font-weight: bold;
4271 font-weight: bold;
4347 color: #666;
4272 color: #666;
4348 font-size: 16px;
4273 font-size: 16px;
@@ -4351,8 +4276,8 b' div.rst-block pre {'
4351 /** comment form **/
4276 /** comment form **/
4352
4277
4353 .status-block {
4278 .status-block {
4354 min-height:80px;
4279 min-height: 80px;
4355 clear:both
4280 clear: both
4356 }
4281 }
4357
4282
4358 .comment-form .clearfix {
4283 .comment-form .clearfix {
@@ -4401,7 +4326,7 b' form.comment-form {'
4401 }
4326 }
4402
4327
4403 .comment-form .comment-button {
4328 .comment-form .comment-button {
4404 padding-top:5px;
4329 padding-top: 5px;
4405 }
4330 }
4406
4331
4407 .add-another-button {
4332 .add-another-button {
@@ -4412,13 +4337,13 b' form.comment-form {'
4412
4337
4413 .comment .buttons {
4338 .comment .buttons {
4414 float: right;
4339 float: right;
4415 padding:2px 2px 0px 0px;
4340 padding: 2px 2px 0px 0px;
4416 }
4341 }
4417
4342
4418
4343
4419 .show-inline-comments {
4344 .show-inline-comments {
4420 position: relative;
4345 position: relative;
4421 top:1px
4346 top: 1px
4422 }
4347 }
4423
4348
4424 /** comment inline form **/
4349 /** comment inline form **/
@@ -4426,7 +4351,7 b' form.comment-form {'
4426 display: none;
4351 display: none;
4427 }
4352 }
4428 .comment-inline-form .overlay.submitting {
4353 .comment-inline-form .overlay.submitting {
4429 display:block;
4354 display: block;
4430 background: none repeat scroll 0 0 white;
4355 background: none repeat scroll 0 0 white;
4431 font-size: 16px;
4356 font-size: 16px;
4432 opacity: 0.5;
4357 opacity: 0.5;
@@ -4436,8 +4361,8 b' form.comment-form {'
4436
4361
4437 }
4362 }
4438 .comment-inline-form .overlay.submitting .overlay-text {
4363 .comment-inline-form .overlay.submitting .overlay-text {
4439 width:100%;
4364 width: 100%;
4440 margin-top:5%;
4365 margin-top: 5%;
4441 }
4366 }
4442
4367
4443 .comment-inline-form .clearfix {
4368 .comment-inline-form .clearfix {
@@ -4448,23 +4373,8 b' form.comment-form {'
4448 }
4373 }
4449
4374
4450 div.comment-inline-form {
4375 div.comment-inline-form {
4451 padding:4px 0px 6px 0px;
4376 padding: 4px 0px 6px 0px;
4452 }
4377 }
4453
4454
4455 tr.hl-comment {
4456 /*
4457 background-color: #FFFFCC !important;
4458 */
4459 }
4460
4461 /*
4462 tr.hl-comment pre {
4463 border-top: 2px solid #FFEE33;
4464 border-left: 2px solid #FFEE33;
4465 border-right: 2px solid #FFEE33;
4466 }
4467 */
4468
4378
4469 .comment-inline-form strong {
4379 .comment-inline-form strong {
4470 display: block;
4380 display: block;
@@ -4502,19 +4412,19 b' form.comment-inline-form {'
4502 }
4412 }
4503
4413
4504 .comment-inline-form .comment-button {
4414 .comment-inline-form .comment-button {
4505 padding-top:5px;
4415 padding-top: 5px;
4506 }
4416 }
4507
4417
4508 /** comment inline **/
4418 /** comment inline **/
4509 .inline-comments {
4419 .inline-comments {
4510 padding:10px 20px;
4420 padding: 10px 20px;
4511 }
4421 }
4512
4422
4513 .inline-comments div.rst-block {
4423 .inline-comments div.rst-block {
4514 clear:both;
4424 clear: both;
4515 overflow:hidden;
4425 overflow: hidden;
4516 margin:0;
4426 margin: 0;
4517 padding:0 20px 0px;
4427 padding: 0 20px 0px;
4518 }
4428 }
4519 .inline-comments .comment {
4429 .inline-comments .comment {
4520 border: 1px solid #ddd;
4430 border: 1px solid #ddd;
@@ -4528,7 +4438,7 b' form.comment-inline-form {'
4528 }
4438 }
4529
4439
4530 .inline-comments .comment-wrapp {
4440 .inline-comments .comment-wrapp {
4531 padding:1px;
4441 padding: 1px;
4532 }
4442 }
4533 .inline-comments .comment .meta {
4443 .inline-comments .comment .meta {
4534 background: #f8f8f8;
4444 background: #f8f8f8;
@@ -4543,12 +4453,12 b' form.comment-inline-form {'
4543
4453
4544 .inline-comments .comment .meta .user {
4454 .inline-comments .comment .meta .user {
4545 font-weight: bold;
4455 font-weight: bold;
4546 float:left;
4456 float: left;
4547 padding: 3px;
4457 padding: 3px;
4548 }
4458 }
4549
4459
4550 .inline-comments .comment .meta .date {
4460 .inline-comments .comment .meta .date {
4551 float:left;
4461 float: left;
4552 padding: 3px;
4462 padding: 3px;
4553 }
4463 }
4554
4464
@@ -4557,13 +4467,13 b' form.comment-inline-form {'
4557 }
4467 }
4558
4468
4559 .inline-comments .comments-number {
4469 .inline-comments .comments-number {
4560 padding:0px 0px 10px 0px;
4470 padding: 0px 0px 10px 0px;
4561 font-weight: bold;
4471 font-weight: bold;
4562 color: #666;
4472 color: #666;
4563 font-size: 16px;
4473 font-size: 16px;
4564 }
4474 }
4565 .inline-comments-button .add-comment {
4475 .inline-comments-button .add-comment {
4566 margin:2px 0px 8px 5px !important
4476 margin: 2px 0px 8px 5px !important
4567 }
4477 }
4568
4478
4569 .notification-paginator {
4479 .notification-paginator {
@@ -4571,24 +4481,18 b' form.comment-inline-form {'
4571 float: left;
4481 float: left;
4572 }
4482 }
4573
4483
4574 .menu_link_user {
4575 /*padding: 10px 8px 8px 8px !important;*/
4576 }
4577
4578 #context-pages .pull-request span,
4484 #context-pages .pull-request span,
4579 .menu_link_notifications {
4485 .menu_link_notifications {
4580 padding: 4px 4px !important;
4486 padding: 4px 4px !important;
4581 /*margin: 7px 4px 0px 0px !important;*/
4582 text-align: center;
4487 text-align: center;
4583 color:#888 !important;
4488 color: #888 !important;
4584 /*font-size: 10px;*/
4585 background-color: #DEDEDE !important;
4489 background-color: #DEDEDE !important;
4586 border-radius: 4px !important;
4490 border-radius: 4px !important;
4587 -webkit-border-radius: 4px !important;
4491 -webkit-border-radius: 4px !important;
4588 }
4492 }
4589
4493
4590 .notification-header {
4494 .notification-header {
4591 padding-top:6px;
4495 padding-top: 6px;
4592 }
4496 }
4593 .notification-header .desc {
4497 .notification-header .desc {
4594 font-size: 16px;
4498 font-size: 16px;
@@ -4624,13 +4528,13 b' form.comment-inline-form {'
4624 cursor: pointer;
4528 cursor: pointer;
4625 }
4529 }
4626 .notification-subject {
4530 .notification-subject {
4627 clear:both;
4531 clear: both;
4628 border-bottom: 1px solid #eee;
4532 border-bottom: 1px solid #eee;
4629 padding:5px 0px 5px 38px;
4533 padding: 5px 0px 5px 38px;
4630 }
4534 }
4631
4535
4632 .notification-body {
4536 .notification-body {
4633 clear:both;
4537 clear: both;
4634 margin: 34px 2px 2px 8px
4538 margin: 34px 2px 2px 8px
4635 }
4539 }
4636
4540
@@ -4638,8 +4542,8 b' form.comment-inline-form {'
4638 PULL REQUESTS
4542 PULL REQUESTS
4639 *****/
4543 *****/
4640 .pullrequests_section_head {
4544 .pullrequests_section_head {
4641 padding:10px 10px 10px 0px;
4545 padding: 10px 10px 10px 0px;
4642 font-size:16px;
4546 font-size: 16px;
4643 font-weight: bold;
4547 font-weight: bold;
4644 }
4548 }
4645
4549
@@ -4647,8 +4551,8 b' PULL REQUESTS'
4647 PERMS
4551 PERMS
4648 *****/
4552 *****/
4649 #perms .perms_section_head {
4553 #perms .perms_section_head {
4650 padding:10px 10px 10px 0px;
4554 padding: 10px 10px 10px 0px;
4651 font-size:16px;
4555 font-size: 16px;
4652 font-weight: bold;
4556 font-weight: bold;
4653 }
4557 }
4654
4558
@@ -4683,12 +4587,12 b' PULL REQUESTS'
4683 }
4587 }
4684
4588
4685 .perm-gravatar {
4589 .perm-gravatar {
4686 vertical-align:middle;
4590 vertical-align: middle;
4687 padding:2px;
4591 padding: 2px;
4688 }
4592 }
4689 .perm-gravatar-ac {
4593 .perm-gravatar-ac {
4690 vertical-align:middle;
4594 vertical-align: middle;
4691 padding:2px;
4595 padding: 2px;
4692 width: 14px;
4596 width: 14px;
4693 height: 14px;
4597 height: 14px;
4694 }
4598 }
@@ -4696,11 +4600,11 b' PULL REQUESTS'
4696 /*****************************************************************************
4600 /*****************************************************************************
4697 DIFFS CSS
4601 DIFFS CSS
4698 ******************************************************************************/
4602 ******************************************************************************/
4699 .diff-collapse{
4603 .diff-collapse {
4700 text-align: center;
4604 text-align: center;
4701 margin-bottom: -15px;
4605 margin-bottom: -15px;
4702 }
4606 }
4703 .diff-collapse-button{
4607 .diff-collapse-button {
4704 cursor: pointer;
4608 cursor: pointer;
4705 color: #666;
4609 color: #666;
4706 font-size: 16px;
4610 font-size: 16px;
@@ -4709,7 +4613,7 b' PULL REQUESTS'
4709
4613
4710 }
4614 }
4711
4615
4712 .diff-container.hidden{
4616 .diff-container.hidden {
4713 display: none;
4617 display: none;
4714 overflow: hidden;
4618 overflow: hidden;
4715 }
4619 }
@@ -4733,7 +4637,7 b' div.diffblock.margined {'
4733 div.diffblock .code-header {
4637 div.diffblock .code-header {
4734 border-bottom: 1px solid #CCCCCC;
4638 border-bottom: 1px solid #CCCCCC;
4735 background: #EEEEEE;
4639 background: #EEEEEE;
4736 padding:10px 0 10px 0;
4640 padding: 10px 0 10px 0;
4737 height: 14px;
4641 height: 14px;
4738 }
4642 }
4739
4643
@@ -4757,12 +4661,12 b' div.diffblock .code-header .hash {'
4757 padding: 2px 0 0 2px;
4661 padding: 2px 0 0 2px;
4758 }
4662 }
4759 div.diffblock .code-header .date {
4663 div.diffblock .code-header .date {
4760 float:left;
4664 float: left;
4761 text-transform: uppercase;
4665 text-transform: uppercase;
4762 padding: 2px 0px 0px 2px;
4666 padding: 2px 0px 0px 2px;
4763 }
4667 }
4764 div.diffblock .code-header div {
4668 div.diffblock .code-header div {
4765 margin-left:4px;
4669 margin-left: 4px;
4766 font-weight: bold;
4670 font-weight: bold;
4767 font-size: 14px;
4671 font-size: 14px;
4768 }
4672 }
@@ -4770,25 +4674,25 b' div.diffblock .code-header div {'
4770 div.diffblock .parents {
4674 div.diffblock .parents {
4771 float: left;
4675 float: left;
4772 height: 26px;
4676 height: 26px;
4773 width:100px;
4677 width: 100px;
4774 font-size: 10px;
4678 font-size: 10px;
4775 font-weight: 400;
4679 font-weight: 400;
4776 vertical-align: middle;
4680 vertical-align: middle;
4777 padding: 0px 2px 2px 2px;
4681 padding: 0px 2px 2px 2px;
4778 background-color:#eeeeee;
4682 background-color: #eeeeee;
4779 border-bottom: 1px solid #CCCCCC;
4683 border-bottom: 1px solid #CCCCCC;
4780 }
4684 }
4781
4685
4782 div.diffblock .children {
4686 div.diffblock .children {
4783 float: right;
4687 float: right;
4784 height: 26px;
4688 height: 26px;
4785 width:100px;
4689 width: 100px;
4786 font-size: 10px;
4690 font-size: 10px;
4787 font-weight: 400;
4691 font-weight: 400;
4788 vertical-align: middle;
4692 vertical-align: middle;
4789 text-align: right;
4693 text-align: right;
4790 padding: 0px 2px 2px 2px;
4694 padding: 0px 2px 2px 2px;
4791 background-color:#eeeeee;
4695 background-color: #eeeeee;
4792 border-bottom: 1px solid #CCCCCC;
4696 border-bottom: 1px solid #CCCCCC;
4793 }
4697 }
4794
4698
@@ -4797,7 +4701,7 b' div.diffblock .code-body {'
4797 }
4701 }
4798 div.diffblock pre.raw {
4702 div.diffblock pre.raw {
4799 background: #FFFFFF;
4703 background: #FFFFFF;
4800 color:#000000;
4704 color: #000000;
4801 }
4705 }
4802 table.code-difftable {
4706 table.code-difftable {
4803 border-collapse: collapse;
4707 border-collapse: collapse;
@@ -4807,35 +4711,35 b' table.code-difftable {'
4807 table.code-difftable td {
4711 table.code-difftable td {
4808 padding: 0 !important;
4712 padding: 0 !important;
4809 background: none !important;
4713 background: none !important;
4810 border:0 !important;
4714 border: 0 !important;
4811 vertical-align: baseline !important
4715 vertical-align: baseline !important
4812 }
4716 }
4813 table.code-difftable .context {
4717 table.code-difftable .context {
4814 background:none repeat scroll 0 0 #DDE7EF;
4718 background: none repeat scroll 0 0 #DDE7EF;
4815 }
4719 }
4816 table.code-difftable .add {
4720 table.code-difftable .add {
4817 background:none repeat scroll 0 0 #DDFFDD;
4721 background: none repeat scroll 0 0 #DDFFDD;
4818 }
4722 }
4819 table.code-difftable .add ins {
4723 table.code-difftable .add ins {
4820 background:none repeat scroll 0 0 #AAFFAA;
4724 background: none repeat scroll 0 0 #AAFFAA;
4821 text-decoration:none;
4725 text-decoration: none;
4822 }
4726 }
4823 table.code-difftable .del {
4727 table.code-difftable .del {
4824 background:none repeat scroll 0 0 #FFDDDD;
4728 background: none repeat scroll 0 0 #FFDDDD;
4825 }
4729 }
4826 table.code-difftable .del del {
4730 table.code-difftable .del del {
4827 background:none repeat scroll 0 0 #FFAAAA;
4731 background: none repeat scroll 0 0 #FFAAAA;
4828 text-decoration:none;
4732 text-decoration: none;
4829 }
4733 }
4830
4734
4831 /** LINE NUMBERS **/
4735 /** LINE NUMBERS **/
4832 table.code-difftable .lineno {
4736 table.code-difftable .lineno {
4833
4737
4834 padding-left:2px;
4738 padding-left: 2px;
4835 padding-right:2px;
4739 padding-right: 2px;
4836 text-align:right;
4740 text-align: right;
4837 width:32px;
4741 width: 32px;
4838 -moz-user-select:none;
4742 -moz-user-select: none;
4839 -webkit-user-select: none;
4743 -webkit-user-select: none;
4840 border-right: 1px solid #CCC !important;
4744 border-right: 1px solid #CCC !important;
4841 border-left: 0px solid #CCC !important;
4745 border-left: 0px solid #CCC !important;
@@ -4849,10 +4753,10 b' table.code-difftable .lineno.new {'
4849 table.code-difftable .lineno.old {
4753 table.code-difftable .lineno.old {
4850 }
4754 }
4851 table.code-difftable .lineno a {
4755 table.code-difftable .lineno a {
4852 color:#747474 !important;
4756 color: #747474 !important;
4853 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4757 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4854 letter-spacing:-1px;
4758 letter-spacing: -1px;
4855 text-align:right;
4759 text-align: right;
4856 padding-right: 2px;
4760 padding-right: 2px;
4857 cursor: pointer;
4761 cursor: pointer;
4858 display: block;
4762 display: block;
@@ -4860,12 +4764,12 b' table.code-difftable .lineno a {'
4860 }
4764 }
4861
4765
4862 table.code-difftable .lineno-inline {
4766 table.code-difftable .lineno-inline {
4863 background:none repeat scroll 0 0 #FFF !important;
4767 background: none repeat scroll 0 0 #FFF !important;
4864 padding-left:2px;
4768 padding-left: 2px;
4865 padding-right:2px;
4769 padding-right: 2px;
4866 text-align:right;
4770 text-align: right;
4867 width:30px;
4771 width: 30px;
4868 -moz-user-select:none;
4772 -moz-user-select: none;
4869 -webkit-user-select: none;
4773 -webkit-user-select: none;
4870 }
4774 }
4871
4775
@@ -4875,22 +4779,22 b' table.code-difftable .code {'
4875 width: 100%;
4779 width: 100%;
4876 }
4780 }
4877 table.code-difftable .code td {
4781 table.code-difftable .code td {
4878 margin:0;
4782 margin: 0;
4879 padding:0;
4783 padding: 0;
4880 }
4784 }
4881 table.code-difftable .code pre {
4785 table.code-difftable .code pre {
4882 margin:0;
4786 margin: 0;
4883 padding:0;
4787 padding: 0;
4884 height: 17px;
4788 height: 17px;
4885 line-height: 17px;
4789 line-height: 17px;
4886 }
4790 }
4887
4791
4888
4792
4889 .diffblock.margined.comm .line .code:hover {
4793 .diffblock.margined.comm .line .code:hover {
4890 background-color:#FFFFCC !important;
4794 background-color: #FFFFCC !important;
4891 cursor: pointer !important;
4795 cursor: pointer !important;
4892 background-image:url("../images/icons/comment_add.png") !important;
4796 background-image: url("../images/icons/comment_add.png") !important;
4893 background-repeat:no-repeat !important;
4797 background-repeat: no-repeat !important;
4894 background-position: right !important;
4798 background-position: right !important;
4895 background-position: 0% 50% !important;
4799 background-position: 0% 50% !important;
4896 }
4800 }
@@ -143,7 +143,7 b''
143 <li><a href="#">${_('loading...')}</a></li>
143 <li><a href="#">${_('loading...')}</a></li>
144 </ul>
144 </ul>
145 </li>
145 </li>
146 <li ${is_current('options')}>
146 <li ${is_current('options')}>
147 <a href="#" class="dropdown options"></span>Options</a>
147 <a href="#" class="dropdown options"></span>Options</a>
148 <ul>
148 <ul>
149 %if h.HasRepoPermissionAll('repository.admin')(c.repo_name):
149 %if h.HasRepoPermissionAll('repository.admin')(c.repo_name):
@@ -169,7 +169,7 b''
169 </ul>
169 </ul>
170 </li>
170 </li>
171 <li ${is_current('showpullrequest')}>
171 <li ${is_current('showpullrequest')}>
172 <a href="${h.url('pullrequest_show_all',repo_name=c.repo_name)}" title="${_('Show Pull Requests')}" class="pull-request">Pull Requests
172 <a href="${h.url('pullrequest_show_all',repo_name=c.repo_name)}" title="${_('Show Pull Requests')}" class="pull-request">Pull Requests
173 %if c.repository_pull_requests:
173 %if c.repository_pull_requests:
174 <span>${c.repository_pull_requests}</span>
174 <span>${c.repository_pull_requests}</span>
175 %endif
175 %endif
@@ -64,7 +64,6 b''
64 </td>
64 </td>
65 <td class="hash">
65 <td class="hash">
66 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
66 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
67 <span class="changeset_id">${cs.revision} :</span>
68 <span class="changeset_hash">${h.short_id(cs.raw_id)}</span>
67 <span class="changeset_hash">${h.short_id(cs.raw_id)}</span>
69 </a>
68 </a>
70 </td>
69 </td>
@@ -101,105 +100,9 b''
101 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
100 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
102 </div>
101 </div>
103 %endif
102 %endif
104
105 <%doc>
106 %if (h.is_hg(c.rhodecode_repo) and cs.bookmarks) or cs.tags:
107 <div class="tagcontainer">
108 %if h.is_hg(c.rhodecode_repo):
109 <ul class="logtags">
110 ##%if len(cs.parents)>1:
111 ## <span class="merge">${_('merge')}</span>
112 ##%endif
113
114
115 %for book in cs.bookmarks:
116 <li class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
117 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
118 </li>
119 %endfor
120
121 </ul>
122 %endif
123 <ul class="logtags tags">
124 %for tag in cs.tags:
125 <li class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
126 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
127 </li>
128 %endfor
129 </ul>
130 </div>
131 %endif
132 </%doc>
133 </div>
103 </div>
134 </div>
104 </div>
135 </td>
105 </td>
136 <%doc>
137 <td class="right">
138 <div class="changes">
139 <div id="changed_total_${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${h.tooltip(_('Affected number of files, click to show more details'))}">
140 ${len(cs.affected_files)}
141 </div>
142
143 <div class="changeset-status-container">
144 %if c.statuses.get(cs.raw_id):
145 <div title="${_('Changeset status')}" class="changeset-status-lbl">${c.statuses.get(cs.raw_id)[1]}</div>
146 <div class="changeset-status-ico">
147 %if c.statuses.get(cs.raw_id)[2]:
148 <a class="tooltip" title="${_('Click to open associated pull request #%s' % c.statuses.get(cs.raw_id)[2])}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}"><img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" /></a>
149 %else:
150 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
151 %endif
152 </div>
153 %endif
154 </div>
155 </div>
156 %if cs.parents:
157 %for p_cs in reversed(cs.parents):
158 <div class="parent">${_('Parent')}
159 <span class="changeset_id">${p_cs.revision}:<span class="changeset_hash">${h.link_to(h.short_id(p_cs.raw_id),
160 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}</span></span>
161 </div>
162 %endfor
163 %else:
164 <div class="parent">${_('No parents')}</div>
165 %endif
166 %if len(c.comments.get(cs.raw_id,[])) > 0:
167 <div class="comments-container">
168 <div class="comments-cnt" title="${('comments')}">
169 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
170 ${len(c.comments[cs.raw_id])}
171 </a>
172 </div>
173 </div>
174 %endif
175 %if (h.is_hg(c.rhodecode_repo) and cs.bookmarks) or cs.tags:
176 <div class="tagcontainer">
177 %if h.is_hg(c.rhodecode_repo):
178 <ul class="logtags">
179 ##%if len(cs.parents)>1:
180 ## <span class="merge">${_('merge')}</span>
181 ##%endif
182
183
184 %for book in cs.bookmarks:
185 <li class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
186 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
187 </li>
188 %endfor
189
190 </ul>
191 %endif
192 <ul class="logtags tags">
193 %for tag in cs.tags:
194 <li class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
195 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
196 </li>
197 %endfor
198 </ul>
199 </div>
200 %endif
201 </td>
202 </%doc>
203 </tr>
106 </tr>
204 %endfor
107 %endfor
205 </tbody>
108 </tbody>
@@ -221,7 +124,7 b''
221 var checkboxes = YUD.getElementsByClassName('changeset_range');
124 var checkboxes = YUD.getElementsByClassName('changeset_range');
222 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
125 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
223 var pr_tmpl = "${h.url('pullrequest_home',repo_name=c.repo_name)}";
126 var pr_tmpl = "${h.url('pullrequest_home',repo_name=c.repo_name)}";
224
127
225 var checkbox_checker = function(e){
128 var checkbox_checker = function(e){
226 var clicked_cb = e.currentTarget;
129 var clicked_cb = e.currentTarget;
227 var checked_checkboxes = [];
130 var checked_checkboxes = [];
@@ -302,14 +205,6 b''
302
205
303 });
206 });
304
207
305 // Fetch changeset details
306 YUE.on(YUD.getElementsByClassName('changed_total'),'click',function(e){
307 var id = e.currentTarget.id;
308 var url = "${h.url('changelog_details',repo_name=c.repo_name,cs='__CS__')}";
309 var url = url.replace('__CS__',id.replace('changed_total_',''));
310 ypjax(url,id,function(){tooltip_activate()});
311 });
312
313 // change branch filter
208 // change branch filter
314 YUE.on(YUD.get('branch_filter'),'change',function(e){
209 YUE.on(YUD.get('branch_filter'),'change',function(e){
315 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
210 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
@@ -86,11 +86,11 b' YUE.onDOMReady(function(){'
86 h_lines.push(parseInt(highlight_ranges[pos]));
86 h_lines.push(parseInt(highlight_ranges[pos]));
87 }
87 }
88 }
88 }
89 highlight_lines(h_lines);
89 highlight_lines(h_lines);
90 var _first_line= YUD.get('L'+h_lines[0]);
90 var _first_line= YUD.get('L'+h_lines[0]);
91 if(_first_line){
91 if(_first_line){
92 _first_line.scrollIntoView()
92 _first_line.scrollIntoView()
93 }
93 }
94 }
94 }
95
95
96 // select code link event
96 // select code link event
General Comments 0
You need to be logged in to leave comments. Login now