##// END OF EJS Templates
made the copy to clip less visible and added a left margin
Liviu -
r3712:b2d94a75 new-ui
parent child Browse files
Show More
@@ -1,2584 +1,2590 b''
1 //Primary CSS
1 //Primary CSS
2
2
3 //--- IMPORTS ------------------//
3 //--- IMPORTS ------------------//
4
4
5 @import 'helpers';
5 @import 'helpers';
6 @import 'mixins';
6 @import 'mixins';
7 @import 'rcicons';
7 @import 'rcicons';
8 @import 'variables';
8 @import 'variables';
9 @import 'bootstrap-variables';
9 @import 'bootstrap-variables';
10 @import 'form-bootstrap';
10 @import 'form-bootstrap';
11 @import 'codemirror';
11 @import 'codemirror';
12 @import 'legacy_code_styles';
12 @import 'legacy_code_styles';
13 @import 'readme-box';
13 @import 'readme-box';
14 @import 'progress-bar';
14 @import 'progress-bar';
15
15
16 @import 'type';
16 @import 'type';
17 @import 'alerts';
17 @import 'alerts';
18 @import 'buttons';
18 @import 'buttons';
19 @import 'tags';
19 @import 'tags';
20 @import 'code-block';
20 @import 'code-block';
21 @import 'examples';
21 @import 'examples';
22 @import 'login';
22 @import 'login';
23 @import 'main-content';
23 @import 'main-content';
24 @import 'select2';
24 @import 'select2';
25 @import 'comments';
25 @import 'comments';
26 @import 'panels-bootstrap';
26 @import 'panels-bootstrap';
27 @import 'panels';
27 @import 'panels';
28 @import 'deform';
28 @import 'deform';
29
29
30 //--- BASE ------------------//
30 //--- BASE ------------------//
31 .noscript-error {
31 .noscript-error {
32 top: 0;
32 top: 0;
33 left: 0;
33 left: 0;
34 width: 100%;
34 width: 100%;
35 z-index: 101;
35 z-index: 101;
36 text-align: center;
36 text-align: center;
37 font-size: 120%;
37 font-size: 120%;
38 color: white;
38 color: white;
39 background-color: @alert2;
39 background-color: @alert2;
40 padding: 5px 0 5px 0;
40 padding: 5px 0 5px 0;
41 font-weight: @text-semibold-weight;
41 font-weight: @text-semibold-weight;
42 font-family: @text-semibold;
42 font-family: @text-semibold;
43 }
43 }
44
44
45 html {
45 html {
46 display: table;
46 display: table;
47 height: 100%;
47 height: 100%;
48 width: 100%;
48 width: 100%;
49 }
49 }
50
50
51 body {
51 body {
52 display: table-cell;
52 display: table-cell;
53 width: 100%;
53 width: 100%;
54 }
54 }
55
55
56 //--- LAYOUT ------------------//
56 //--- LAYOUT ------------------//
57
57
58 .hidden{
58 .hidden{
59 display: none !important;
59 display: none !important;
60 }
60 }
61
61
62 .box{
62 .box{
63 float: left;
63 float: left;
64 width: 100%;
64 width: 100%;
65 }
65 }
66
66
67 .browser-header {
67 .browser-header {
68 clear: both;
68 clear: both;
69 }
69 }
70 .main {
70 .main {
71 clear: both;
71 clear: both;
72 padding:0 0 @pagepadding;
72 padding:0 0 @pagepadding;
73 height: auto;
73 height: auto;
74
74
75 &:after { //clearfix
75 &:after { //clearfix
76 content:"";
76 content:"";
77 clear:both;
77 clear:both;
78 width:100%;
78 width:100%;
79 display:block;
79 display:block;
80 }
80 }
81 }
81 }
82
82
83 .action-link{
83 .action-link{
84 margin-left: @padding;
84 margin-left: @padding;
85 padding-left: @padding;
85 padding-left: @padding;
86 border-left: @border-thickness solid @border-default-color;
86 border-left: @border-thickness solid @border-default-color;
87 }
87 }
88
88
89 input + .action-link, .action-link.first{
89 input + .action-link, .action-link.first{
90 border-left: none;
90 border-left: none;
91 }
91 }
92
92
93 .action-link.last{
93 .action-link.last{
94 margin-right: @padding;
94 margin-right: @padding;
95 padding-right: @padding;
95 padding-right: @padding;
96 }
96 }
97
97
98 .action-link.active,
98 .action-link.active,
99 .action-link.active a{
99 .action-link.active a{
100 color: @grey4;
100 color: @grey4;
101 }
101 }
102
102
103 .action-link.disabled {
103 .action-link.disabled {
104 color: @grey4;
104 color: @grey4;
105 cursor: inherit;
105 cursor: inherit;
106 }
106 }
107
107
108 .clipboard-action {
108 .clipboard-action {
109 cursor: pointer;
109 cursor: pointer;
110 color: @grey4;
111 margin-left: 5px;
112
113 &:hover {
114 color: @grey2;
115 }
110 }
116 }
111
117
112 ul.simple-list{
118 ul.simple-list{
113 list-style: none;
119 list-style: none;
114 margin: 0;
120 margin: 0;
115 padding: 0;
121 padding: 0;
116 }
122 }
117
123
118 .main-content {
124 .main-content {
119 padding-bottom: @pagepadding;
125 padding-bottom: @pagepadding;
120 }
126 }
121
127
122 .wide-mode-wrapper {
128 .wide-mode-wrapper {
123 max-width:4000px !important;
129 max-width:4000px !important;
124 }
130 }
125
131
126 .wrapper {
132 .wrapper {
127 position: relative;
133 position: relative;
128 max-width: @wrapper-maxwidth;
134 max-width: @wrapper-maxwidth;
129 margin: 0 auto;
135 margin: 0 auto;
130 }
136 }
131
137
132 #content {
138 #content {
133 clear: both;
139 clear: both;
134 padding: 0 @contentpadding;
140 padding: 0 @contentpadding;
135 }
141 }
136
142
137 .advanced-settings-fields{
143 .advanced-settings-fields{
138 input{
144 input{
139 margin-left: @textmargin;
145 margin-left: @textmargin;
140 margin-right: @padding/2;
146 margin-right: @padding/2;
141 }
147 }
142 }
148 }
143
149
144 .cs_files_title {
150 .cs_files_title {
145 margin: @pagepadding 0 0;
151 margin: @pagepadding 0 0;
146 }
152 }
147
153
148 input.inline[type="file"] {
154 input.inline[type="file"] {
149 display: inline;
155 display: inline;
150 }
156 }
151
157
152 .error_page {
158 .error_page {
153 margin: 10% auto;
159 margin: 10% auto;
154
160
155 h1 {
161 h1 {
156 color: @grey2;
162 color: @grey2;
157 }
163 }
158
164
159 .alert {
165 .alert {
160 margin: @padding 0;
166 margin: @padding 0;
161 }
167 }
162
168
163 .error-branding {
169 .error-branding {
164 color: @grey4;
170 color: @grey4;
165 font-weight: @text-semibold-weight;
171 font-weight: @text-semibold-weight;
166 font-family: @text-semibold;
172 font-family: @text-semibold;
167 }
173 }
168
174
169 .error_message {
175 .error_message {
170 font-family: @text-regular;
176 font-family: @text-regular;
171 }
177 }
172
178
173 .sidebar {
179 .sidebar {
174 min-height: 275px;
180 min-height: 275px;
175 margin: 0;
181 margin: 0;
176 padding: 0 0 @sidebarpadding @sidebarpadding;
182 padding: 0 0 @sidebarpadding @sidebarpadding;
177 border: none;
183 border: none;
178 }
184 }
179
185
180 .main-content {
186 .main-content {
181 position: relative;
187 position: relative;
182 margin: 0 @sidebarpadding @sidebarpadding;
188 margin: 0 @sidebarpadding @sidebarpadding;
183 padding: 0 0 0 @sidebarpadding;
189 padding: 0 0 0 @sidebarpadding;
184 border-left: @border-thickness solid @grey5;
190 border-left: @border-thickness solid @grey5;
185
191
186 @media (max-width:767px) {
192 @media (max-width:767px) {
187 clear: both;
193 clear: both;
188 width: 100%;
194 width: 100%;
189 margin: 0;
195 margin: 0;
190 border: none;
196 border: none;
191 }
197 }
192 }
198 }
193
199
194 .inner-column {
200 .inner-column {
195 float: left;
201 float: left;
196 width: 29.75%;
202 width: 29.75%;
197 min-height: 150px;
203 min-height: 150px;
198 margin: @sidebarpadding 2% 0 0;
204 margin: @sidebarpadding 2% 0 0;
199 padding: 0 2% 0 0;
205 padding: 0 2% 0 0;
200 border-right: @border-thickness solid @grey5;
206 border-right: @border-thickness solid @grey5;
201
207
202 @media (max-width:767px) {
208 @media (max-width:767px) {
203 clear: both;
209 clear: both;
204 width: 100%;
210 width: 100%;
205 border: none;
211 border: none;
206 }
212 }
207
213
208 ul {
214 ul {
209 padding-left: 1.25em;
215 padding-left: 1.25em;
210 }
216 }
211
217
212 &:last-child {
218 &:last-child {
213 margin: @sidebarpadding 0 0;
219 margin: @sidebarpadding 0 0;
214 border: none;
220 border: none;
215 }
221 }
216
222
217 h4 {
223 h4 {
218 margin: 0 0 @padding;
224 margin: 0 0 @padding;
219 font-weight: @text-semibold-weight;
225 font-weight: @text-semibold-weight;
220 font-family: @text-semibold;
226 font-family: @text-semibold;
221 }
227 }
222 }
228 }
223 }
229 }
224 .error-page-logo {
230 .error-page-logo {
225 width: 130px;
231 width: 130px;
226 height: 160px;
232 height: 160px;
227 }
233 }
228
234
229 // HEADER
235 // HEADER
230 .header {
236 .header {
231
237
232 // TODO: johbo: Fix login pages, so that they work without a min-height
238 // TODO: johbo: Fix login pages, so that they work without a min-height
233 // for the header and then remove the min-height. I chose a smaller value
239 // for the header and then remove the min-height. I chose a smaller value
234 // intentionally here to avoid rendering issues in the main navigation.
240 // intentionally here to avoid rendering issues in the main navigation.
235 min-height: 49px;
241 min-height: 49px;
236
242
237 position: relative;
243 position: relative;
238 vertical-align: bottom;
244 vertical-align: bottom;
239 padding: 0 @header-padding;
245 padding: 0 @header-padding;
240 background-color: @grey1;
246 background-color: @grey1;
241 color: @grey5;
247 color: @grey5;
242
248
243 .title {
249 .title {
244 overflow: visible;
250 overflow: visible;
245 }
251 }
246
252
247 &:before,
253 &:before,
248 &:after {
254 &:after {
249 content: "";
255 content: "";
250 clear: both;
256 clear: both;
251 width: 100%;
257 width: 100%;
252 }
258 }
253
259
254 // TODO: johbo: Avoids breaking "Repositories" chooser
260 // TODO: johbo: Avoids breaking "Repositories" chooser
255 .select2-container .select2-choice .select2-arrow {
261 .select2-container .select2-choice .select2-arrow {
256 display: none;
262 display: none;
257 }
263 }
258 }
264 }
259
265
260 #header-inner {
266 #header-inner {
261 &.title {
267 &.title {
262 margin: 0;
268 margin: 0;
263 }
269 }
264 &:before,
270 &:before,
265 &:after {
271 &:after {
266 content: "";
272 content: "";
267 clear: both;
273 clear: both;
268 }
274 }
269 }
275 }
270
276
271 // Gists
277 // Gists
272 #files_data {
278 #files_data {
273 clear: both; //for firefox
279 clear: both; //for firefox
274 }
280 }
275 #gistid {
281 #gistid {
276 margin-right: @padding;
282 margin-right: @padding;
277 }
283 }
278
284
279 // Global Settings Editor
285 // Global Settings Editor
280 .textarea.editor {
286 .textarea.editor {
281 float: left;
287 float: left;
282 position: relative;
288 position: relative;
283 max-width: @texteditor-width;
289 max-width: @texteditor-width;
284
290
285 select {
291 select {
286 position: absolute;
292 position: absolute;
287 top:10px;
293 top:10px;
288 right:0;
294 right:0;
289 }
295 }
290
296
291 .CodeMirror {
297 .CodeMirror {
292 margin: 0;
298 margin: 0;
293 }
299 }
294
300
295 .help-block {
301 .help-block {
296 margin: 0 0 @padding;
302 margin: 0 0 @padding;
297 padding:.5em;
303 padding:.5em;
298 background-color: @grey6;
304 background-color: @grey6;
299 &.pre-formatting {
305 &.pre-formatting {
300 white-space: pre;
306 white-space: pre;
301 }
307 }
302 }
308 }
303 }
309 }
304
310
305 ul.auth_plugins {
311 ul.auth_plugins {
306 margin: @padding 0 @padding @legend-width;
312 margin: @padding 0 @padding @legend-width;
307 padding: 0;
313 padding: 0;
308
314
309 li {
315 li {
310 margin-bottom: @padding;
316 margin-bottom: @padding;
311 line-height: 1em;
317 line-height: 1em;
312 list-style-type: none;
318 list-style-type: none;
313
319
314 .auth_buttons .btn {
320 .auth_buttons .btn {
315 margin-right: @padding;
321 margin-right: @padding;
316 }
322 }
317
323
318 }
324 }
319 }
325 }
320
326
321
327
322 // My Account PR list
328 // My Account PR list
323
329
324 #show_closed {
330 #show_closed {
325 margin: 0 1em 0 0;
331 margin: 0 1em 0 0;
326 }
332 }
327
333
328 .pullrequestlist {
334 .pullrequestlist {
329 .closed {
335 .closed {
330 background-color: @grey6;
336 background-color: @grey6;
331 }
337 }
332 .td-status {
338 .td-status {
333 padding-left: .5em;
339 padding-left: .5em;
334 }
340 }
335 .log-container .truncate {
341 .log-container .truncate {
336 height: 2.75em;
342 height: 2.75em;
337 white-space: pre-line;
343 white-space: pre-line;
338 }
344 }
339 table.rctable .user {
345 table.rctable .user {
340 padding-left: 0;
346 padding-left: 0;
341 }
347 }
342 table.rctable {
348 table.rctable {
343 td.td-description,
349 td.td-description,
344 .rc-user {
350 .rc-user {
345 min-width: auto;
351 min-width: auto;
346 }
352 }
347 }
353 }
348 }
354 }
349
355
350 // Pull Requests
356 // Pull Requests
351
357
352 .pullrequests_section_head {
358 .pullrequests_section_head {
353 display: block;
359 display: block;
354 clear: both;
360 clear: both;
355 margin: @padding 0;
361 margin: @padding 0;
356 font-weight: @text-bold-weight;
362 font-weight: @text-bold-weight;
357 font-family: @text-bold;
363 font-family: @text-bold;
358 }
364 }
359
365
360 .pr-origininfo, .pr-targetinfo {
366 .pr-origininfo, .pr-targetinfo {
361 position: relative;
367 position: relative;
362
368
363 .tag {
369 .tag {
364 display: inline-block;
370 display: inline-block;
365 margin: 0 1em .5em 0;
371 margin: 0 1em .5em 0;
366 }
372 }
367
373
368 .clone-url {
374 .clone-url {
369 display: inline-block;
375 display: inline-block;
370 margin: 0 0 .5em 0;
376 margin: 0 0 .5em 0;
371 padding: 0;
377 padding: 0;
372 line-height: 1.2em;
378 line-height: 1.2em;
373 }
379 }
374 }
380 }
375
381
376 .pr-mergeinfo {
382 .pr-mergeinfo {
377 min-width: 95% !important;
383 min-width: 95% !important;
378 padding: 0 !important;
384 padding: 0 !important;
379 border: 0;
385 border: 0;
380 }
386 }
381 .pr-mergeinfo-copy {
387 .pr-mergeinfo-copy {
382 padding: 0 0;
388 padding: 0 0;
383 }
389 }
384
390
385 .pr-pullinfo {
391 .pr-pullinfo {
386 min-width: 95% !important;
392 min-width: 95% !important;
387 padding: 0 !important;
393 padding: 0 !important;
388 border: 0;
394 border: 0;
389 }
395 }
390 .pr-pullinfo-copy {
396 .pr-pullinfo-copy {
391 padding: 0 0;
397 padding: 0 0;
392 }
398 }
393
399
394
400
395 #pr-title-input {
401 #pr-title-input {
396 width: 72%;
402 width: 72%;
397 font-size: 1em;
403 font-size: 1em;
398 margin: 0;
404 margin: 0;
399 padding: 0 0 0 @padding/4;
405 padding: 0 0 0 @padding/4;
400 line-height: 1.7em;
406 line-height: 1.7em;
401 color: @text-color;
407 color: @text-color;
402 letter-spacing: .02em;
408 letter-spacing: .02em;
403 font-weight: @text-bold-weight;
409 font-weight: @text-bold-weight;
404 font-family: @text-bold;
410 font-family: @text-bold;
405 }
411 }
406
412
407 #pullrequest_title {
413 #pullrequest_title {
408 width: 100%;
414 width: 100%;
409 box-sizing: border-box;
415 box-sizing: border-box;
410 }
416 }
411
417
412 #pr_open_message {
418 #pr_open_message {
413 border: @border-thickness solid #fff;
419 border: @border-thickness solid #fff;
414 border-radius: @border-radius;
420 border-radius: @border-radius;
415 padding: @padding-large-vertical @padding-large-vertical @padding-large-vertical 0;
421 padding: @padding-large-vertical @padding-large-vertical @padding-large-vertical 0;
416 text-align: left;
422 text-align: left;
417 overflow: hidden;
423 overflow: hidden;
418 }
424 }
419
425
420 .pr-submit-button {
426 .pr-submit-button {
421 float: right;
427 float: right;
422 margin: 0 0 0 5px;
428 margin: 0 0 0 5px;
423 }
429 }
424
430
425 .pr-spacing-container {
431 .pr-spacing-container {
426 padding: 20px;
432 padding: 20px;
427 clear: both
433 clear: both
428 }
434 }
429
435
430 #pr-description-input {
436 #pr-description-input {
431 margin-bottom: 0;
437 margin-bottom: 0;
432 }
438 }
433
439
434 .pr-description-label {
440 .pr-description-label {
435 vertical-align: top;
441 vertical-align: top;
436 }
442 }
437
443
438 .perms_section_head {
444 .perms_section_head {
439 min-width: 625px;
445 min-width: 625px;
440
446
441 h2 {
447 h2 {
442 margin-bottom: 0;
448 margin-bottom: 0;
443 }
449 }
444
450
445 .label-checkbox {
451 .label-checkbox {
446 float: left;
452 float: left;
447 }
453 }
448
454
449 &.field {
455 &.field {
450 margin: @space 0 @padding;
456 margin: @space 0 @padding;
451 }
457 }
452
458
453 &:first-child.field {
459 &:first-child.field {
454 margin-top: 0;
460 margin-top: 0;
455
461
456 .label {
462 .label {
457 margin-top: 0;
463 margin-top: 0;
458 padding-top: 0;
464 padding-top: 0;
459 }
465 }
460
466
461 .radios {
467 .radios {
462 padding-top: 0;
468 padding-top: 0;
463 }
469 }
464 }
470 }
465
471
466 .radios {
472 .radios {
467 position: relative;
473 position: relative;
468 width: 505px;
474 width: 505px;
469 }
475 }
470 }
476 }
471
477
472 //--- MODULES ------------------//
478 //--- MODULES ------------------//
473
479
474
480
475 // Server Announcement
481 // Server Announcement
476 #server-announcement {
482 #server-announcement {
477 width: 95%;
483 width: 95%;
478 margin: @padding auto;
484 margin: @padding auto;
479 padding: @padding;
485 padding: @padding;
480 border-width: 2px;
486 border-width: 2px;
481 border-style: solid;
487 border-style: solid;
482 .border-radius(2px);
488 .border-radius(2px);
483 font-weight: @text-bold-weight;
489 font-weight: @text-bold-weight;
484 font-family: @text-bold;
490 font-family: @text-bold;
485
491
486 &.info { border-color: @alert4; background-color: @alert4-inner; }
492 &.info { border-color: @alert4; background-color: @alert4-inner; }
487 &.warning { border-color: @alert3; background-color: @alert3-inner; }
493 &.warning { border-color: @alert3; background-color: @alert3-inner; }
488 &.error { border-color: @alert2; background-color: @alert2-inner; }
494 &.error { border-color: @alert2; background-color: @alert2-inner; }
489 &.success { border-color: @alert1; background-color: @alert1-inner; }
495 &.success { border-color: @alert1; background-color: @alert1-inner; }
490 &.neutral { border-color: @grey3; background-color: @grey6; }
496 &.neutral { border-color: @grey3; background-color: @grey6; }
491 }
497 }
492
498
493 // Fixed Sidebar Column
499 // Fixed Sidebar Column
494 .sidebar-col-wrapper {
500 .sidebar-col-wrapper {
495 padding-left: @sidebar-all-width;
501 padding-left: @sidebar-all-width;
496
502
497 .sidebar {
503 .sidebar {
498 width: @sidebar-width;
504 width: @sidebar-width;
499 margin-left: -@sidebar-all-width;
505 margin-left: -@sidebar-all-width;
500 }
506 }
501 }
507 }
502
508
503 .sidebar-col-wrapper.scw-small {
509 .sidebar-col-wrapper.scw-small {
504 padding-left: @sidebar-small-all-width;
510 padding-left: @sidebar-small-all-width;
505
511
506 .sidebar {
512 .sidebar {
507 width: @sidebar-small-width;
513 width: @sidebar-small-width;
508 margin-left: -@sidebar-small-all-width;
514 margin-left: -@sidebar-small-all-width;
509 }
515 }
510 }
516 }
511
517
512
518
513 // FOOTER
519 // FOOTER
514 #footer {
520 #footer {
515 padding: 0;
521 padding: 0;
516 text-align: center;
522 text-align: center;
517 vertical-align: middle;
523 vertical-align: middle;
518 color: @grey2;
524 color: @grey2;
519 font-size: 11px;
525 font-size: 11px;
520
526
521 p {
527 p {
522 margin: 0;
528 margin: 0;
523 padding: 1em;
529 padding: 1em;
524 line-height: 1em;
530 line-height: 1em;
525 }
531 }
526
532
527 .server-instance { //server instance
533 .server-instance { //server instance
528 display: none;
534 display: none;
529 }
535 }
530
536
531 .title {
537 .title {
532 float: none;
538 float: none;
533 margin: 0 auto;
539 margin: 0 auto;
534 }
540 }
535 }
541 }
536
542
537 button.close {
543 button.close {
538 padding: 0;
544 padding: 0;
539 cursor: pointer;
545 cursor: pointer;
540 background: transparent;
546 background: transparent;
541 border: 0;
547 border: 0;
542 .box-shadow(none);
548 .box-shadow(none);
543 -webkit-appearance: none;
549 -webkit-appearance: none;
544 }
550 }
545
551
546 .close {
552 .close {
547 float: right;
553 float: right;
548 font-size: 21px;
554 font-size: 21px;
549 font-family: @text-bootstrap;
555 font-family: @text-bootstrap;
550 line-height: 1em;
556 line-height: 1em;
551 font-weight: bold;
557 font-weight: bold;
552 color: @grey2;
558 color: @grey2;
553
559
554 &:hover,
560 &:hover,
555 &:focus {
561 &:focus {
556 color: @grey1;
562 color: @grey1;
557 text-decoration: none;
563 text-decoration: none;
558 cursor: pointer;
564 cursor: pointer;
559 }
565 }
560 }
566 }
561
567
562 // GRID
568 // GRID
563 .sorting,
569 .sorting,
564 .sorting_desc,
570 .sorting_desc,
565 .sorting_asc {
571 .sorting_asc {
566 cursor: pointer;
572 cursor: pointer;
567 }
573 }
568 .sorting_desc:after {
574 .sorting_desc:after {
569 content: "\00A0\25B2";
575 content: "\00A0\25B2";
570 font-size: .75em;
576 font-size: .75em;
571 }
577 }
572 .sorting_asc:after {
578 .sorting_asc:after {
573 content: "\00A0\25BC";
579 content: "\00A0\25BC";
574 font-size: .68em;
580 font-size: .68em;
575 }
581 }
576
582
577
583
578 .user_auth_tokens {
584 .user_auth_tokens {
579
585
580 &.truncate {
586 &.truncate {
581 white-space: nowrap;
587 white-space: nowrap;
582 overflow: hidden;
588 overflow: hidden;
583 text-overflow: ellipsis;
589 text-overflow: ellipsis;
584 }
590 }
585
591
586 .fields .field .input {
592 .fields .field .input {
587 margin: 0;
593 margin: 0;
588 }
594 }
589
595
590 input#description {
596 input#description {
591 width: 100px;
597 width: 100px;
592 margin: 0;
598 margin: 0;
593 }
599 }
594
600
595 .drop-menu {
601 .drop-menu {
596 // TODO: johbo: Remove this, should work out of the box when
602 // TODO: johbo: Remove this, should work out of the box when
597 // having multiple inputs inline
603 // having multiple inputs inline
598 margin: 0 0 0 5px;
604 margin: 0 0 0 5px;
599 }
605 }
600 }
606 }
601 #user_list_table {
607 #user_list_table {
602 .closed {
608 .closed {
603 background-color: @grey6;
609 background-color: @grey6;
604 }
610 }
605 }
611 }
606
612
607
613
608 input, textarea {
614 input, textarea {
609 &.disabled {
615 &.disabled {
610 opacity: .5;
616 opacity: .5;
611 }
617 }
612
618
613 &:hover {
619 &:hover {
614 border-color: @grey3;
620 border-color: @grey3;
615 box-shadow: @button-shadow;
621 box-shadow: @button-shadow;
616 }
622 }
617
623
618 &:focus {
624 &:focus {
619 border-color: @rcblue;
625 border-color: @rcblue;
620 box-shadow: @button-shadow;
626 box-shadow: @button-shadow;
621 }
627 }
622 }
628 }
623
629
624 // remove extra padding in firefox
630 // remove extra padding in firefox
625 input::-moz-focus-inner { border:0; padding:0 }
631 input::-moz-focus-inner { border:0; padding:0 }
626
632
627 .adjacent input {
633 .adjacent input {
628 margin-bottom: @padding;
634 margin-bottom: @padding;
629 }
635 }
630
636
631 .permissions_boxes {
637 .permissions_boxes {
632 display: block;
638 display: block;
633 }
639 }
634
640
635 //FORMS
641 //FORMS
636
642
637 .medium-inline,
643 .medium-inline,
638 input#description.medium-inline {
644 input#description.medium-inline {
639 display: inline;
645 display: inline;
640 width: @medium-inline-input-width;
646 width: @medium-inline-input-width;
641 min-width: 100px;
647 min-width: 100px;
642 }
648 }
643
649
644 select {
650 select {
645 //reset
651 //reset
646 -webkit-appearance: none;
652 -webkit-appearance: none;
647 -moz-appearance: none;
653 -moz-appearance: none;
648
654
649 display: inline-block;
655 display: inline-block;
650 height: 28px;
656 height: 28px;
651 width: auto;
657 width: auto;
652 margin: 0 @padding @padding 0;
658 margin: 0 @padding @padding 0;
653 padding: 0 18px 0 8px;
659 padding: 0 18px 0 8px;
654 line-height:1em;
660 line-height:1em;
655 font-size: @basefontsize;
661 font-size: @basefontsize;
656 border: @border-thickness solid @grey5;
662 border: @border-thickness solid @grey5;
657 border-radius: @border-radius;
663 border-radius: @border-radius;
658 background:white url("../images/dt-arrow-dn.png") no-repeat 100% 50%;
664 background:white url("../images/dt-arrow-dn.png") no-repeat 100% 50%;
659 color: @grey4;
665 color: @grey4;
660 box-shadow: @button-shadow;
666 box-shadow: @button-shadow;
661
667
662 &:after {
668 &:after {
663 content: "\00A0\25BE";
669 content: "\00A0\25BE";
664 }
670 }
665
671
666 &:focus, &:hover {
672 &:focus, &:hover {
667 outline: none;
673 outline: none;
668 border-color: @grey4;
674 border-color: @grey4;
669 color: @rcdarkblue;
675 color: @rcdarkblue;
670 }
676 }
671 }
677 }
672
678
673 option {
679 option {
674 &:focus {
680 &:focus {
675 outline: none;
681 outline: none;
676 }
682 }
677 }
683 }
678
684
679 input,
685 input,
680 textarea {
686 textarea {
681 padding: @input-padding;
687 padding: @input-padding;
682 border: @input-border-thickness solid @border-highlight-color;
688 border: @input-border-thickness solid @border-highlight-color;
683 .border-radius (@border-radius);
689 .border-radius (@border-radius);
684 font-family: @text-light;
690 font-family: @text-light;
685 font-size: @basefontsize;
691 font-size: @basefontsize;
686
692
687 &.input-sm {
693 &.input-sm {
688 padding: 5px;
694 padding: 5px;
689 }
695 }
690
696
691 &#description {
697 &#description {
692 min-width: @input-description-minwidth;
698 min-width: @input-description-minwidth;
693 min-height: 1em;
699 min-height: 1em;
694 padding: 10px;
700 padding: 10px;
695 }
701 }
696 }
702 }
697
703
698 .field-sm {
704 .field-sm {
699 input,
705 input,
700 textarea {
706 textarea {
701 padding: 5px;
707 padding: 5px;
702 }
708 }
703 }
709 }
704
710
705 textarea {
711 textarea {
706 display: block;
712 display: block;
707 clear: both;
713 clear: both;
708 width: 100%;
714 width: 100%;
709 min-height: 100px;
715 min-height: 100px;
710 margin-bottom: @padding;
716 margin-bottom: @padding;
711 .box-sizing(border-box);
717 .box-sizing(border-box);
712 overflow: auto;
718 overflow: auto;
713 }
719 }
714
720
715 label {
721 label {
716 font-family: @text-light;
722 font-family: @text-light;
717 }
723 }
718
724
719 // GRAVATARS
725 // GRAVATARS
720 // centers gravatar on username to the right
726 // centers gravatar on username to the right
721
727
722 .gravatar {
728 .gravatar {
723 display: inline;
729 display: inline;
724 min-width: 16px;
730 min-width: 16px;
725 min-height: 16px;
731 min-height: 16px;
726 margin: -5px 0;
732 margin: -5px 0;
727 padding: 0;
733 padding: 0;
728 line-height: 1em;
734 line-height: 1em;
729 box-sizing: content-box;
735 box-sizing: content-box;
730 border-radius: 50%;
736 border-radius: 50%;
731
737
732 &.gravatar-large {
738 &.gravatar-large {
733 margin: -0.5em .25em -0.5em 0;
739 margin: -0.5em .25em -0.5em 0;
734 }
740 }
735
741
736 & + .user {
742 & + .user {
737 display: inline;
743 display: inline;
738 margin: 0;
744 margin: 0;
739 padding: 0 0 0 .17em;
745 padding: 0 0 0 .17em;
740 line-height: 1em;
746 line-height: 1em;
741 }
747 }
742 }
748 }
743
749
744 .user-inline-data {
750 .user-inline-data {
745 display: inline-block;
751 display: inline-block;
746 float: left;
752 float: left;
747 padding-left: .5em;
753 padding-left: .5em;
748 line-height: 1.3em;
754 line-height: 1.3em;
749 }
755 }
750
756
751 .rc-user { // gravatar + user wrapper
757 .rc-user { // gravatar + user wrapper
752 float: left;
758 float: left;
753 position: relative;
759 position: relative;
754 min-width: 100px;
760 min-width: 100px;
755 max-width: 200px;
761 max-width: 200px;
756 min-height: (@gravatar-size + @border-thickness * 2); // account for border
762 min-height: (@gravatar-size + @border-thickness * 2); // account for border
757 display: block;
763 display: block;
758 padding: 0 0 0 (@gravatar-size + @basefontsize/2 + @border-thickness * 2);
764 padding: 0 0 0 (@gravatar-size + @basefontsize/2 + @border-thickness * 2);
759
765
760
766
761 .gravatar {
767 .gravatar {
762 display: block;
768 display: block;
763 position: absolute;
769 position: absolute;
764 top: 0;
770 top: 0;
765 left: 0;
771 left: 0;
766 min-width: @gravatar-size;
772 min-width: @gravatar-size;
767 min-height: @gravatar-size;
773 min-height: @gravatar-size;
768 margin: 0;
774 margin: 0;
769 }
775 }
770
776
771 .user {
777 .user {
772 display: block;
778 display: block;
773 max-width: 175px;
779 max-width: 175px;
774 padding-top: 2px;
780 padding-top: 2px;
775 overflow: hidden;
781 overflow: hidden;
776 text-overflow: ellipsis;
782 text-overflow: ellipsis;
777 }
783 }
778 }
784 }
779
785
780 .gist-gravatar,
786 .gist-gravatar,
781 .journal_container {
787 .journal_container {
782 .gravatar-large {
788 .gravatar-large {
783 margin: 0 .5em -10px 0;
789 margin: 0 .5em -10px 0;
784 }
790 }
785 }
791 }
786
792
787
793
788 // ADMIN SETTINGS
794 // ADMIN SETTINGS
789
795
790 // Tag Patterns
796 // Tag Patterns
791 .tag_patterns {
797 .tag_patterns {
792 .tag_input {
798 .tag_input {
793 margin-bottom: @padding;
799 margin-bottom: @padding;
794 }
800 }
795 }
801 }
796
802
797 .locked_input {
803 .locked_input {
798 position: relative;
804 position: relative;
799
805
800 input {
806 input {
801 display: inline;
807 display: inline;
802 margin: 3px 5px 0px 0px;
808 margin: 3px 5px 0px 0px;
803 }
809 }
804
810
805 br {
811 br {
806 display: none;
812 display: none;
807 }
813 }
808
814
809 .error-message {
815 .error-message {
810 float: left;
816 float: left;
811 width: 100%;
817 width: 100%;
812 }
818 }
813
819
814 .lock_input_button {
820 .lock_input_button {
815 display: inline;
821 display: inline;
816 }
822 }
817
823
818 .help-block {
824 .help-block {
819 clear: both;
825 clear: both;
820 }
826 }
821 }
827 }
822
828
823 // Notifications
829 // Notifications
824
830
825 .notifications_buttons {
831 .notifications_buttons {
826 margin: 0 0 @space 0;
832 margin: 0 0 @space 0;
827 padding: 0;
833 padding: 0;
828
834
829 .btn {
835 .btn {
830 display: inline-block;
836 display: inline-block;
831 }
837 }
832 }
838 }
833
839
834 .notification-list {
840 .notification-list {
835
841
836 div {
842 div {
837 display: inline-block;
843 display: inline-block;
838 vertical-align: middle;
844 vertical-align: middle;
839 }
845 }
840
846
841 .container {
847 .container {
842 display: block;
848 display: block;
843 margin: 0 0 @padding 0;
849 margin: 0 0 @padding 0;
844 }
850 }
845
851
846 .delete-notifications {
852 .delete-notifications {
847 margin-left: @padding;
853 margin-left: @padding;
848 text-align: right;
854 text-align: right;
849 cursor: pointer;
855 cursor: pointer;
850 }
856 }
851
857
852 .read-notifications {
858 .read-notifications {
853 margin-left: @padding/2;
859 margin-left: @padding/2;
854 text-align: right;
860 text-align: right;
855 width: 35px;
861 width: 35px;
856 cursor: pointer;
862 cursor: pointer;
857 }
863 }
858
864
859 .icon-minus-sign {
865 .icon-minus-sign {
860 color: @alert2;
866 color: @alert2;
861 }
867 }
862
868
863 .icon-ok-sign {
869 .icon-ok-sign {
864 color: @alert1;
870 color: @alert1;
865 }
871 }
866 }
872 }
867
873
868 .user_settings {
874 .user_settings {
869 float: left;
875 float: left;
870 clear: both;
876 clear: both;
871 display: block;
877 display: block;
872 width: 100%;
878 width: 100%;
873
879
874 .gravatar_box {
880 .gravatar_box {
875 margin-bottom: @padding;
881 margin-bottom: @padding;
876
882
877 &:after {
883 &:after {
878 content: " ";
884 content: " ";
879 clear: both;
885 clear: both;
880 width: 100%;
886 width: 100%;
881 }
887 }
882 }
888 }
883
889
884 .fields .field {
890 .fields .field {
885 clear: both;
891 clear: both;
886 }
892 }
887 }
893 }
888
894
889 .advanced_settings {
895 .advanced_settings {
890 margin-bottom: @space;
896 margin-bottom: @space;
891
897
892 .help-block {
898 .help-block {
893 margin-left: 0;
899 margin-left: 0;
894 }
900 }
895
901
896 button + .help-block {
902 button + .help-block {
897 margin-top: @padding;
903 margin-top: @padding;
898 }
904 }
899 }
905 }
900
906
901 // admin settings radio buttons and labels
907 // admin settings radio buttons and labels
902 .label-2 {
908 .label-2 {
903 float: left;
909 float: left;
904 width: @label2-width;
910 width: @label2-width;
905
911
906 label {
912 label {
907 color: @grey1;
913 color: @grey1;
908 }
914 }
909 }
915 }
910 .checkboxes {
916 .checkboxes {
911 float: left;
917 float: left;
912 width: @checkboxes-width;
918 width: @checkboxes-width;
913 margin-bottom: @padding;
919 margin-bottom: @padding;
914
920
915 .checkbox {
921 .checkbox {
916 width: 100%;
922 width: 100%;
917
923
918 label {
924 label {
919 margin: 0;
925 margin: 0;
920 padding: 0;
926 padding: 0;
921 }
927 }
922 }
928 }
923
929
924 .checkbox + .checkbox {
930 .checkbox + .checkbox {
925 display: inline-block;
931 display: inline-block;
926 }
932 }
927
933
928 label {
934 label {
929 margin-right: 1em;
935 margin-right: 1em;
930 }
936 }
931 }
937 }
932
938
933 // CHANGELOG
939 // CHANGELOG
934 .container_header {
940 .container_header {
935 float: left;
941 float: left;
936 display: block;
942 display: block;
937 width: 100%;
943 width: 100%;
938 margin: @padding 0 @padding;
944 margin: @padding 0 @padding;
939
945
940 #filter_changelog {
946 #filter_changelog {
941 float: left;
947 float: left;
942 margin-right: @padding;
948 margin-right: @padding;
943 }
949 }
944
950
945 .breadcrumbs_light {
951 .breadcrumbs_light {
946 display: inline-block;
952 display: inline-block;
947 }
953 }
948 }
954 }
949
955
950 .info_box {
956 .info_box {
951 float: right;
957 float: right;
952 }
958 }
953
959
954
960
955 #graph_nodes {
961 #graph_nodes {
956 padding-top: 43px;
962 padding-top: 43px;
957 }
963 }
958
964
959 #graph_content{
965 #graph_content{
960
966
961 // adjust for table headers so that graph renders properly
967 // adjust for table headers so that graph renders properly
962 // #graph_nodes padding - table cell padding
968 // #graph_nodes padding - table cell padding
963 padding-top: (@space - (@basefontsize * 2.4));
969 padding-top: (@space - (@basefontsize * 2.4));
964
970
965 &.graph_full_width {
971 &.graph_full_width {
966 width: 100%;
972 width: 100%;
967 max-width: 100%;
973 max-width: 100%;
968 }
974 }
969 }
975 }
970
976
971 #graph {
977 #graph {
972 .flag_status {
978 .flag_status {
973 margin: 0;
979 margin: 0;
974 }
980 }
975
981
976 .pagination-left {
982 .pagination-left {
977 float: left;
983 float: left;
978 clear: both;
984 clear: both;
979 }
985 }
980
986
981 .log-container {
987 .log-container {
982 max-width: 345px;
988 max-width: 345px;
983
989
984 .message{
990 .message{
985 max-width: 340px;
991 max-width: 340px;
986 }
992 }
987 }
993 }
988
994
989 .graph-col-wrapper {
995 .graph-col-wrapper {
990 padding-left: 110px;
996 padding-left: 110px;
991
997
992 #graph_nodes {
998 #graph_nodes {
993 width: 100px;
999 width: 100px;
994 margin-left: -110px;
1000 margin-left: -110px;
995 float: left;
1001 float: left;
996 clear: left;
1002 clear: left;
997 }
1003 }
998 }
1004 }
999
1005
1000 .load-more-commits {
1006 .load-more-commits {
1001 text-align: center;
1007 text-align: center;
1002 }
1008 }
1003 .load-more-commits:hover {
1009 .load-more-commits:hover {
1004 background-color: @grey7;
1010 background-color: @grey7;
1005 }
1011 }
1006 .load-more-commits {
1012 .load-more-commits {
1007 a {
1013 a {
1008 display: block;
1014 display: block;
1009 }
1015 }
1010 }
1016 }
1011 }
1017 }
1012
1018
1013 #filter_changelog {
1019 #filter_changelog {
1014 float: left;
1020 float: left;
1015 }
1021 }
1016
1022
1017
1023
1018 //--- THEME ------------------//
1024 //--- THEME ------------------//
1019
1025
1020 #logo {
1026 #logo {
1021 float: left;
1027 float: left;
1022 margin: 9px 0 0 0;
1028 margin: 9px 0 0 0;
1023
1029
1024 .header {
1030 .header {
1025 background-color: transparent;
1031 background-color: transparent;
1026 }
1032 }
1027
1033
1028 a {
1034 a {
1029 display: inline-block;
1035 display: inline-block;
1030 }
1036 }
1031
1037
1032 img {
1038 img {
1033 height:30px;
1039 height:30px;
1034 }
1040 }
1035 }
1041 }
1036
1042
1037 .logo-wrapper {
1043 .logo-wrapper {
1038 float:left;
1044 float:left;
1039 }
1045 }
1040
1046
1041 .branding {
1047 .branding {
1042 float: left;
1048 float: left;
1043 padding: 9px 2px;
1049 padding: 9px 2px;
1044 line-height: 1em;
1050 line-height: 1em;
1045 font-size: @navigation-fontsize;
1051 font-size: @navigation-fontsize;
1046
1052
1047 a {
1053 a {
1048 color: @grey5
1054 color: @grey5
1049 }
1055 }
1050 }
1056 }
1051
1057
1052 img {
1058 img {
1053 border: none;
1059 border: none;
1054 outline: none;
1060 outline: none;
1055 }
1061 }
1056 user-profile-header
1062 user-profile-header
1057 label {
1063 label {
1058
1064
1059 input[type="checkbox"] {
1065 input[type="checkbox"] {
1060 margin-right: 1em;
1066 margin-right: 1em;
1061 }
1067 }
1062 input[type="radio"] {
1068 input[type="radio"] {
1063 margin-right: 1em;
1069 margin-right: 1em;
1064 }
1070 }
1065 }
1071 }
1066
1072
1067 .flag_status {
1073 .flag_status {
1068 margin: 2px;
1074 margin: 2px;
1069 &.under_review {
1075 &.under_review {
1070 .circle(5px, @alert3);
1076 .circle(5px, @alert3);
1071 }
1077 }
1072 &.approved {
1078 &.approved {
1073 .circle(5px, @alert1);
1079 .circle(5px, @alert1);
1074 }
1080 }
1075 &.rejected,
1081 &.rejected,
1076 &.forced_closed{
1082 &.forced_closed{
1077 .circle(5px, @alert2);
1083 .circle(5px, @alert2);
1078 }
1084 }
1079 &.not_reviewed {
1085 &.not_reviewed {
1080 .circle(5px, @grey5);
1086 .circle(5px, @grey5);
1081 }
1087 }
1082 }
1088 }
1083
1089
1084 .flag_status_comment_box {
1090 .flag_status_comment_box {
1085 margin: 5px 6px 0px 2px;
1091 margin: 5px 6px 0px 2px;
1086 }
1092 }
1087 .test_pattern_preview {
1093 .test_pattern_preview {
1088 margin: @space 0;
1094 margin: @space 0;
1089
1095
1090 p {
1096 p {
1091 margin-bottom: 0;
1097 margin-bottom: 0;
1092 border-bottom: @border-thickness solid @border-default-color;
1098 border-bottom: @border-thickness solid @border-default-color;
1093 color: @grey3;
1099 color: @grey3;
1094 }
1100 }
1095
1101
1096 .btn {
1102 .btn {
1097 margin-bottom: @padding;
1103 margin-bottom: @padding;
1098 }
1104 }
1099 }
1105 }
1100 #test_pattern_result {
1106 #test_pattern_result {
1101 display: none;
1107 display: none;
1102 &:extend(pre);
1108 &:extend(pre);
1103 padding: .9em;
1109 padding: .9em;
1104 color: @grey3;
1110 color: @grey3;
1105 background-color: @grey7;
1111 background-color: @grey7;
1106 border-right: @border-thickness solid @border-default-color;
1112 border-right: @border-thickness solid @border-default-color;
1107 border-bottom: @border-thickness solid @border-default-color;
1113 border-bottom: @border-thickness solid @border-default-color;
1108 border-left: @border-thickness solid @border-default-color;
1114 border-left: @border-thickness solid @border-default-color;
1109 }
1115 }
1110
1116
1111 #repo_vcs_settings {
1117 #repo_vcs_settings {
1112 #inherit_overlay_vcs_default {
1118 #inherit_overlay_vcs_default {
1113 display: none;
1119 display: none;
1114 }
1120 }
1115 #inherit_overlay_vcs_custom {
1121 #inherit_overlay_vcs_custom {
1116 display: custom;
1122 display: custom;
1117 }
1123 }
1118 &.inherited {
1124 &.inherited {
1119 #inherit_overlay_vcs_default {
1125 #inherit_overlay_vcs_default {
1120 display: block;
1126 display: block;
1121 }
1127 }
1122 #inherit_overlay_vcs_custom {
1128 #inherit_overlay_vcs_custom {
1123 display: none;
1129 display: none;
1124 }
1130 }
1125 }
1131 }
1126 }
1132 }
1127
1133
1128 .issue-tracker-link {
1134 .issue-tracker-link {
1129 color: @rcblue;
1135 color: @rcblue;
1130 }
1136 }
1131
1137
1132 // Issue Tracker Table Show/Hide
1138 // Issue Tracker Table Show/Hide
1133 #repo_issue_tracker {
1139 #repo_issue_tracker {
1134 #inherit_overlay {
1140 #inherit_overlay {
1135 display: none;
1141 display: none;
1136 }
1142 }
1137 #custom_overlay {
1143 #custom_overlay {
1138 display: custom;
1144 display: custom;
1139 }
1145 }
1140 &.inherited {
1146 &.inherited {
1141 #inherit_overlay {
1147 #inherit_overlay {
1142 display: block;
1148 display: block;
1143 }
1149 }
1144 #custom_overlay {
1150 #custom_overlay {
1145 display: none;
1151 display: none;
1146 }
1152 }
1147 }
1153 }
1148 }
1154 }
1149 table.issuetracker {
1155 table.issuetracker {
1150 &.readonly {
1156 &.readonly {
1151 tr, td {
1157 tr, td {
1152 color: @grey3;
1158 color: @grey3;
1153 }
1159 }
1154 }
1160 }
1155 .edit {
1161 .edit {
1156 display: none;
1162 display: none;
1157 }
1163 }
1158 .editopen {
1164 .editopen {
1159 .edit {
1165 .edit {
1160 display: inline;
1166 display: inline;
1161 }
1167 }
1162 .entry {
1168 .entry {
1163 display: none;
1169 display: none;
1164 }
1170 }
1165 }
1171 }
1166 tr td.td-action {
1172 tr td.td-action {
1167 min-width: 117px;
1173 min-width: 117px;
1168 }
1174 }
1169 td input {
1175 td input {
1170 max-width: none;
1176 max-width: none;
1171 min-width: 30px;
1177 min-width: 30px;
1172 width: 80%;
1178 width: 80%;
1173 }
1179 }
1174 .issuetracker_pref input {
1180 .issuetracker_pref input {
1175 width: 40%;
1181 width: 40%;
1176 }
1182 }
1177 input.edit_issuetracker_update {
1183 input.edit_issuetracker_update {
1178 margin-right: 0;
1184 margin-right: 0;
1179 width: auto;
1185 width: auto;
1180 }
1186 }
1181 }
1187 }
1182
1188
1183 table.integrations {
1189 table.integrations {
1184 .td-icon {
1190 .td-icon {
1185 width: 20px;
1191 width: 20px;
1186 .integration-icon {
1192 .integration-icon {
1187 height: 20px;
1193 height: 20px;
1188 width: 20px;
1194 width: 20px;
1189 }
1195 }
1190 }
1196 }
1191 }
1197 }
1192
1198
1193 .integrations {
1199 .integrations {
1194 a.integration-box {
1200 a.integration-box {
1195 color: @text-color;
1201 color: @text-color;
1196 &:hover {
1202 &:hover {
1197 .panel {
1203 .panel {
1198 background: #fbfbfb;
1204 background: #fbfbfb;
1199 }
1205 }
1200 }
1206 }
1201 .integration-icon {
1207 .integration-icon {
1202 width: 30px;
1208 width: 30px;
1203 height: 30px;
1209 height: 30px;
1204 margin-right: 20px;
1210 margin-right: 20px;
1205 float: left;
1211 float: left;
1206 }
1212 }
1207
1213
1208 .panel-body {
1214 .panel-body {
1209 padding: 10px;
1215 padding: 10px;
1210 }
1216 }
1211 .panel {
1217 .panel {
1212 margin-bottom: 10px;
1218 margin-bottom: 10px;
1213 }
1219 }
1214 h2 {
1220 h2 {
1215 display: inline-block;
1221 display: inline-block;
1216 margin: 0;
1222 margin: 0;
1217 min-width: 140px;
1223 min-width: 140px;
1218 }
1224 }
1219 }
1225 }
1220 a.integration-box.dummy-integration {
1226 a.integration-box.dummy-integration {
1221 color: @grey4
1227 color: @grey4
1222 }
1228 }
1223 }
1229 }
1224
1230
1225 //Permissions Settings
1231 //Permissions Settings
1226 #add_perm {
1232 #add_perm {
1227 margin: 0 0 @padding;
1233 margin: 0 0 @padding;
1228 cursor: pointer;
1234 cursor: pointer;
1229 }
1235 }
1230
1236
1231 .perm_ac {
1237 .perm_ac {
1232 input {
1238 input {
1233 width: 95%;
1239 width: 95%;
1234 }
1240 }
1235 }
1241 }
1236
1242
1237 .autocomplete-suggestions {
1243 .autocomplete-suggestions {
1238 width: auto !important; // overrides autocomplete.js
1244 width: auto !important; // overrides autocomplete.js
1239 min-width: 278px;
1245 min-width: 278px;
1240 margin: 0;
1246 margin: 0;
1241 border: @border-thickness solid @grey5;
1247 border: @border-thickness solid @grey5;
1242 border-radius: @border-radius;
1248 border-radius: @border-radius;
1243 color: @grey2;
1249 color: @grey2;
1244 background-color: white;
1250 background-color: white;
1245 }
1251 }
1246
1252
1247 .autocomplete-selected {
1253 .autocomplete-selected {
1248 background: #F0F0F0;
1254 background: #F0F0F0;
1249 }
1255 }
1250
1256
1251 .ac-container-wrap {
1257 .ac-container-wrap {
1252 margin: 0;
1258 margin: 0;
1253 padding: 8px;
1259 padding: 8px;
1254 border-bottom: @border-thickness solid @grey5;
1260 border-bottom: @border-thickness solid @grey5;
1255 list-style-type: none;
1261 list-style-type: none;
1256 cursor: pointer;
1262 cursor: pointer;
1257
1263
1258 &:hover {
1264 &:hover {
1259 background-color: @grey7;
1265 background-color: @grey7;
1260 }
1266 }
1261
1267
1262 img {
1268 img {
1263 height: @gravatar-size;
1269 height: @gravatar-size;
1264 width: @gravatar-size;
1270 width: @gravatar-size;
1265 margin-right: 1em;
1271 margin-right: 1em;
1266 }
1272 }
1267
1273
1268 strong {
1274 strong {
1269 font-weight: normal;
1275 font-weight: normal;
1270 }
1276 }
1271 }
1277 }
1272
1278
1273 // Settings Dropdown
1279 // Settings Dropdown
1274 .user-menu .container {
1280 .user-menu .container {
1275 padding: 0 4px;
1281 padding: 0 4px;
1276 margin: 0;
1282 margin: 0;
1277 }
1283 }
1278
1284
1279 .user-menu .gravatar {
1285 .user-menu .gravatar {
1280 cursor: pointer;
1286 cursor: pointer;
1281 }
1287 }
1282
1288
1283 .codeblock {
1289 .codeblock {
1284 margin-bottom: @padding;
1290 margin-bottom: @padding;
1285 clear: both;
1291 clear: both;
1286
1292
1287 .stats {
1293 .stats {
1288 overflow: hidden;
1294 overflow: hidden;
1289 }
1295 }
1290
1296
1291 .message{
1297 .message{
1292 textarea{
1298 textarea{
1293 margin: 0;
1299 margin: 0;
1294 }
1300 }
1295 }
1301 }
1296
1302
1297 .code-header {
1303 .code-header {
1298 .stats {
1304 .stats {
1299 line-height: 2em;
1305 line-height: 2em;
1300
1306
1301 .revision_id {
1307 .revision_id {
1302 margin-left: 0;
1308 margin-left: 0;
1303 }
1309 }
1304 .buttons {
1310 .buttons {
1305 padding-right: 0;
1311 padding-right: 0;
1306 }
1312 }
1307 }
1313 }
1308
1314
1309 .item{
1315 .item{
1310 margin-right: 0.5em;
1316 margin-right: 0.5em;
1311 }
1317 }
1312 }
1318 }
1313
1319
1314 #editor_container{
1320 #editor_container{
1315 position: relative;
1321 position: relative;
1316 margin: @padding;
1322 margin: @padding;
1317 }
1323 }
1318 }
1324 }
1319
1325
1320 #file_history_container {
1326 #file_history_container {
1321 display: none;
1327 display: none;
1322 }
1328 }
1323
1329
1324 .file-history-inner {
1330 .file-history-inner {
1325 margin-bottom: 10px;
1331 margin-bottom: 10px;
1326 }
1332 }
1327
1333
1328 // Pull Requests
1334 // Pull Requests
1329 .summary-details {
1335 .summary-details {
1330 width: 72%;
1336 width: 72%;
1331 }
1337 }
1332 .pr-summary {
1338 .pr-summary {
1333 border-bottom: @border-thickness solid @grey5;
1339 border-bottom: @border-thickness solid @grey5;
1334 margin-bottom: @space;
1340 margin-bottom: @space;
1335 }
1341 }
1336 .reviewers-title {
1342 .reviewers-title {
1337 width: 25%;
1343 width: 25%;
1338 min-width: 200px;
1344 min-width: 200px;
1339 }
1345 }
1340 .reviewers {
1346 .reviewers {
1341 width: 25%;
1347 width: 25%;
1342 min-width: 200px;
1348 min-width: 200px;
1343 }
1349 }
1344 .reviewers ul li {
1350 .reviewers ul li {
1345 position: relative;
1351 position: relative;
1346 width: 100%;
1352 width: 100%;
1347 padding-bottom: 8px;
1353 padding-bottom: 8px;
1348 list-style-type: none;
1354 list-style-type: none;
1349 }
1355 }
1350
1356
1351 .reviewer_entry {
1357 .reviewer_entry {
1352 min-height: 55px;
1358 min-height: 55px;
1353 }
1359 }
1354
1360
1355 .reviewers_member {
1361 .reviewers_member {
1356 width: 100%;
1362 width: 100%;
1357 overflow: auto;
1363 overflow: auto;
1358 }
1364 }
1359 .reviewer_reason {
1365 .reviewer_reason {
1360 padding-left: 20px;
1366 padding-left: 20px;
1361 line-height: 1.5em;
1367 line-height: 1.5em;
1362 }
1368 }
1363 .reviewer_status {
1369 .reviewer_status {
1364 display: inline-block;
1370 display: inline-block;
1365 vertical-align: top;
1371 vertical-align: top;
1366 width: 25px;
1372 width: 25px;
1367 min-width: 25px;
1373 min-width: 25px;
1368 height: 1.2em;
1374 height: 1.2em;
1369 margin-top: 3px;
1375 margin-top: 3px;
1370 line-height: 1em;
1376 line-height: 1em;
1371 }
1377 }
1372
1378
1373 .reviewer_name {
1379 .reviewer_name {
1374 display: inline-block;
1380 display: inline-block;
1375 max-width: 83%;
1381 max-width: 83%;
1376 padding-right: 20px;
1382 padding-right: 20px;
1377 vertical-align: middle;
1383 vertical-align: middle;
1378 line-height: 1;
1384 line-height: 1;
1379
1385
1380 .rc-user {
1386 .rc-user {
1381 min-width: 0;
1387 min-width: 0;
1382 margin: -2px 1em 0 0;
1388 margin: -2px 1em 0 0;
1383 }
1389 }
1384
1390
1385 .reviewer {
1391 .reviewer {
1386 float: left;
1392 float: left;
1387 }
1393 }
1388 }
1394 }
1389
1395
1390 .reviewer_member_mandatory {
1396 .reviewer_member_mandatory {
1391 position: absolute;
1397 position: absolute;
1392 left: 15px;
1398 left: 15px;
1393 top: 8px;
1399 top: 8px;
1394 width: 16px;
1400 width: 16px;
1395 font-size: 11px;
1401 font-size: 11px;
1396 margin: 0;
1402 margin: 0;
1397 padding: 0;
1403 padding: 0;
1398 color: black;
1404 color: black;
1399 }
1405 }
1400
1406
1401 .reviewer_member_mandatory_remove,
1407 .reviewer_member_mandatory_remove,
1402 .reviewer_member_remove {
1408 .reviewer_member_remove {
1403 position: absolute;
1409 position: absolute;
1404 right: 0;
1410 right: 0;
1405 top: 0;
1411 top: 0;
1406 width: 16px;
1412 width: 16px;
1407 margin-bottom: 10px;
1413 margin-bottom: 10px;
1408 padding: 0;
1414 padding: 0;
1409 color: black;
1415 color: black;
1410 }
1416 }
1411
1417
1412 .reviewer_member_mandatory_remove {
1418 .reviewer_member_mandatory_remove {
1413 color: @grey4;
1419 color: @grey4;
1414 }
1420 }
1415
1421
1416 .reviewer_member_status {
1422 .reviewer_member_status {
1417 margin-top: 5px;
1423 margin-top: 5px;
1418 }
1424 }
1419 .pr-summary #summary{
1425 .pr-summary #summary{
1420 width: 100%;
1426 width: 100%;
1421 }
1427 }
1422 .pr-summary .action_button:hover {
1428 .pr-summary .action_button:hover {
1423 border: 0;
1429 border: 0;
1424 cursor: pointer;
1430 cursor: pointer;
1425 }
1431 }
1426 .pr-details-title {
1432 .pr-details-title {
1427 padding-bottom: 8px;
1433 padding-bottom: 8px;
1428 border-bottom: @border-thickness solid @grey5;
1434 border-bottom: @border-thickness solid @grey5;
1429
1435
1430 .action_button.disabled {
1436 .action_button.disabled {
1431 color: @grey4;
1437 color: @grey4;
1432 cursor: inherit;
1438 cursor: inherit;
1433 }
1439 }
1434 .action_button {
1440 .action_button {
1435 color: @rcblue;
1441 color: @rcblue;
1436 }
1442 }
1437 }
1443 }
1438 .pr-details-content {
1444 .pr-details-content {
1439 margin-top: @textmargin;
1445 margin-top: @textmargin;
1440 margin-bottom: @textmargin;
1446 margin-bottom: @textmargin;
1441 }
1447 }
1442
1448
1443 .pr-reviewer-rules {
1449 .pr-reviewer-rules {
1444 padding: 10px 0px 20px 0px;
1450 padding: 10px 0px 20px 0px;
1445 }
1451 }
1446
1452
1447 .group_members {
1453 .group_members {
1448 margin-top: 0;
1454 margin-top: 0;
1449 padding: 0;
1455 padding: 0;
1450 list-style: outside none none;
1456 list-style: outside none none;
1451
1457
1452 img {
1458 img {
1453 height: @gravatar-size;
1459 height: @gravatar-size;
1454 width: @gravatar-size;
1460 width: @gravatar-size;
1455 margin-right: .5em;
1461 margin-right: .5em;
1456 margin-left: 3px;
1462 margin-left: 3px;
1457 }
1463 }
1458
1464
1459 .to-delete {
1465 .to-delete {
1460 .user {
1466 .user {
1461 text-decoration: line-through;
1467 text-decoration: line-through;
1462 }
1468 }
1463 }
1469 }
1464 }
1470 }
1465
1471
1466 .compare_view_commits_title {
1472 .compare_view_commits_title {
1467 .disabled {
1473 .disabled {
1468 cursor: inherit;
1474 cursor: inherit;
1469 &:hover{
1475 &:hover{
1470 background-color: inherit;
1476 background-color: inherit;
1471 color: inherit;
1477 color: inherit;
1472 }
1478 }
1473 }
1479 }
1474 }
1480 }
1475
1481
1476 .subtitle-compare {
1482 .subtitle-compare {
1477 margin: -15px 0px 0px 0px;
1483 margin: -15px 0px 0px 0px;
1478 }
1484 }
1479
1485
1480 .comments-summary-td {
1486 .comments-summary-td {
1481 border-top: 1px dashed @grey5;
1487 border-top: 1px dashed @grey5;
1482 }
1488 }
1483
1489
1484 // new entry in group_members
1490 // new entry in group_members
1485 .td-author-new-entry {
1491 .td-author-new-entry {
1486 background-color: rgba(red(@alert1), green(@alert1), blue(@alert1), 0.3);
1492 background-color: rgba(red(@alert1), green(@alert1), blue(@alert1), 0.3);
1487 }
1493 }
1488
1494
1489 .usergroup_member_remove {
1495 .usergroup_member_remove {
1490 width: 16px;
1496 width: 16px;
1491 margin-bottom: 10px;
1497 margin-bottom: 10px;
1492 padding: 0;
1498 padding: 0;
1493 color: black !important;
1499 color: black !important;
1494 cursor: pointer;
1500 cursor: pointer;
1495 }
1501 }
1496
1502
1497 .reviewer_ac .ac-input {
1503 .reviewer_ac .ac-input {
1498 width: 92%;
1504 width: 92%;
1499 margin-bottom: 1em;
1505 margin-bottom: 1em;
1500 }
1506 }
1501
1507
1502 .compare_view_commits tr{
1508 .compare_view_commits tr{
1503 height: 20px;
1509 height: 20px;
1504 }
1510 }
1505 .compare_view_commits td {
1511 .compare_view_commits td {
1506 vertical-align: top;
1512 vertical-align: top;
1507 padding-top: 10px;
1513 padding-top: 10px;
1508 }
1514 }
1509 .compare_view_commits .author {
1515 .compare_view_commits .author {
1510 margin-left: 5px;
1516 margin-left: 5px;
1511 }
1517 }
1512
1518
1513 .compare_view_commits {
1519 .compare_view_commits {
1514 .color-a {
1520 .color-a {
1515 color: @alert1;
1521 color: @alert1;
1516 }
1522 }
1517
1523
1518 .color-c {
1524 .color-c {
1519 color: @color3;
1525 color: @color3;
1520 }
1526 }
1521
1527
1522 .color-r {
1528 .color-r {
1523 color: @color5;
1529 color: @color5;
1524 }
1530 }
1525
1531
1526 .color-a-bg {
1532 .color-a-bg {
1527 background-color: @alert1;
1533 background-color: @alert1;
1528 }
1534 }
1529
1535
1530 .color-c-bg {
1536 .color-c-bg {
1531 background-color: @alert3;
1537 background-color: @alert3;
1532 }
1538 }
1533
1539
1534 .color-r-bg {
1540 .color-r-bg {
1535 background-color: @alert2;
1541 background-color: @alert2;
1536 }
1542 }
1537
1543
1538 .color-a-border {
1544 .color-a-border {
1539 border: 1px solid @alert1;
1545 border: 1px solid @alert1;
1540 }
1546 }
1541
1547
1542 .color-c-border {
1548 .color-c-border {
1543 border: 1px solid @alert3;
1549 border: 1px solid @alert3;
1544 }
1550 }
1545
1551
1546 .color-r-border {
1552 .color-r-border {
1547 border: 1px solid @alert2;
1553 border: 1px solid @alert2;
1548 }
1554 }
1549
1555
1550 .commit-change-indicator {
1556 .commit-change-indicator {
1551 width: 15px;
1557 width: 15px;
1552 height: 15px;
1558 height: 15px;
1553 position: relative;
1559 position: relative;
1554 left: 15px;
1560 left: 15px;
1555 }
1561 }
1556
1562
1557 .commit-change-content {
1563 .commit-change-content {
1558 text-align: center;
1564 text-align: center;
1559 vertical-align: middle;
1565 vertical-align: middle;
1560 line-height: 15px;
1566 line-height: 15px;
1561 }
1567 }
1562 }
1568 }
1563
1569
1564 .compare_view_filepath {
1570 .compare_view_filepath {
1565 color: @grey1;
1571 color: @grey1;
1566 }
1572 }
1567
1573
1568 .show_more {
1574 .show_more {
1569 display: inline-block;
1575 display: inline-block;
1570 width: 0;
1576 width: 0;
1571 height: 0;
1577 height: 0;
1572 vertical-align: middle;
1578 vertical-align: middle;
1573 content: "";
1579 content: "";
1574 border: 4px solid;
1580 border: 4px solid;
1575 border-right-color: transparent;
1581 border-right-color: transparent;
1576 border-bottom-color: transparent;
1582 border-bottom-color: transparent;
1577 border-left-color: transparent;
1583 border-left-color: transparent;
1578 font-size: 0;
1584 font-size: 0;
1579 }
1585 }
1580
1586
1581 .journal_more .show_more {
1587 .journal_more .show_more {
1582 display: inline;
1588 display: inline;
1583
1589
1584 &:after {
1590 &:after {
1585 content: none;
1591 content: none;
1586 }
1592 }
1587 }
1593 }
1588
1594
1589 .compare_view_commits .collapse_commit:after {
1595 .compare_view_commits .collapse_commit:after {
1590 cursor: pointer;
1596 cursor: pointer;
1591 content: "\00A0\25B4";
1597 content: "\00A0\25B4";
1592 margin-left: -3px;
1598 margin-left: -3px;
1593 font-size: 17px;
1599 font-size: 17px;
1594 color: @grey4;
1600 color: @grey4;
1595 }
1601 }
1596
1602
1597 .diff_links {
1603 .diff_links {
1598 margin-left: 8px;
1604 margin-left: 8px;
1599 }
1605 }
1600
1606
1601 div.ancestor {
1607 div.ancestor {
1602 margin: -30px 0px;
1608 margin: -30px 0px;
1603 }
1609 }
1604
1610
1605 .cs_icon_td input[type="checkbox"] {
1611 .cs_icon_td input[type="checkbox"] {
1606 display: none;
1612 display: none;
1607 }
1613 }
1608
1614
1609 .cs_icon_td .expand_file_icon:after {
1615 .cs_icon_td .expand_file_icon:after {
1610 cursor: pointer;
1616 cursor: pointer;
1611 content: "\00A0\25B6";
1617 content: "\00A0\25B6";
1612 font-size: 12px;
1618 font-size: 12px;
1613 color: @grey4;
1619 color: @grey4;
1614 }
1620 }
1615
1621
1616 .cs_icon_td .collapse_file_icon:after {
1622 .cs_icon_td .collapse_file_icon:after {
1617 cursor: pointer;
1623 cursor: pointer;
1618 content: "\00A0\25BC";
1624 content: "\00A0\25BC";
1619 font-size: 12px;
1625 font-size: 12px;
1620 color: @grey4;
1626 color: @grey4;
1621 }
1627 }
1622
1628
1623 /*new binary
1629 /*new binary
1624 NEW_FILENODE = 1
1630 NEW_FILENODE = 1
1625 DEL_FILENODE = 2
1631 DEL_FILENODE = 2
1626 MOD_FILENODE = 3
1632 MOD_FILENODE = 3
1627 RENAMED_FILENODE = 4
1633 RENAMED_FILENODE = 4
1628 COPIED_FILENODE = 5
1634 COPIED_FILENODE = 5
1629 CHMOD_FILENODE = 6
1635 CHMOD_FILENODE = 6
1630 BIN_FILENODE = 7
1636 BIN_FILENODE = 7
1631 */
1637 */
1632 .cs_files_expand {
1638 .cs_files_expand {
1633 font-size: @basefontsize + 5px;
1639 font-size: @basefontsize + 5px;
1634 line-height: 1.8em;
1640 line-height: 1.8em;
1635 float: right;
1641 float: right;
1636 }
1642 }
1637
1643
1638 .cs_files_expand span{
1644 .cs_files_expand span{
1639 color: @rcblue;
1645 color: @rcblue;
1640 cursor: pointer;
1646 cursor: pointer;
1641 }
1647 }
1642 .cs_files {
1648 .cs_files {
1643 clear: both;
1649 clear: both;
1644 padding-bottom: @padding;
1650 padding-bottom: @padding;
1645
1651
1646 .cur_cs {
1652 .cur_cs {
1647 margin: 10px 2px;
1653 margin: 10px 2px;
1648 font-weight: bold;
1654 font-weight: bold;
1649 }
1655 }
1650
1656
1651 .node {
1657 .node {
1652 float: left;
1658 float: left;
1653 }
1659 }
1654
1660
1655 .changes {
1661 .changes {
1656 float: right;
1662 float: right;
1657 color: white;
1663 color: white;
1658 font-size: @basefontsize - 4px;
1664 font-size: @basefontsize - 4px;
1659 margin-top: 4px;
1665 margin-top: 4px;
1660 opacity: 0.6;
1666 opacity: 0.6;
1661 filter: Alpha(opacity=60); /* IE8 and earlier */
1667 filter: Alpha(opacity=60); /* IE8 and earlier */
1662
1668
1663 .added {
1669 .added {
1664 background-color: @alert1;
1670 background-color: @alert1;
1665 float: left;
1671 float: left;
1666 text-align: center;
1672 text-align: center;
1667 }
1673 }
1668
1674
1669 .deleted {
1675 .deleted {
1670 background-color: @alert2;
1676 background-color: @alert2;
1671 float: left;
1677 float: left;
1672 text-align: center;
1678 text-align: center;
1673 }
1679 }
1674
1680
1675 .bin {
1681 .bin {
1676 background-color: @alert1;
1682 background-color: @alert1;
1677 text-align: center;
1683 text-align: center;
1678 }
1684 }
1679
1685
1680 /*new binary*/
1686 /*new binary*/
1681 .bin.bin1 {
1687 .bin.bin1 {
1682 background-color: @alert1;
1688 background-color: @alert1;
1683 text-align: center;
1689 text-align: center;
1684 }
1690 }
1685
1691
1686 /*deleted binary*/
1692 /*deleted binary*/
1687 .bin.bin2 {
1693 .bin.bin2 {
1688 background-color: @alert2;
1694 background-color: @alert2;
1689 text-align: center;
1695 text-align: center;
1690 }
1696 }
1691
1697
1692 /*mod binary*/
1698 /*mod binary*/
1693 .bin.bin3 {
1699 .bin.bin3 {
1694 background-color: @grey2;
1700 background-color: @grey2;
1695 text-align: center;
1701 text-align: center;
1696 }
1702 }
1697
1703
1698 /*rename file*/
1704 /*rename file*/
1699 .bin.bin4 {
1705 .bin.bin4 {
1700 background-color: @alert4;
1706 background-color: @alert4;
1701 text-align: center;
1707 text-align: center;
1702 }
1708 }
1703
1709
1704 /*copied file*/
1710 /*copied file*/
1705 .bin.bin5 {
1711 .bin.bin5 {
1706 background-color: @alert4;
1712 background-color: @alert4;
1707 text-align: center;
1713 text-align: center;
1708 }
1714 }
1709
1715
1710 /*chmod file*/
1716 /*chmod file*/
1711 .bin.bin6 {
1717 .bin.bin6 {
1712 background-color: @grey2;
1718 background-color: @grey2;
1713 text-align: center;
1719 text-align: center;
1714 }
1720 }
1715 }
1721 }
1716 }
1722 }
1717
1723
1718 .cs_files .cs_added, .cs_files .cs_A,
1724 .cs_files .cs_added, .cs_files .cs_A,
1719 .cs_files .cs_added, .cs_files .cs_M,
1725 .cs_files .cs_added, .cs_files .cs_M,
1720 .cs_files .cs_added, .cs_files .cs_D {
1726 .cs_files .cs_added, .cs_files .cs_D {
1721 height: 16px;
1727 height: 16px;
1722 padding-right: 10px;
1728 padding-right: 10px;
1723 margin-top: 7px;
1729 margin-top: 7px;
1724 text-align: left;
1730 text-align: left;
1725 }
1731 }
1726
1732
1727 .cs_icon_td {
1733 .cs_icon_td {
1728 min-width: 16px;
1734 min-width: 16px;
1729 width: 16px;
1735 width: 16px;
1730 }
1736 }
1731
1737
1732 .pull-request-merge {
1738 .pull-request-merge {
1733 border: 1px solid @grey5;
1739 border: 1px solid @grey5;
1734 padding: 10px 0px 20px;
1740 padding: 10px 0px 20px;
1735 margin-top: 10px;
1741 margin-top: 10px;
1736 margin-bottom: 20px;
1742 margin-bottom: 20px;
1737 }
1743 }
1738
1744
1739 .pull-request-merge ul {
1745 .pull-request-merge ul {
1740 padding: 0px 0px;
1746 padding: 0px 0px;
1741 }
1747 }
1742
1748
1743 .pull-request-merge li {
1749 .pull-request-merge li {
1744 list-style-type: none;
1750 list-style-type: none;
1745 }
1751 }
1746
1752
1747 .pull-request-merge .pull-request-wrap {
1753 .pull-request-merge .pull-request-wrap {
1748 height: auto;
1754 height: auto;
1749 padding: 0px 0px;
1755 padding: 0px 0px;
1750 text-align: right;
1756 text-align: right;
1751 }
1757 }
1752
1758
1753 .pull-request-merge span {
1759 .pull-request-merge span {
1754 margin-right: 5px;
1760 margin-right: 5px;
1755 }
1761 }
1756
1762
1757 .pull-request-merge-actions {
1763 .pull-request-merge-actions {
1758 min-height: 30px;
1764 min-height: 30px;
1759 padding: 0px 0px;
1765 padding: 0px 0px;
1760 }
1766 }
1761
1767
1762 .pull-request-merge-info {
1768 .pull-request-merge-info {
1763 padding: 0px 5px 5px 0px;
1769 padding: 0px 5px 5px 0px;
1764 }
1770 }
1765
1771
1766 .merge-status {
1772 .merge-status {
1767 margin-right: 5px;
1773 margin-right: 5px;
1768 }
1774 }
1769
1775
1770 .merge-message {
1776 .merge-message {
1771 font-size: 1.2em
1777 font-size: 1.2em
1772 }
1778 }
1773
1779
1774 .merge-message.success i,
1780 .merge-message.success i,
1775 .merge-icon.success i {
1781 .merge-icon.success i {
1776 color:@alert1;
1782 color:@alert1;
1777 }
1783 }
1778
1784
1779 .merge-message.warning i,
1785 .merge-message.warning i,
1780 .merge-icon.warning i {
1786 .merge-icon.warning i {
1781 color: @alert3;
1787 color: @alert3;
1782 }
1788 }
1783
1789
1784 .merge-message.error i,
1790 .merge-message.error i,
1785 .merge-icon.error i {
1791 .merge-icon.error i {
1786 color:@alert2;
1792 color:@alert2;
1787 }
1793 }
1788
1794
1789 .pr-versions {
1795 .pr-versions {
1790 font-size: 1.1em;
1796 font-size: 1.1em;
1791
1797
1792 table {
1798 table {
1793 padding: 0px 5px;
1799 padding: 0px 5px;
1794 }
1800 }
1795
1801
1796 td {
1802 td {
1797 line-height: 15px;
1803 line-height: 15px;
1798 }
1804 }
1799
1805
1800 .flag_status {
1806 .flag_status {
1801 margin: 0;
1807 margin: 0;
1802 }
1808 }
1803
1809
1804 .compare-radio-button {
1810 .compare-radio-button {
1805 position: relative;
1811 position: relative;
1806 top: -3px;
1812 top: -3px;
1807 }
1813 }
1808 }
1814 }
1809
1815
1810
1816
1811 #close_pull_request {
1817 #close_pull_request {
1812 margin-right: 0px;
1818 margin-right: 0px;
1813 }
1819 }
1814
1820
1815 .empty_data {
1821 .empty_data {
1816 color: @grey4;
1822 color: @grey4;
1817 }
1823 }
1818
1824
1819 #changeset_compare_view_content {
1825 #changeset_compare_view_content {
1820 clear: both;
1826 clear: both;
1821 width: 100%;
1827 width: 100%;
1822 box-sizing: border-box;
1828 box-sizing: border-box;
1823 .border-radius(@border-radius);
1829 .border-radius(@border-radius);
1824
1830
1825 .help-block {
1831 .help-block {
1826 margin: @padding 0;
1832 margin: @padding 0;
1827 color: @text-color;
1833 color: @text-color;
1828 &.pre-formatting {
1834 &.pre-formatting {
1829 white-space: pre;
1835 white-space: pre;
1830 }
1836 }
1831 }
1837 }
1832
1838
1833 .empty_data {
1839 .empty_data {
1834 margin: @padding 0;
1840 margin: @padding 0;
1835 }
1841 }
1836
1842
1837 .alert {
1843 .alert {
1838 margin-bottom: @space;
1844 margin-bottom: @space;
1839 }
1845 }
1840 }
1846 }
1841
1847
1842 .table_disp {
1848 .table_disp {
1843 .status {
1849 .status {
1844 width: auto;
1850 width: auto;
1845
1851
1846 .flag_status {
1852 .flag_status {
1847 float: left;
1853 float: left;
1848 }
1854 }
1849 }
1855 }
1850 }
1856 }
1851
1857
1852
1858
1853 .creation_in_progress {
1859 .creation_in_progress {
1854 color: @grey4
1860 color: @grey4
1855 }
1861 }
1856
1862
1857 .status_box_menu {
1863 .status_box_menu {
1858 margin: 0;
1864 margin: 0;
1859 }
1865 }
1860
1866
1861 .notification-table{
1867 .notification-table{
1862 margin-bottom: @space;
1868 margin-bottom: @space;
1863 display: table;
1869 display: table;
1864 width: 100%;
1870 width: 100%;
1865
1871
1866 .container{
1872 .container{
1867 display: table-row;
1873 display: table-row;
1868
1874
1869 .notification-header{
1875 .notification-header{
1870 border-bottom: @border-thickness solid @border-default-color;
1876 border-bottom: @border-thickness solid @border-default-color;
1871 }
1877 }
1872
1878
1873 .notification-subject{
1879 .notification-subject{
1874 display: table-cell;
1880 display: table-cell;
1875 }
1881 }
1876 }
1882 }
1877 }
1883 }
1878
1884
1879 // Notifications
1885 // Notifications
1880 .notification-header{
1886 .notification-header{
1881 display: table;
1887 display: table;
1882 width: 100%;
1888 width: 100%;
1883 padding: floor(@basefontsize/2) 0;
1889 padding: floor(@basefontsize/2) 0;
1884 line-height: 1em;
1890 line-height: 1em;
1885
1891
1886 .desc, .delete-notifications, .read-notifications{
1892 .desc, .delete-notifications, .read-notifications{
1887 display: table-cell;
1893 display: table-cell;
1888 text-align: left;
1894 text-align: left;
1889 }
1895 }
1890
1896
1891 .desc{
1897 .desc{
1892 width: 1163px;
1898 width: 1163px;
1893 }
1899 }
1894
1900
1895 .delete-notifications, .read-notifications{
1901 .delete-notifications, .read-notifications{
1896 width: 35px;
1902 width: 35px;
1897 min-width: 35px; //fixes when only one button is displayed
1903 min-width: 35px; //fixes when only one button is displayed
1898 }
1904 }
1899 }
1905 }
1900
1906
1901 .notification-body {
1907 .notification-body {
1902 .markdown-block,
1908 .markdown-block,
1903 .rst-block {
1909 .rst-block {
1904 padding: @padding 0;
1910 padding: @padding 0;
1905 }
1911 }
1906
1912
1907 .notification-subject {
1913 .notification-subject {
1908 padding: @textmargin 0;
1914 padding: @textmargin 0;
1909 border-bottom: @border-thickness solid @border-default-color;
1915 border-bottom: @border-thickness solid @border-default-color;
1910 }
1916 }
1911 }
1917 }
1912
1918
1913
1919
1914 .notifications_buttons{
1920 .notifications_buttons{
1915 float: right;
1921 float: right;
1916 }
1922 }
1917
1923
1918 #notification-status{
1924 #notification-status{
1919 display: inline;
1925 display: inline;
1920 }
1926 }
1921
1927
1922 // Repositories
1928 // Repositories
1923
1929
1924 #summary.fields{
1930 #summary.fields{
1925 display: table;
1931 display: table;
1926
1932
1927 .field{
1933 .field{
1928 display: table-row;
1934 display: table-row;
1929
1935
1930 .label-summary{
1936 .label-summary{
1931 display: table-cell;
1937 display: table-cell;
1932 min-width: @label-summary-minwidth;
1938 min-width: @label-summary-minwidth;
1933 padding-top: @padding/2;
1939 padding-top: @padding/2;
1934 padding-bottom: @padding/2;
1940 padding-bottom: @padding/2;
1935 padding-right: @padding/2;
1941 padding-right: @padding/2;
1936 }
1942 }
1937
1943
1938 .input{
1944 .input{
1939 display: table-cell;
1945 display: table-cell;
1940 padding: @padding/2;
1946 padding: @padding/2;
1941
1947
1942 input{
1948 input{
1943 min-width: 29em;
1949 min-width: 29em;
1944 padding: @padding/4;
1950 padding: @padding/4;
1945 }
1951 }
1946 }
1952 }
1947 .statistics, .downloads{
1953 .statistics, .downloads{
1948 .disabled{
1954 .disabled{
1949 color: @grey4;
1955 color: @grey4;
1950 }
1956 }
1951 }
1957 }
1952 }
1958 }
1953 }
1959 }
1954
1960
1955 #summary{
1961 #summary{
1956 width: 70%;
1962 width: 70%;
1957 }
1963 }
1958
1964
1959
1965
1960 // Journal
1966 // Journal
1961 .journal.title {
1967 .journal.title {
1962 h5 {
1968 h5 {
1963 float: left;
1969 float: left;
1964 margin: 0;
1970 margin: 0;
1965 width: 70%;
1971 width: 70%;
1966 }
1972 }
1967
1973
1968 ul {
1974 ul {
1969 float: right;
1975 float: right;
1970 display: inline-block;
1976 display: inline-block;
1971 margin: 0;
1977 margin: 0;
1972 width: 30%;
1978 width: 30%;
1973 text-align: right;
1979 text-align: right;
1974
1980
1975 li {
1981 li {
1976 display: inline;
1982 display: inline;
1977 font-size: @journal-fontsize;
1983 font-size: @journal-fontsize;
1978 line-height: 1em;
1984 line-height: 1em;
1979
1985
1980 list-style-type: none;
1986 list-style-type: none;
1981 }
1987 }
1982 }
1988 }
1983 }
1989 }
1984
1990
1985 .filterexample {
1991 .filterexample {
1986 position: absolute;
1992 position: absolute;
1987 top: 95px;
1993 top: 95px;
1988 left: @contentpadding;
1994 left: @contentpadding;
1989 color: @rcblue;
1995 color: @rcblue;
1990 font-size: 11px;
1996 font-size: 11px;
1991 font-family: @text-regular;
1997 font-family: @text-regular;
1992 cursor: help;
1998 cursor: help;
1993
1999
1994 &:hover {
2000 &:hover {
1995 color: @rcdarkblue;
2001 color: @rcdarkblue;
1996 }
2002 }
1997
2003
1998 @media (max-width:768px) {
2004 @media (max-width:768px) {
1999 position: relative;
2005 position: relative;
2000 top: auto;
2006 top: auto;
2001 left: auto;
2007 left: auto;
2002 display: block;
2008 display: block;
2003 }
2009 }
2004 }
2010 }
2005
2011
2006
2012
2007 #journal{
2013 #journal{
2008 margin-bottom: @space;
2014 margin-bottom: @space;
2009
2015
2010 .journal_day{
2016 .journal_day{
2011 margin-bottom: @textmargin/2;
2017 margin-bottom: @textmargin/2;
2012 padding-bottom: @textmargin/2;
2018 padding-bottom: @textmargin/2;
2013 font-size: @journal-fontsize;
2019 font-size: @journal-fontsize;
2014 border-bottom: @border-thickness solid @border-default-color;
2020 border-bottom: @border-thickness solid @border-default-color;
2015 }
2021 }
2016
2022
2017 .journal_container{
2023 .journal_container{
2018 margin-bottom: @space;
2024 margin-bottom: @space;
2019
2025
2020 .journal_user{
2026 .journal_user{
2021 display: inline-block;
2027 display: inline-block;
2022 }
2028 }
2023 .journal_action_container{
2029 .journal_action_container{
2024 display: block;
2030 display: block;
2025 margin-top: @textmargin;
2031 margin-top: @textmargin;
2026
2032
2027 div{
2033 div{
2028 display: inline;
2034 display: inline;
2029 }
2035 }
2030
2036
2031 div.journal_action_params{
2037 div.journal_action_params{
2032 display: block;
2038 display: block;
2033 }
2039 }
2034
2040
2035 div.journal_repo:after{
2041 div.journal_repo:after{
2036 content: "\A";
2042 content: "\A";
2037 white-space: pre;
2043 white-space: pre;
2038 }
2044 }
2039
2045
2040 div.date{
2046 div.date{
2041 display: block;
2047 display: block;
2042 margin-bottom: @textmargin;
2048 margin-bottom: @textmargin;
2043 }
2049 }
2044 }
2050 }
2045 }
2051 }
2046 }
2052 }
2047
2053
2048 // Files
2054 // Files
2049 .edit-file-title {
2055 .edit-file-title {
2050 border-bottom: @border-thickness solid @border-default-color;
2056 border-bottom: @border-thickness solid @border-default-color;
2051
2057
2052 .breadcrumbs {
2058 .breadcrumbs {
2053 margin-bottom: 0;
2059 margin-bottom: 0;
2054 }
2060 }
2055 }
2061 }
2056
2062
2057 .edit-file-fieldset {
2063 .edit-file-fieldset {
2058 margin-top: @sidebarpadding;
2064 margin-top: @sidebarpadding;
2059
2065
2060 .fieldset {
2066 .fieldset {
2061 .left-label {
2067 .left-label {
2062 width: 13%;
2068 width: 13%;
2063 }
2069 }
2064 .right-content {
2070 .right-content {
2065 width: 87%;
2071 width: 87%;
2066 max-width: 100%;
2072 max-width: 100%;
2067 }
2073 }
2068 .filename-label {
2074 .filename-label {
2069 margin-top: 13px;
2075 margin-top: 13px;
2070 }
2076 }
2071 .commit-message-label {
2077 .commit-message-label {
2072 margin-top: 4px;
2078 margin-top: 4px;
2073 }
2079 }
2074 .file-upload-input {
2080 .file-upload-input {
2075 input {
2081 input {
2076 display: none;
2082 display: none;
2077 }
2083 }
2078 margin-top: 10px;
2084 margin-top: 10px;
2079 }
2085 }
2080 .file-upload-label {
2086 .file-upload-label {
2081 margin-top: 10px;
2087 margin-top: 10px;
2082 }
2088 }
2083 p {
2089 p {
2084 margin-top: 5px;
2090 margin-top: 5px;
2085 }
2091 }
2086
2092
2087 }
2093 }
2088 .custom-path-link {
2094 .custom-path-link {
2089 margin-left: 5px;
2095 margin-left: 5px;
2090 }
2096 }
2091 #commit {
2097 #commit {
2092 resize: vertical;
2098 resize: vertical;
2093 }
2099 }
2094 }
2100 }
2095
2101
2096 .delete-file-preview {
2102 .delete-file-preview {
2097 max-height: 250px;
2103 max-height: 250px;
2098 }
2104 }
2099
2105
2100 .new-file,
2106 .new-file,
2101 #filter_activate,
2107 #filter_activate,
2102 #filter_deactivate {
2108 #filter_deactivate {
2103 float: right;
2109 float: right;
2104 margin: 0 0 0 10px;
2110 margin: 0 0 0 10px;
2105 }
2111 }
2106
2112
2107 h3.files_location{
2113 h3.files_location{
2108 line-height: 2.4em;
2114 line-height: 2.4em;
2109 }
2115 }
2110
2116
2111 .browser-nav {
2117 .browser-nav {
2112 width: 100%;
2118 width: 100%;
2113 display: table;
2119 display: table;
2114 margin-bottom: 20px;
2120 margin-bottom: 20px;
2115
2121
2116 .info_box {
2122 .info_box {
2117 float: left;
2123 float: left;
2118 display: inline-table;
2124 display: inline-table;
2119 height: 2.5em;
2125 height: 2.5em;
2120
2126
2121 .browser-cur-rev, .info_box_elem {
2127 .browser-cur-rev, .info_box_elem {
2122 display: table-cell;
2128 display: table-cell;
2123 vertical-align: middle;
2129 vertical-align: middle;
2124 }
2130 }
2125
2131
2126 .drop-menu {
2132 .drop-menu {
2127 margin: 0 10px;
2133 margin: 0 10px;
2128 }
2134 }
2129
2135
2130 .info_box_elem {
2136 .info_box_elem {
2131 border-top: @border-thickness solid @grey5;
2137 border-top: @border-thickness solid @grey5;
2132 border-bottom: @border-thickness solid @grey5;
2138 border-bottom: @border-thickness solid @grey5;
2133 box-shadow: @button-shadow;
2139 box-shadow: @button-shadow;
2134
2140
2135 #at_rev, a {
2141 #at_rev, a {
2136 padding: 0.6em 0.4em;
2142 padding: 0.6em 0.4em;
2137 margin: 0;
2143 margin: 0;
2138 .box-shadow(none);
2144 .box-shadow(none);
2139 border: 0;
2145 border: 0;
2140 height: 12px;
2146 height: 12px;
2141 color: @grey2;
2147 color: @grey2;
2142 }
2148 }
2143
2149
2144 input#at_rev {
2150 input#at_rev {
2145 max-width: 50px;
2151 max-width: 50px;
2146 text-align: center;
2152 text-align: center;
2147 }
2153 }
2148
2154
2149 &.previous {
2155 &.previous {
2150 border: @border-thickness solid @grey5;
2156 border: @border-thickness solid @grey5;
2151 border-top-left-radius: @border-radius;
2157 border-top-left-radius: @border-radius;
2152 border-bottom-left-radius: @border-radius;
2158 border-bottom-left-radius: @border-radius;
2153
2159
2154 &:hover {
2160 &:hover {
2155 border-color: @grey4;
2161 border-color: @grey4;
2156 }
2162 }
2157
2163
2158 .disabled {
2164 .disabled {
2159 color: @grey5;
2165 color: @grey5;
2160 cursor: not-allowed;
2166 cursor: not-allowed;
2161 opacity: 0.5;
2167 opacity: 0.5;
2162 }
2168 }
2163 }
2169 }
2164
2170
2165 &.next {
2171 &.next {
2166 border: @border-thickness solid @grey5;
2172 border: @border-thickness solid @grey5;
2167 border-top-right-radius: @border-radius;
2173 border-top-right-radius: @border-radius;
2168 border-bottom-right-radius: @border-radius;
2174 border-bottom-right-radius: @border-radius;
2169
2175
2170 &:hover {
2176 &:hover {
2171 border-color: @grey4;
2177 border-color: @grey4;
2172 }
2178 }
2173
2179
2174 .disabled {
2180 .disabled {
2175 color: @grey5;
2181 color: @grey5;
2176 cursor: not-allowed;
2182 cursor: not-allowed;
2177 opacity: 0.5;
2183 opacity: 0.5;
2178 }
2184 }
2179 }
2185 }
2180 }
2186 }
2181
2187
2182 .browser-cur-rev {
2188 .browser-cur-rev {
2183
2189
2184 span{
2190 span{
2185 margin: 0;
2191 margin: 0;
2186 color: @rcblue;
2192 color: @rcblue;
2187 height: 12px;
2193 height: 12px;
2188 display: inline-block;
2194 display: inline-block;
2189 padding: 0.7em 1em ;
2195 padding: 0.7em 1em ;
2190 border: @border-thickness solid @rcblue;
2196 border: @border-thickness solid @rcblue;
2191 margin-right: @padding;
2197 margin-right: @padding;
2192 }
2198 }
2193 }
2199 }
2194
2200
2195 }
2201 }
2196
2202
2197 .select-index-number {
2203 .select-index-number {
2198 margin: 0 0 0 20px;
2204 margin: 0 0 0 20px;
2199 color: @grey3;
2205 color: @grey3;
2200 }
2206 }
2201
2207
2202 .search_activate {
2208 .search_activate {
2203 display: table-cell;
2209 display: table-cell;
2204 vertical-align: middle;
2210 vertical-align: middle;
2205
2211
2206 input, label{
2212 input, label{
2207 margin: 0;
2213 margin: 0;
2208 padding: 0;
2214 padding: 0;
2209 }
2215 }
2210
2216
2211 input{
2217 input{
2212 margin-left: @textmargin;
2218 margin-left: @textmargin;
2213 }
2219 }
2214
2220
2215 }
2221 }
2216 }
2222 }
2217
2223
2218 .browser-cur-rev{
2224 .browser-cur-rev{
2219 margin-bottom: @textmargin;
2225 margin-bottom: @textmargin;
2220 }
2226 }
2221
2227
2222 #node_filter_box_loading{
2228 #node_filter_box_loading{
2223 .info_text;
2229 .info_text;
2224 }
2230 }
2225
2231
2226 .browser-search {
2232 .browser-search {
2227 margin: -25px 0px 5px 0px;
2233 margin: -25px 0px 5px 0px;
2228 }
2234 }
2229
2235
2230 .files-quick-filter {
2236 .files-quick-filter {
2231 float: right;
2237 float: right;
2232 width: 180px;
2238 width: 180px;
2233 position: relative;
2239 position: relative;
2234 }
2240 }
2235
2241
2236 .files-filter-box {
2242 .files-filter-box {
2237 display: flex;
2243 display: flex;
2238 padding: 0px;
2244 padding: 0px;
2239 border-radius: 3px;
2245 border-radius: 3px;
2240 margin-bottom: 0;
2246 margin-bottom: 0;
2241
2247
2242 a {
2248 a {
2243 border: none !important;
2249 border: none !important;
2244 }
2250 }
2245
2251
2246 li {
2252 li {
2247 list-style-type: none
2253 list-style-type: none
2248 }
2254 }
2249 }
2255 }
2250
2256
2251 .files-filter-box-path {
2257 .files-filter-box-path {
2252 line-height: 33px;
2258 line-height: 33px;
2253 padding: 0;
2259 padding: 0;
2254 width: 20px;
2260 width: 20px;
2255 position: absolute;
2261 position: absolute;
2256 z-index: 11;
2262 z-index: 11;
2257 left: 5px;
2263 left: 5px;
2258 }
2264 }
2259
2265
2260 .files-filter-box-input {
2266 .files-filter-box-input {
2261 margin-right: 0;
2267 margin-right: 0;
2262
2268
2263 input {
2269 input {
2264 border: 1px solid @white;
2270 border: 1px solid @white;
2265 padding-left: 25px;
2271 padding-left: 25px;
2266 width: 145px;
2272 width: 145px;
2267
2273
2268 &:hover {
2274 &:hover {
2269 border-color: @grey6;
2275 border-color: @grey6;
2270 }
2276 }
2271
2277
2272 &:focus {
2278 &:focus {
2273 border-color: @grey5;
2279 border-color: @grey5;
2274 }
2280 }
2275 }
2281 }
2276 }
2282 }
2277
2283
2278 .browser-result{
2284 .browser-result{
2279 td a{
2285 td a{
2280 margin-left: 0.5em;
2286 margin-left: 0.5em;
2281 display: inline-block;
2287 display: inline-block;
2282
2288
2283 em {
2289 em {
2284 font-weight: @text-bold-weight;
2290 font-weight: @text-bold-weight;
2285 font-family: @text-bold;
2291 font-family: @text-bold;
2286 }
2292 }
2287 }
2293 }
2288 }
2294 }
2289
2295
2290 .browser-highlight{
2296 .browser-highlight{
2291 background-color: @grey5-alpha;
2297 background-color: @grey5-alpha;
2292 }
2298 }
2293
2299
2294
2300
2295 // Search
2301 // Search
2296
2302
2297 .search-form{
2303 .search-form{
2298 #q {
2304 #q {
2299 width: @search-form-width;
2305 width: @search-form-width;
2300 }
2306 }
2301 .fields{
2307 .fields{
2302 margin: 0 0 @space;
2308 margin: 0 0 @space;
2303 }
2309 }
2304
2310
2305 label{
2311 label{
2306 display: inline-block;
2312 display: inline-block;
2307 margin-right: @textmargin;
2313 margin-right: @textmargin;
2308 padding-top: 0.25em;
2314 padding-top: 0.25em;
2309 }
2315 }
2310
2316
2311
2317
2312 .results{
2318 .results{
2313 clear: both;
2319 clear: both;
2314 margin: 0 0 @padding;
2320 margin: 0 0 @padding;
2315 }
2321 }
2316
2322
2317 .search-tags {
2323 .search-tags {
2318 padding: 5px 0;
2324 padding: 5px 0;
2319 }
2325 }
2320 }
2326 }
2321
2327
2322 div.search-feedback-items {
2328 div.search-feedback-items {
2323 display: inline-block;
2329 display: inline-block;
2324 }
2330 }
2325
2331
2326 div.search-code-body {
2332 div.search-code-body {
2327 background-color: #ffffff; padding: 5px 0 5px 10px;
2333 background-color: #ffffff; padding: 5px 0 5px 10px;
2328 pre {
2334 pre {
2329 .match { background-color: #faffa6;}
2335 .match { background-color: #faffa6;}
2330 .break { display: block; width: 100%; background-color: #DDE7EF; color: #747474; }
2336 .break { display: block; width: 100%; background-color: #DDE7EF; color: #747474; }
2331 }
2337 }
2332 }
2338 }
2333
2339
2334 .expand_commit.search {
2340 .expand_commit.search {
2335 .show_more.open {
2341 .show_more.open {
2336 height: auto;
2342 height: auto;
2337 max-height: none;
2343 max-height: none;
2338 }
2344 }
2339 }
2345 }
2340
2346
2341 .search-results {
2347 .search-results {
2342
2348
2343 h2 {
2349 h2 {
2344 margin-bottom: 0;
2350 margin-bottom: 0;
2345 }
2351 }
2346 .codeblock {
2352 .codeblock {
2347 border: none;
2353 border: none;
2348 background: transparent;
2354 background: transparent;
2349 }
2355 }
2350
2356
2351 .codeblock-header {
2357 .codeblock-header {
2352 border: none;
2358 border: none;
2353 background: transparent;
2359 background: transparent;
2354 }
2360 }
2355
2361
2356 .code-body {
2362 .code-body {
2357 border: @border-thickness solid @border-default-color;
2363 border: @border-thickness solid @border-default-color;
2358 .border-radius(@border-radius);
2364 .border-radius(@border-radius);
2359 }
2365 }
2360
2366
2361 .td-commit {
2367 .td-commit {
2362 &:extend(pre);
2368 &:extend(pre);
2363 border-bottom: @border-thickness solid @border-default-color;
2369 border-bottom: @border-thickness solid @border-default-color;
2364 }
2370 }
2365
2371
2366 .message {
2372 .message {
2367 height: auto;
2373 height: auto;
2368 max-width: 350px;
2374 max-width: 350px;
2369 white-space: normal;
2375 white-space: normal;
2370 text-overflow: initial;
2376 text-overflow: initial;
2371 overflow: visible;
2377 overflow: visible;
2372
2378
2373 .match { background-color: #faffa6;}
2379 .match { background-color: #faffa6;}
2374 .break { background-color: #DDE7EF; width: 100%; color: #747474; display: block; }
2380 .break { background-color: #DDE7EF; width: 100%; color: #747474; display: block; }
2375 }
2381 }
2376
2382
2377 }
2383 }
2378
2384
2379 table.rctable td.td-search-results div {
2385 table.rctable td.td-search-results div {
2380 max-width: 100%;
2386 max-width: 100%;
2381 }
2387 }
2382
2388
2383 #tip-box, .tip-box{
2389 #tip-box, .tip-box{
2384 padding: @menupadding/2;
2390 padding: @menupadding/2;
2385 display: block;
2391 display: block;
2386 border: @border-thickness solid @border-highlight-color;
2392 border: @border-thickness solid @border-highlight-color;
2387 .border-radius(@border-radius);
2393 .border-radius(@border-radius);
2388 background-color: white;
2394 background-color: white;
2389 z-index: 99;
2395 z-index: 99;
2390 white-space: pre-wrap;
2396 white-space: pre-wrap;
2391 }
2397 }
2392
2398
2393 #linktt {
2399 #linktt {
2394 width: 79px;
2400 width: 79px;
2395 }
2401 }
2396
2402
2397 #help_kb .modal-content{
2403 #help_kb .modal-content{
2398 max-width: 750px;
2404 max-width: 750px;
2399 margin: 10% auto;
2405 margin: 10% auto;
2400
2406
2401 table{
2407 table{
2402 td,th{
2408 td,th{
2403 border-bottom: none;
2409 border-bottom: none;
2404 line-height: 2.5em;
2410 line-height: 2.5em;
2405 }
2411 }
2406 th{
2412 th{
2407 padding-bottom: @textmargin/2;
2413 padding-bottom: @textmargin/2;
2408 }
2414 }
2409 td.keys{
2415 td.keys{
2410 text-align: center;
2416 text-align: center;
2411 }
2417 }
2412 }
2418 }
2413
2419
2414 .block-left{
2420 .block-left{
2415 width: 45%;
2421 width: 45%;
2416 margin-right: 5%;
2422 margin-right: 5%;
2417 }
2423 }
2418 .modal-footer{
2424 .modal-footer{
2419 clear: both;
2425 clear: both;
2420 }
2426 }
2421 .key.tag{
2427 .key.tag{
2422 padding: 0.5em;
2428 padding: 0.5em;
2423 background-color: @rcblue;
2429 background-color: @rcblue;
2424 color: white;
2430 color: white;
2425 border-color: @rcblue;
2431 border-color: @rcblue;
2426 .box-shadow(none);
2432 .box-shadow(none);
2427 }
2433 }
2428 }
2434 }
2429
2435
2430
2436
2431
2437
2432 //--- IMPORTS FOR REFACTORED STYLES ------------------//
2438 //--- IMPORTS FOR REFACTORED STYLES ------------------//
2433
2439
2434 @import 'statistics-graph';
2440 @import 'statistics-graph';
2435 @import 'tables';
2441 @import 'tables';
2436 @import 'forms';
2442 @import 'forms';
2437 @import 'diff';
2443 @import 'diff';
2438 @import 'summary';
2444 @import 'summary';
2439 @import 'navigation';
2445 @import 'navigation';
2440
2446
2441 //--- SHOW/HIDE SECTIONS --//
2447 //--- SHOW/HIDE SECTIONS --//
2442
2448
2443 .btn-collapse {
2449 .btn-collapse {
2444 float: right;
2450 float: right;
2445 text-align: right;
2451 text-align: right;
2446 font-family: @text-light;
2452 font-family: @text-light;
2447 font-size: @basefontsize;
2453 font-size: @basefontsize;
2448 cursor: pointer;
2454 cursor: pointer;
2449 border: none;
2455 border: none;
2450 color: @rcblue;
2456 color: @rcblue;
2451 }
2457 }
2452
2458
2453 table.rctable,
2459 table.rctable,
2454 table.dataTable {
2460 table.dataTable {
2455 .btn-collapse {
2461 .btn-collapse {
2456 float: right;
2462 float: right;
2457 text-align: right;
2463 text-align: right;
2458 }
2464 }
2459 }
2465 }
2460
2466
2461 table.rctable {
2467 table.rctable {
2462 &.permissions {
2468 &.permissions {
2463
2469
2464 th.td-owner {
2470 th.td-owner {
2465 padding: 0;
2471 padding: 0;
2466 }
2472 }
2467
2473
2468 th {
2474 th {
2469 font-weight: normal;
2475 font-weight: normal;
2470 padding: 0 5px;
2476 padding: 0 5px;
2471 }
2477 }
2472
2478
2473 }
2479 }
2474 }
2480 }
2475
2481
2476
2482
2477 // TODO: johbo: Fix for IE10, this avoids that we see a border
2483 // TODO: johbo: Fix for IE10, this avoids that we see a border
2478 // and padding around checkboxes and radio boxes. Move to the right place,
2484 // and padding around checkboxes and radio boxes. Move to the right place,
2479 // or better: Remove this once we did the form refactoring.
2485 // or better: Remove this once we did the form refactoring.
2480 input[type=checkbox],
2486 input[type=checkbox],
2481 input[type=radio] {
2487 input[type=radio] {
2482 padding: 0;
2488 padding: 0;
2483 border: none;
2489 border: none;
2484 }
2490 }
2485
2491
2486 .toggle-ajax-spinner{
2492 .toggle-ajax-spinner{
2487 height: 16px;
2493 height: 16px;
2488 width: 16px;
2494 width: 16px;
2489 }
2495 }
2490
2496
2491
2497
2492 .markup-form .clearfix {
2498 .markup-form .clearfix {
2493 .border-radius(@border-radius);
2499 .border-radius(@border-radius);
2494 margin: 0px;
2500 margin: 0px;
2495 }
2501 }
2496
2502
2497 .markup-form-area {
2503 .markup-form-area {
2498 padding: 8px 12px;
2504 padding: 8px 12px;
2499 border: 1px solid @grey4;
2505 border: 1px solid @grey4;
2500 .border-radius(@border-radius);
2506 .border-radius(@border-radius);
2501 }
2507 }
2502
2508
2503 .markup-form-area-header .nav-links {
2509 .markup-form-area-header .nav-links {
2504 display: flex;
2510 display: flex;
2505 flex-flow: row wrap;
2511 flex-flow: row wrap;
2506 -webkit-flex-flow: row wrap;
2512 -webkit-flex-flow: row wrap;
2507 width: 100%;
2513 width: 100%;
2508 }
2514 }
2509
2515
2510 .markup-form-area-footer {
2516 .markup-form-area-footer {
2511 display: flex;
2517 display: flex;
2512 }
2518 }
2513
2519
2514 .markup-form-area-footer .toolbar {
2520 .markup-form-area-footer .toolbar {
2515
2521
2516 }
2522 }
2517
2523
2518 // markup Form
2524 // markup Form
2519 div.markup-form {
2525 div.markup-form {
2520 margin-top: 20px;
2526 margin-top: 20px;
2521 }
2527 }
2522
2528
2523 .markup-form strong {
2529 .markup-form strong {
2524 display: block;
2530 display: block;
2525 margin-bottom: 15px;
2531 margin-bottom: 15px;
2526 }
2532 }
2527
2533
2528 .markup-form textarea {
2534 .markup-form textarea {
2529 width: 100%;
2535 width: 100%;
2530 height: 100px;
2536 height: 100px;
2531 font-family: @text-monospace;
2537 font-family: @text-monospace;
2532 }
2538 }
2533
2539
2534 form.markup-form {
2540 form.markup-form {
2535 margin-top: 10px;
2541 margin-top: 10px;
2536 margin-left: 10px;
2542 margin-left: 10px;
2537 }
2543 }
2538
2544
2539 .markup-form .comment-block-ta,
2545 .markup-form .comment-block-ta,
2540 .markup-form .preview-box {
2546 .markup-form .preview-box {
2541 .border-radius(@border-radius);
2547 .border-radius(@border-radius);
2542 .box-sizing(border-box);
2548 .box-sizing(border-box);
2543 background-color: white;
2549 background-color: white;
2544 }
2550 }
2545
2551
2546 .markup-form .preview-box.unloaded {
2552 .markup-form .preview-box.unloaded {
2547 height: 50px;
2553 height: 50px;
2548 text-align: center;
2554 text-align: center;
2549 padding: 20px;
2555 padding: 20px;
2550 background-color: white;
2556 background-color: white;
2551 }
2557 }
2552
2558
2553 .dropzone {
2559 .dropzone {
2554 border: 2px dashed @rcdarkblue;
2560 border: 2px dashed @rcdarkblue;
2555 border-radius: 5px;
2561 border-radius: 5px;
2556 background: white;
2562 background: white;
2557 min-height: 200px;
2563 min-height: 200px;
2558 padding: 54px;
2564 padding: 54px;
2559 }
2565 }
2560 .dropzone .dz-message {
2566 .dropzone .dz-message {
2561 font-weight: 700;
2567 font-weight: 700;
2562 }
2568 }
2563
2569
2564 .dropzone .dz-message {
2570 .dropzone .dz-message {
2565 text-align: center;
2571 text-align: center;
2566 margin: 2em 0;
2572 margin: 2em 0;
2567 }
2573 }
2568
2574
2569 .dz-preview {
2575 .dz-preview {
2570 margin: 10px -40px !important;
2576 margin: 10px -40px !important;
2571 position: relative;
2577 position: relative;
2572 vertical-align: top;
2578 vertical-align: top;
2573 border: 1px solid @grey4;
2579 border: 1px solid @grey4;
2574 border-radius: 5px;
2580 border-radius: 5px;
2575 padding: 10px;
2581 padding: 10px;
2576 }
2582 }
2577
2583
2578 .dz-filename {
2584 .dz-filename {
2579 font-weight: 700;
2585 font-weight: 700;
2580 }
2586 }
2581
2587
2582 .dz-error-message {
2588 .dz-error-message {
2583 color: @alert2;
2589 color: @alert2;
2584 } No newline at end of file
2590 }
General Comments 0
You need to be logged in to leave comments. Login now