Commit 84de1b71d1547cc92e0f22a5e00b1f8e90f35a67
1 parent
755e4a47
Exists in
master
and in
4 other branches
Added some uniformity, all css properties and values are separated by a colon and a space `: `
Showing
26 changed files
with
502 additions
and
502 deletions
Show diff stats
app/assets/stylesheets/common.scss
1 | 1 | /** LAYOUT **/ |
2 | 2 | |
3 | 3 | body { |
4 | - margin-bottom:20px; | |
4 | + margin-bottom: 20px; | |
5 | 5 | } |
6 | 6 | |
7 | 7 | .container { |
8 | - padding-top:0; | |
9 | - z-index:5; | |
8 | + padding-top: 0; | |
9 | + z-index: 5; | |
10 | 10 | } |
11 | 11 | |
12 | 12 | .container .content { |
... | ... | @@ -15,9 +15,9 @@ body { |
15 | 15 | |
16 | 16 | .container .sidebar { |
17 | 17 | width: 200px; |
18 | - height:100%; | |
19 | - min-height:450px; | |
20 | - float:right; | |
18 | + height: 100%; | |
19 | + min-height: 450px; | |
20 | + float: right; | |
21 | 21 | } |
22 | 22 | |
23 | 23 | |
... | ... | @@ -29,25 +29,25 @@ body { |
29 | 29 | .help li { color:#111 } |
30 | 30 | |
31 | 31 | .back_link { |
32 | - text-decoration:underline; | |
33 | - font-size:14px; | |
34 | - font-weight:bold; | |
32 | + text-decoration: underline; | |
33 | + font-size: 14px; | |
34 | + font-weight: bold; | |
35 | 35 | padding:10px 0; |
36 | - padding-bottom:0; | |
36 | + padding-bottom: 0; | |
37 | 37 | } |
38 | 38 | |
39 | 39 | .info_link { |
40 | - margin-right:5px; | |
41 | - float:left; | |
40 | + margin-right: 5px; | |
41 | + float: left; | |
42 | 42 | |
43 | 43 | img { |
44 | - width:20px; | |
44 | + width: 20px; | |
45 | 45 | } |
46 | 46 | } |
47 | 47 | |
48 | 48 | .download_repo_link { |
49 | 49 | background: url("images.png") no-repeat 0 -48px; |
50 | - padding-left:20px; | |
50 | + padding-left: 20px; | |
51 | 51 | } |
52 | 52 | |
53 | 53 | table a code { |
... | ... | @@ -63,30 +63,30 @@ table a code { |
63 | 63 | .loading { |
64 | 64 | margin:20px auto; |
65 | 65 | background: url(ajax_loader.gif) no-repeat center center; |
66 | - width:40px; | |
67 | - height:40px; | |
66 | + width: 40px; | |
67 | + height: 40px; | |
68 | 68 | } |
69 | 69 | |
70 | 70 | /** FLASH message **/ |
71 | 71 | #flash_container { |
72 | - height:50px; | |
73 | - position:fixed; | |
74 | - z-index:10001; | |
75 | - top:0px; | |
76 | - width:100%; | |
77 | - margin-bottom:15px; | |
78 | - overflow:hidden; | |
79 | - background:white; | |
80 | - cursor:pointer; | |
72 | + height: 50px; | |
73 | + position: fixed; | |
74 | + z-index: 10001; | |
75 | + top: 0px; | |
76 | + width: 100%; | |
77 | + margin-bottom: 15px; | |
78 | + overflow: hidden; | |
79 | + background: white; | |
80 | + cursor: pointer; | |
81 | 81 | border-bottom:1px solid #ccc; |
82 | 82 | |
83 | 83 | h4 { |
84 | 84 | color:#666; |
85 | - font-size:18px; | |
86 | - line-height:38px; | |
87 | - padding-top:5px; | |
88 | - margin:2px; | |
89 | - font-weight:normal; | |
85 | + font-size: 18px; | |
86 | + line-height: 38px; | |
87 | + padding-top: 5px; | |
88 | + margin: 2px; | |
89 | + font-weight: normal; | |
90 | 90 | } |
91 | 91 | } |
92 | 92 | |
... | ... | @@ -95,39 +95,39 @@ table a code { |
95 | 95 | } |
96 | 96 | |
97 | 97 | .handle:hover { |
98 | - cursor:move; | |
98 | + cursor: move; | |
99 | 99 | } |
100 | 100 | |
101 | 101 | span.update-author { |
102 | - display:block; | |
102 | + display: block; | |
103 | 103 | } |
104 | 104 | span.update-author { |
105 | 105 | color:#999; |
106 | - font-weight:normal; | |
107 | - font-style:italic; | |
106 | + font-weight: normal; | |
107 | + font-style: italic; | |
108 | 108 | } |
109 | 109 | span.update-author strong { |
110 | - font-weight:bold; | |
110 | + font-weight: bold; | |
111 | 111 | font-style: normal; |
112 | 112 | } |
113 | 113 | |
114 | 114 | /** UPDATE ITEM **/ |
115 | 115 | span.update-author { |
116 | - display:block; | |
116 | + display: block; | |
117 | 117 | } |
118 | 118 | /** END UPDATE ITEM **/ |
119 | 119 | .dashboard-loader { |
120 | - float:left; | |
121 | - margin:10px; | |
122 | - display:none; | |
120 | + float: left; | |
121 | + margin: 10px; | |
122 | + display: none; | |
123 | 123 | } |
124 | 124 | .user-mention { |
125 | 125 | color:#2FA0BB; |
126 | - font-weight:bold; | |
126 | + font-weight: bold; | |
127 | 127 | } |
128 | 128 | |
129 | 129 | .neib { |
130 | - margin-right:10px; | |
130 | + margin-right: 10px; | |
131 | 131 | } |
132 | 132 | |
133 | 133 | .label { |
... | ... | @@ -201,12 +201,12 @@ form { |
201 | 201 | |
202 | 202 | |
203 | 203 | .field_with_errors { |
204 | - display:inline; | |
204 | + display: inline; | |
205 | 205 | } |
206 | 206 | |
207 | 207 | ul.breadcrumb { |
208 | - background:white; | |
209 | - border:none; | |
208 | + background: white; | |
209 | + border: none; | |
210 | 210 | li { |
211 | 211 | display: inline; |
212 | 212 | text-shadow: 0 1px 0 white |
... | ... | @@ -214,8 +214,8 @@ ul.breadcrumb { |
214 | 214 | |
215 | 215 | a { |
216 | 216 | color:#474D57; |
217 | - font-weight:bold; | |
218 | - font-size:14px; | |
217 | + font-weight: bold; | |
218 | + font-size: 14px; | |
219 | 219 | } |
220 | 220 | |
221 | 221 | .arrow { |
... | ... | @@ -225,31 +225,31 @@ ul.breadcrumb { |
225 | 225 | float: left; |
226 | 226 | position: relative; |
227 | 227 | left: -10px; |
228 | - padding:0; | |
229 | - margin:0; | |
228 | + padding: 0; | |
229 | + margin: 0; | |
230 | 230 | } |
231 | 231 | } |
232 | 232 | |
233 | 233 | input[type=text] { |
234 | 234 | &.large_text { |
235 | - padding:6px; | |
236 | - font-size:16px; | |
235 | + padding: 6px; | |
236 | + font-size: 16px; | |
237 | 237 | } |
238 | 238 | } |
239 | 239 | |
240 | 240 | input.git_clone_url { |
241 | - width:325px; | |
241 | + width: 325px; | |
242 | 242 | } |
243 | 243 | |
244 | 244 | .merge-request-form-holder { |
245 | 245 | select { |
246 | - width:300px; | |
246 | + width: 300px; | |
247 | 247 | } |
248 | 248 | } |
249 | 249 | |
250 | 250 | /** Issues **/ |
251 | 251 | #issue_assignee_id { |
252 | - width:300px; | |
252 | + width: 300px; | |
253 | 253 | } |
254 | 254 | |
255 | 255 | #new_issue_dialog textarea{ |
... | ... | @@ -257,7 +257,7 @@ input.git_clone_url { |
257 | 257 | } |
258 | 258 | |
259 | 259 | .project_list_url { |
260 | - width:250px; | |
260 | + width: 250px; | |
261 | 261 | background:#fff !important; |
262 | 262 | } |
263 | 263 | |
... | ... | @@ -265,13 +265,13 @@ input.git_clone_url { |
265 | 265 | /** bordered list **/ |
266 | 266 | ul.bordered-list { |
267 | 267 | margin:5px 0px; |
268 | - padding:0px; | |
268 | + padding: 0px; | |
269 | 269 | li { |
270 | 270 | padding: 5px 0; |
271 | 271 | border-bottom: 1px solid #EEE; |
272 | 272 | overflow: hidden; |
273 | 273 | display: block; |
274 | - margin:0px; | |
274 | + margin: 0px; | |
275 | 275 | } |
276 | 276 | } |
277 | 277 | |
... | ... | @@ -287,10 +287,10 @@ ul.bordered-list li:last-child { border:none } |
287 | 287 | |
288 | 288 | li.commit { |
289 | 289 | .avatar { |
290 | - width:24px; | |
290 | + width: 24px; | |
291 | 291 | top:-5px; |
292 | - margin-right:10px; | |
293 | - margin-left:10px; | |
292 | + margin-right: 10px; | |
293 | + margin-left: 10px; | |
294 | 294 | } |
295 | 295 | |
296 | 296 | code { |
... | ... | @@ -341,17 +341,17 @@ p.time { |
341 | 341 | } |
342 | 342 | |
343 | 343 | h4 { |
344 | - font-size:14px; | |
344 | + font-size: 14px; | |
345 | 345 | padding:2px 10px; |
346 | 346 | color:#666; |
347 | 347 | border-bottom:1px solid #f1f1f1; |
348 | 348 | } |
349 | - a:last-child h4 { border:none; } | |
349 | + a:last-child h4 { border: none; } | |
350 | 350 | |
351 | 351 | a:hover { |
352 | 352 | h4 { |
353 | 353 | color:#111; |
354 | - background:$hover; | |
354 | + background: $hover; | |
355 | 355 | border-color:#CCC; |
356 | 356 | .ico.project { |
357 | 357 | background-position:-209px -21px; |
... | ... | @@ -359,7 +359,7 @@ p.time { |
359 | 359 | } |
360 | 360 | } |
361 | 361 | .bottom { |
362 | - padding:10px; | |
362 | + padding: 10px; | |
363 | 363 | } |
364 | 364 | } |
365 | 365 | |
... | ... | @@ -424,13 +424,13 @@ p.time { |
424 | 424 | } |
425 | 425 | |
426 | 426 | .status_info { |
427 | - font-size:14px; | |
427 | + font-size: 14px; | |
428 | 428 | padding:5px 15px; |
429 | - line-height:24px; | |
430 | - width:60px; | |
431 | - text-align:center; | |
432 | - float:left; | |
433 | - margin-right:20px; | |
429 | + line-height: 24px; | |
430 | + width: 60px; | |
431 | + text-align: center; | |
432 | + float: left; | |
433 | + margin-right: 20px; | |
434 | 434 | |
435 | 435 | &.success { |
436 | 436 | background: #5BB75B; |
... | ... | @@ -449,12 +449,12 @@ p.time { |
449 | 449 | .arrow{ |
450 | 450 | background: #E3E5EA; |
451 | 451 | padding: 5px; |
452 | - margin-top:5px; | |
452 | + margin-top: 5px; | |
453 | 453 | border-radius: 5px; |
454 | 454 | text-shadow: none; |
455 | 455 | color: #999; |
456 | 456 | line-height: 16px; |
457 | - font-weight:bold; | |
457 | + font-weight: bold; | |
458 | 458 | } |
459 | 459 | |
460 | 460 | .thin_area{ |
... | ... | @@ -462,9 +462,9 @@ p.time { |
462 | 462 | } |
463 | 463 | |
464 | 464 | .gitlab_pagination { |
465 | - span a { color:$link_color; } | |
465 | + span a { color: $link_color; } | |
466 | 466 | .prev, .next, .current, .page a { |
467 | - padding:10px; | |
467 | + padding: 10px; | |
468 | 468 | } |
469 | 469 | .current { |
470 | 470 | border-bottom:2px solid $style_color; |
... | ... | @@ -474,7 +474,7 @@ p.time { |
474 | 474 | // Fixes alignment on notes. |
475 | 475 | .new_note { |
476 | 476 | label { |
477 | - text-align:left; | |
477 | + text-align: left; | |
478 | 478 | } |
479 | 479 | } |
480 | 480 | |
... | ... | @@ -486,7 +486,7 @@ li.note { |
486 | 486 | border-bottom:none !important; |
487 | 487 | } |
488 | 488 | .file { |
489 | - padding-left:20px; | |
489 | + padding-left: 20px; | |
490 | 490 | background:url("icon-attachment.png") no-repeat left center; |
491 | 491 | } |
492 | 492 | } |
... | ... | @@ -494,7 +494,7 @@ li.note { |
494 | 494 | |
495 | 495 | .markdown { |
496 | 496 | img { |
497 | - max-width:100%; | |
497 | + max-width: 100%; | |
498 | 498 | } |
499 | 499 | } |
500 | 500 | |
... | ... | @@ -509,14 +509,14 @@ li.note { |
509 | 509 | } |
510 | 510 | |
511 | 511 | .remember_me { |
512 | - text-align:left; | |
512 | + text-align: left; | |
513 | 513 | |
514 | 514 | input { |
515 | - margin:0; | |
515 | + margin: 0; | |
516 | 516 | } |
517 | 517 | |
518 | 518 | span { |
519 | - padding-left:5px; | |
519 | + padding-left: 5px; | |
520 | 520 | } |
521 | 521 | } |
522 | 522 | |
... | ... | @@ -530,10 +530,10 @@ li.note { |
530 | 530 | .data { |
531 | 531 | a { |
532 | 532 | h1 { |
533 | - line-height:48px; | |
534 | - font-size:48px; | |
535 | - padding:20px; | |
536 | - text-align:center; | |
533 | + line-height: 48px; | |
534 | + font-size: 48px; | |
535 | + padding: 20px; | |
536 | + text-align: center; | |
537 | 537 | } |
538 | 538 | } |
539 | 539 | } |
... | ... | @@ -541,12 +541,12 @@ li.note { |
541 | 541 | |
542 | 542 | .rss-icon { |
543 | 543 | img { |
544 | - width:24px; | |
545 | - vertical-align:top; | |
544 | + width: 24px; | |
545 | + vertical-align: top; | |
546 | 546 | } |
547 | 547 | |
548 | 548 | strong { |
549 | - line-height:24px; | |
549 | + line-height: 24px; | |
550 | 550 | } |
551 | 551 | } |
552 | 552 | |
... | ... | @@ -556,7 +556,7 @@ li.note { |
556 | 556 | .chzn-container-single .chzn-single { |
557 | 557 | background:#FFF; |
558 | 558 | border: 1px solid #bbb; |
559 | - box-shadow:none; | |
559 | + box-shadow: none; | |
560 | 560 | } |
561 | 561 | .chzn-container-active .chzn-single { |
562 | 562 | background:#fff; |
... | ... | @@ -565,7 +565,7 @@ li.note { |
565 | 565 | |
566 | 566 | .supp_diff_link, |
567 | 567 | .mr_show_all_commits { |
568 | - cursor:pointer; | |
568 | + cursor: pointer; | |
569 | 569 | } |
570 | 570 | |
571 | 571 | .merge_request, |
... | ... | @@ -586,11 +586,11 @@ li.note { |
586 | 586 | |
587 | 587 | .git_error_tips { |
588 | 588 | @extend .span6; |
589 | - text-align:left; | |
590 | - margin-top:40px; | |
589 | + text-align: left; | |
590 | + margin-top: 40px; | |
591 | 591 | pre { |
592 | - background:white; | |
593 | - border:none; | |
592 | + background: white; | |
593 | + border: none; | |
594 | 594 | font-size: 12px; |
595 | 595 | } |
596 | 596 | } |
... | ... | @@ -605,15 +605,15 @@ li.note { |
605 | 605 | } |
606 | 606 | |
607 | 607 | .oauth_select_holder { |
608 | - padding:20px; | |
608 | + padding: 20px; | |
609 | 609 | img { |
610 | - padding:5px; | |
611 | - margin-right:10px; | |
610 | + padding: 5px; | |
611 | + margin-right: 10px; | |
612 | 612 | } |
613 | 613 | .active { |
614 | 614 | img { |
615 | 615 | border:1px solid #ccc; |
616 | - background:$hover; | |
616 | + background: $hover; | |
617 | 617 | @include border-radius(5px); |
618 | 618 | } |
619 | 619 | } |
... | ... | @@ -634,23 +634,23 @@ li.note { |
634 | 634 | |
635 | 635 | pre { |
636 | 636 | &.clean { |
637 | - background:none; | |
638 | - border:none; | |
639 | - margin:0; | |
640 | - padding:0; | |
637 | + background: none; | |
638 | + border: none; | |
639 | + margin: 0; | |
640 | + padding: 0; | |
641 | 641 | } |
642 | 642 | } |
643 | 643 | |
644 | 644 | .milestone .progress { |
645 | 645 | margin-bottom: 0; |
646 | - margin-top:4px; | |
646 | + margin-top: 4px; | |
647 | 647 | } |
648 | 648 | |
649 | 649 | .float-link { |
650 | - float:left; | |
651 | - margin-right:15px; | |
650 | + float: left; | |
651 | + margin-right: 15px; | |
652 | 652 | .s16 { |
653 | - margin-right:5px; | |
653 | + margin-right: 5px; | |
654 | 654 | } |
655 | 655 | } |
656 | 656 | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | @extend .borders; |
16 | 16 | @extend .prepend-top-20; |
17 | 17 | @extend .append-bottom-20; |
18 | - border-width:1px; | |
18 | + border-width: 1px; | |
19 | 19 | @include solid_shade; |
20 | 20 | |
21 | 21 | |
... | ... | @@ -30,22 +30,22 @@ |
30 | 30 | .top_box_content, |
31 | 31 | .middle_box_content, |
32 | 32 | .bottom_box_content { |
33 | - padding:15px; | |
33 | + padding: 15px; | |
34 | 34 | |
35 | 35 | pre { |
36 | 36 | background: none !important; |
37 | - margin:0; | |
38 | - border:none; | |
39 | - padding:0; | |
37 | + margin: 0; | |
38 | + border: none; | |
39 | + padding: 0; | |
40 | 40 | } |
41 | 41 | } |
42 | 42 | |
43 | 43 | .middle_box_content { |
44 | - border-radius:0; | |
45 | - border:none; | |
46 | - font-size:12px; | |
44 | + border-radius: 0; | |
45 | + border: none; | |
46 | + font-size: 12px; | |
47 | 47 | background-color:#f5f5f5; |
48 | - border:none; | |
48 | + border: none; | |
49 | 49 | border-top:1px solid #eee; |
50 | 50 | } |
51 | 51 | |
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | } |
71 | 71 | |
72 | 72 | ul { |
73 | - margin:0; | |
73 | + margin: 0; | |
74 | 74 | } |
75 | 75 | |
76 | 76 | h5, .title { |
... | ... | @@ -82,21 +82,21 @@ |
82 | 82 | &.small { |
83 | 83 | line-height: 28px; |
84 | 84 | font-size: 14px; |
85 | - line-height:28px; | |
85 | + line-height: 28px; | |
86 | 86 | text-shadow: 0 1px 1px white; |
87 | 87 | } |
88 | 88 | |
89 | 89 | form { |
90 | 90 | padding:9px 0; |
91 | - margin:0px; | |
91 | + margin: 0px; | |
92 | 92 | } |
93 | 93 | |
94 | 94 | .nav-pills { |
95 | 95 | li { |
96 | 96 | padding:3px 0; |
97 | - &.active a { background-color:$style_color; } | |
97 | + &.active a { background-color: $style_color; } | |
98 | 98 | a { |
99 | - border-radius:7px; | |
99 | + border-radius: 7px; | |
100 | 100 | } |
101 | 101 | } |
102 | 102 | } |
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | .bottom { |
106 | 106 | @include bg-gray-gradient; |
107 | 107 | @include round-borders-bottom(4px); |
108 | - border-bottom:none; | |
108 | + border-bottom: none; | |
109 | 109 | border-top: 1px solid #bbb; |
110 | 110 | } |
111 | 111 | |
... | ... | @@ -121,33 +121,33 @@ |
121 | 121 | padding: 0 20px; |
122 | 122 | border-top:1px solid #eee; |
123 | 123 | border-bottom:1px solid #eee; |
124 | - font-size:14px; | |
124 | + font-size: 14px; | |
125 | 125 | color:#777; |
126 | 126 | } |
127 | 127 | } |
128 | 128 | .row_title { |
129 | - font-weight:bold; | |
129 | + font-weight: bold; | |
130 | 130 | color:#444; |
131 | 131 | &:hover { |
132 | 132 | color:#444; |
133 | - text-decoration:underline; | |
133 | + text-decoration: underline; | |
134 | 134 | } |
135 | 135 | } |
136 | 136 | |
137 | 137 | li, .wll { |
138 | - padding:10px; | |
138 | + padding: 10px; | |
139 | 139 | &:first-child { |
140 | 140 | @include round-borders-top(4px); |
141 | - border-top:none; | |
141 | + border-top: none; | |
142 | 142 | } |
143 | 143 | |
144 | 144 | &:last-child { |
145 | 145 | @include round-borders-bottom(4px); |
146 | - border:none; | |
146 | + border: none; | |
147 | 147 | } |
148 | 148 | } |
149 | 149 | |
150 | 150 | .ui-box-body { |
151 | - padding:10px; | |
151 | + padding: 10px; | |
152 | 152 | } |
153 | 153 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | color:#fff; |
15 | 15 | text-shadow: 0 1px 1px #268; |
16 | 16 | &:hover { |
17 | - background:$blue_link; | |
17 | + background: $blue_link; | |
18 | 18 | color:#fff; |
19 | 19 | } |
20 | 20 | |
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | color:#fff; |
31 | 31 | text-shadow: 0 1px 1px #268; |
32 | 32 | &:hover { |
33 | - background:$blue_link; | |
33 | + background: $blue_link; | |
34 | 34 | color:#fff; |
35 | 35 | } |
36 | 36 | |
... | ... | @@ -60,12 +60,12 @@ |
60 | 60 | } |
61 | 61 | |
62 | 62 | &.cancel-btn { |
63 | - float:right; | |
63 | + float: right; | |
64 | 64 | } |
65 | 65 | |
66 | 66 | &.wide { |
67 | - padding-left:30px; | |
68 | - padding-right:30px; | |
67 | + padding-left: 30px; | |
68 | + padding-right: 30px; | |
69 | 69 | } |
70 | 70 | |
71 | 71 | &.danger { |
... | ... | @@ -92,19 +92,19 @@ |
92 | 92 | } |
93 | 93 | |
94 | 94 | &.very_small { |
95 | - font-size:11px; | |
95 | + font-size: 11px; | |
96 | 96 | padding:2px 6px; |
97 | 97 | line-height: 16px; |
98 | - margin:2px; | |
98 | + margin: 2px; | |
99 | 99 | } |
100 | 100 | |
101 | 101 | &.grouped { |
102 | - margin-right:7px; | |
103 | - float:left; | |
102 | + margin-right: 7px; | |
103 | + float: left; | |
104 | 104 | } |
105 | 105 | |
106 | 106 | &.padded { |
107 | - margin-right:3px; | |
107 | + margin-right: 3px; | |
108 | 108 | padding:4px 10px 4px; |
109 | 109 | } |
110 | 110 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/common.scss
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | .lborder { border-left:1px solid #eee } |
25 | 25 | .no-padding { padding:0 !important; } |
26 | 26 | .underlined { border-bottom: 1px solid #CCC; } |
27 | -.no-borders { border:none; } | |
27 | +.no-borders { border: none; } | |
28 | 28 | .vlink { color: $link_color !important; } |
29 | 29 | .underlined_link { text-decoration: underline; } |
30 | 30 | .borders { border: 1px solid #ccc; @include shade; } |
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | /** PILLS & TABS**/ |
35 | 35 | .nav-pills a:hover { background-color:#888; } |
36 | 36 | .nav-pills .active a { background-color: $style_color; } |
37 | -.nav-tabs > li > a, .nav-pills > li > a { color:$style_color; } | |
37 | +.nav-tabs > li > a, .nav-pills > li > a { color: $style_color; } | |
38 | 38 | .nav.nav-tabs { |
39 | 39 | li { |
40 | 40 | > a { |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | text-shadow:0 1px 1px #fff; |
51 | 51 | } |
52 | 52 | i[class^="icon-"] { |
53 | - line-height:14px; | |
53 | + line-height: 14px; | |
54 | 54 | } |
55 | 55 | } |
56 | 56 | &.active { |
... | ... | @@ -69,23 +69,23 @@ |
69 | 69 | .alert-message.error { @extend .alert-error; } |
70 | 70 | |
71 | 71 | /** AVATARS **/ |
72 | -img.avatar { float:left; margin-right:12px; width:40px; border:1px solid #ddd; padding:1px; } | |
73 | -img.avatar.s16 { width:16px; height:16px; margin-right:6px; } | |
74 | -img.avatar.s24 { width:24px; height:24px; margin-right:8px; } | |
75 | -img.avatar.s32 { width:32px; height:32px; margin-right:10px; } | |
76 | -img.lil_av { padding-left: 4px; padding-right:3px; } | |
72 | +img.avatar { float: left; margin-right: 12px; width: 40px; border:1px solid #ddd; padding: 1px; } | |
73 | +img.avatar.s16 { width: 16px; height: 16px; margin-right: 6px; } | |
74 | +img.avatar.s24 { width: 24px; height: 24px; margin-right: 8px; } | |
75 | +img.avatar.s32 { width: 32px; height: 32px; margin-right: 10px; } | |
76 | +img.lil_av { padding-left: 4px; padding-right: 3px; } | |
77 | 77 | img.small { width: 80px; } |
78 | 78 | |
79 | 79 | /** HELPERS **/ |
80 | -.nothing_here_message { text-align:center; padding:20px; color:#777; } | |
81 | -p.slead { color:#456; font-size:16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; } | |
80 | +.nothing_here_message { text-align: center; padding: 20px; color:#777; } | |
81 | +p.slead { color:#456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; } | |
82 | 82 | |
83 | 83 | /** FORMS **/ |
84 | 84 | input[type='search'].search-text-input { |
85 | 85 | background-image: url("icon-search.png"); |
86 | 86 | background-repeat: no-repeat; |
87 | 87 | background-position: 10px; |
88 | - padding-left:25px; | |
88 | + padding-left: 25px; | |
89 | 89 | @include border-radius(4px); |
90 | 90 | border:1px solid #ccc; |
91 | 91 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/files.scss
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | */ |
5 | 5 | .file_holder { |
6 | 6 | border:1px solid #BBB; |
7 | - margin-bottom:1em; | |
7 | + margin-bottom: 1em; | |
8 | 8 | @include solid_shade; |
9 | 9 | |
10 | 10 | .file_title { |
... | ... | @@ -16,20 +16,20 @@ |
16 | 16 | text-align: left; |
17 | 17 | color: #666; |
18 | 18 | padding: 9px 10px; |
19 | - height:18px; | |
19 | + height: 18px; | |
20 | 20 | |
21 | 21 | .options { |
22 | - float:right; | |
22 | + float: right; | |
23 | 23 | margin-top: -5px; |
24 | 24 | } |
25 | 25 | |
26 | 26 | .file_name { |
27 | - color:$style_color; | |
28 | - font-size:14px; | |
27 | + color: $style_color; | |
28 | + font-size: 14px; | |
29 | 29 | text-shadow: 0 1px 1px #fff; |
30 | 30 | small { |
31 | 31 | color:#999; |
32 | - font-size:13px; | |
32 | + font-size: 13px; | |
33 | 33 | } |
34 | 34 | } |
35 | 35 | } |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | code { |
43 | 43 | padding:0 4px; |
44 | 44 | } |
45 | - padding:20px; | |
45 | + padding: 20px; | |
46 | 46 | h1, h2 { |
47 | 47 | line-height: 46px; |
48 | 48 | } |
... | ... | @@ -53,10 +53,10 @@ |
53 | 53 | |
54 | 54 | &.image_file { |
55 | 55 | background:#eee; |
56 | - text-align:center; | |
56 | + text-align: center; | |
57 | 57 | img { |
58 | - padding:100px; | |
59 | - max-width:300px; | |
58 | + padding: 100px; | |
59 | + max-width: 300px; | |
60 | 60 | } |
61 | 61 | } |
62 | 62 | |
... | ... | @@ -69,34 +69,34 @@ |
69 | 69 | */ |
70 | 70 | &.blame { |
71 | 71 | table { |
72 | - border:none; | |
73 | - box-shadow:none; | |
74 | - margin:0; | |
72 | + border: none; | |
73 | + box-shadow: none; | |
74 | + margin: 0; | |
75 | 75 | } |
76 | 76 | tr { |
77 | 77 | border-bottom: 1px solid #eee; |
78 | 78 | } |
79 | 79 | td { |
80 | 80 | &:first-child { |
81 | - border-left:none; | |
81 | + border-left: none; | |
82 | 82 | } |
83 | 83 | &:last-child { |
84 | - border-right:none; | |
84 | + border-right: none; | |
85 | 85 | } |
86 | 86 | background:#fff; |
87 | - padding:5px; | |
87 | + padding: 5px; | |
88 | 88 | } |
89 | 89 | .author, |
90 | 90 | .blame_commit { |
91 | 91 | background:#f5f5f5; |
92 | - vertical-align:top; | |
92 | + vertical-align: top; | |
93 | 93 | } |
94 | 94 | .lines { |
95 | 95 | pre { |
96 | - padding:0; | |
97 | - margin:0; | |
98 | - border:none; | |
99 | - border-radius: 0; | |
96 | + padding: 0; | |
97 | + margin: 0; | |
98 | + background: none; | |
99 | + border: none; | |
100 | 100 | } |
101 | 101 | } |
102 | 102 | } |
... | ... | @@ -107,22 +107,22 @@ |
107 | 107 | overflow-y: auto; |
108 | 108 | |
109 | 109 | ol { |
110 | - margin-left:40px; | |
110 | + margin-left: 40px; | |
111 | 111 | padding: 10px 0; |
112 | 112 | border-left: 1px solid #CCC; |
113 | - margin-bottom:0; | |
113 | + margin-bottom: 0; | |
114 | 114 | background: white; |
115 | 115 | li { |
116 | 116 | color:#888; |
117 | 117 | p { |
118 | - margin:0; | |
118 | + margin: 0; | |
119 | 119 | color:#333; |
120 | - line-height:24px; | |
120 | + line-height: 24px; | |
121 | 121 | padding-left: 10px; |
122 | 122 | } |
123 | 123 | |
124 | 124 | &:hover { |
125 | - background:$hover; | |
125 | + background: $hover; | |
126 | 126 | } |
127 | 127 | } |
128 | 128 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/lists.scss
... | ... | @@ -14,7 +14,7 @@ ul { |
14 | 14 | |
15 | 15 | &.smoke { background-color:#f5f5f5; } |
16 | 16 | &:hover { |
17 | - background:$hover; | |
17 | + background: $hover; | |
18 | 18 | border-bottom:1px solid #ADF; |
19 | 19 | } |
20 | 20 | &:last-child { border:none } |
... | ... | @@ -22,11 +22,11 @@ ul { |
22 | 22 | |
23 | 23 | p { |
24 | 24 | padding-top: 1px; |
25 | - margin:0; | |
25 | + margin: 0; | |
26 | 26 | color:#222; |
27 | 27 | img { |
28 | - position:relative; | |
29 | - top:3px; | |
28 | + position: relative; | |
29 | + top: 3px; | |
30 | 30 | } |
31 | 31 | } |
32 | 32 | } |
... | ... | @@ -35,7 +35,7 @@ ul { |
35 | 35 | ol, ul { |
36 | 36 | &.styled { |
37 | 37 | li { |
38 | - padding:2px; | |
38 | + padding: 2px; | |
39 | 39 | } |
40 | 40 | } |
41 | 41 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/tables.scss
... | ... | @@ -3,11 +3,11 @@ table { |
3 | 3 | @extend .table-striped; |
4 | 4 | @include solid_shade; |
5 | 5 | border:1px solid #bbb; |
6 | - width:100%; | |
6 | + width: 100%; | |
7 | 7 | |
8 | 8 | &.low { |
9 | 9 | td { |
10 | - line-height:18px; | |
10 | + line-height: 18px; | |
11 | 11 | } |
12 | 12 | } |
13 | 13 | |
... | ... | @@ -32,7 +32,7 @@ table { |
32 | 32 | |
33 | 33 | td { |
34 | 34 | border-color:#f1f1f1; |
35 | - line-height:28px; | |
35 | + line-height: 28px; | |
36 | 36 | |
37 | 37 | .s16 { |
38 | 38 | margin-top: 5px; |
... | ... | @@ -53,10 +53,10 @@ table { |
53 | 53 | } |
54 | 54 | |
55 | 55 | &.lite { |
56 | - border:none; | |
57 | - box-shadow:none; | |
56 | + border: none; | |
57 | + box-shadow: none; | |
58 | 58 | tr, td { |
59 | - border:none; | |
59 | + border: none; | |
60 | 60 | background:none !important; |
61 | 61 | } |
62 | 62 | } | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/typography.scss
... | ... | @@ -5,11 +5,11 @@ |
5 | 5 | |
6 | 6 | h1, h2, h3, h4, h5, h6 { margin: 0; } |
7 | 7 | h3, h4, h5, h6 { line-height: 36px; } |
8 | -h5 { font-size:14px; } | |
8 | +h5 { font-size: 14px; } | |
9 | 9 | |
10 | 10 | h3.page_title { |
11 | 11 | color:#456; |
12 | - font-size:20px; | |
12 | + font-size: 20px; | |
13 | 13 | font-weight: normal; |
14 | 14 | line-height: 28px; |
15 | 15 | } |
... | ... | @@ -37,7 +37,7 @@ a { |
37 | 37 | outline: none; |
38 | 38 | color: $link_color; |
39 | 39 | &:hover { |
40 | - text-decoration:none; | |
40 | + text-decoration: none; | |
41 | 41 | color: $blue_link; |
42 | 42 | } |
43 | 43 | |
... | ... | @@ -53,24 +53,24 @@ a { |
53 | 53 | } |
54 | 54 | |
55 | 55 | &.lined { |
56 | - text-decoration:underline; | |
57 | - &:hover { text-decoration:underline; } | |
56 | + text-decoration: underline; | |
57 | + &:hover { text-decoration: underline; } | |
58 | 58 | } |
59 | 59 | |
60 | 60 | &.gray { |
61 | - color:gray; | |
61 | + color: gray; | |
62 | 62 | } |
63 | 63 | |
64 | 64 | &.supp_diff_link { |
65 | - text-align:center; | |
65 | + text-align: center; | |
66 | 66 | padding:20px 0; |
67 | 67 | background:#f1f1f1; |
68 | - width:100%; | |
69 | - float:left; | |
68 | + width: 100%; | |
69 | + float: left; | |
70 | 70 | } |
71 | 71 | |
72 | 72 | &.neib { |
73 | - margin-right:15px; | |
73 | + margin-right: 15px; | |
74 | 74 | } |
75 | 75 | } |
76 | 76 | ... | ... |
app/assets/stylesheets/highlight/dark.scss
... | ... | @@ -23,23 +23,23 @@ |
23 | 23 | .gs { font-weight: bold } /* Generic.Strong */ |
24 | 24 | .gu { color: #606060 } /* Generic.Subheading */ |
25 | 25 | .gt { color: #aa0000 } /* Generic.Traceback */ |
26 | - .kc{font-weight:bold;} /* Keyword.Constant */ | |
27 | - .kd{font-weight:bold;} /* Keyword.Declaration */ | |
28 | - .kn{font-weight:bold;} /* Keyword.Namespace */ | |
29 | - .kp{font-weight:bold;} /* Keyword.Pseudo */ | |
30 | - .kr{font-weight:bold;} /* Keyword.Reserved */ | |
31 | - .kt{color:#458;font-weight:bold;} /* Keyword.Type */ | |
26 | + .kc{font-weight: bold;} /* Keyword.Constant */ | |
27 | + .kd{font-weight: bold;} /* Keyword.Declaration */ | |
28 | + .kn{font-weight: bold;} /* Keyword.Namespace */ | |
29 | + .kp{font-weight: bold;} /* Keyword.Pseudo */ | |
30 | + .kr{font-weight: bold;} /* Keyword.Reserved */ | |
31 | + .kt{color:#458;font-weight: bold;} /* Keyword.Type */ | |
32 | 32 | .m { color: #0000DD; font-weight: bold } /* Literal.Number */ |
33 | 33 | .p { color: #eee; } |
34 | 34 | .s { color: #0AD; background-color: transparent } /* Literal.String */ |
35 | 35 | .na{color:#008080;} /* Name.Attribute */ |
36 | 36 | .nb{color:#0086B3;} /* Name.Builtin */ |
37 | - .nc{color:#ccc;font-weight:bold;} /* Name.Class */ | |
38 | - .no{color:turquoise;} /* Name.Constant */ | |
37 | + .nc{color:#ccc;font-weight: bold;} /* Name.Class */ | |
38 | + .no{color: turquoise;} /* Name.Constant */ | |
39 | 39 | .ni{color:#800080;} |
40 | - .ne{color:#900;font-weight:bold;} /* Name.Exception */ | |
41 | - .nf{color:#ccc;font-weight:bold;} /* Name.Function */ | |
42 | - .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */ | |
40 | + .ne{color:#900;font-weight: bold;} /* Name.Exception */ | |
41 | + .nf{color:#ccc;font-weight: bold;} /* Name.Function */ | |
42 | + .nn{color:#79C3E0;font-weight: bold;} /* Name.Namespace */ | |
43 | 43 | .nt{color:#fc5;} /* Name.Tag */ |
44 | 44 | .nv{color:#FA4;} /* Name.Variable */ |
45 | 45 | .py { color: #336699; font-weight: bold } /* Name.Property */ |
... | ... | @@ -52,14 +52,14 @@ |
52 | 52 | .sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */ |
53 | 53 | .sc{color:#d14;} /* Literal.String.Char */ |
54 | 54 | .sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */ |
55 | - .s2{color:orange;} /* Literal.String.Double */ | |
56 | - .se{color:orange;} /* Literal.String.Escape */ | |
57 | - .sh{color:orange;} /* Literal.String.Heredoc */ | |
58 | - .si{color:orange;} /* Literal.String.Interpol */ | |
59 | - .sx{color:orange;} /* Literal.String.Other */ | |
60 | - .sr{color:orange;} /* Literal.String.Regex */ | |
61 | - .s1{color:orange;} /* Literal.String.Single */ | |
62 | - .ss{color:orange;} /* Literal.String.Symbol */ | |
55 | + .s2{color: orange;} /* Literal.String.Double */ | |
56 | + .se{color: orange;} /* Literal.String.Escape */ | |
57 | + .sh{color: orange;} /* Literal.String.Heredoc */ | |
58 | + .si{color: orange;} /* Literal.String.Interpol */ | |
59 | + .sx{color: orange;} /* Literal.String.Other */ | |
60 | + .sr{color: orange;} /* Literal.String.Regex */ | |
61 | + .s1{color: orange;} /* Literal.String.Single */ | |
62 | + .ss{color: orange;} /* Literal.String.Symbol */ | |
63 | 63 | .bp { color: #D58 } /* Name.Builtin.Pseudo */ |
64 | 64 | .vc { color: #336699 } /* Name.Variable.Class */ |
65 | 65 | .vg { color: #dd7700 } /* Name.Variable.Global */ | ... | ... |
app/assets/stylesheets/highlight/white.scss
... | ... | @@ -22,22 +22,22 @@ |
22 | 22 | .gs { font-weight: bold } /* Generic.Strong */ |
23 | 23 | .gu { color: #606060 } /* Generic.Subheading */ |
24 | 24 | .gt { color: #aa0000 } /* Generic.Traceback */ |
25 | - .kc{font-weight:bold;} /* Keyword.Constant */ | |
26 | - .kd{font-weight:bold;} /* Keyword.Declaration */ | |
27 | - .kn{font-weight:bold;} /* Keyword.Namespace */ | |
28 | - .kp{font-weight:bold;} /* Keyword.Pseudo */ | |
29 | - .kr{font-weight:bold;} /* Keyword.Reserved */ | |
30 | - .kt{color:#458;font-weight:bold;} /* Keyword.Type */ | |
25 | + .kc{font-weight: bold;} /* Keyword.Constant */ | |
26 | + .kd{font-weight: bold;} /* Keyword.Declaration */ | |
27 | + .kn{font-weight: bold;} /* Keyword.Namespace */ | |
28 | + .kp{font-weight: bold;} /* Keyword.Pseudo */ | |
29 | + .kr{font-weight: bold;} /* Keyword.Reserved */ | |
30 | + .kt{color:#458;font-weight: bold;} /* Keyword.Type */ | |
31 | 31 | .m { color: #0000DD; font-weight: bold } /* Literal.Number */ |
32 | 32 | .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ |
33 | 33 | .na{color:#008080;} /* Name.Attribute */ |
34 | 34 | .nb{color:#0086B3;} /* Name.Builtin */ |
35 | - .nc{color:#458;font-weight:bold;} /* Name.Class */ | |
35 | + .nc{color:#458;font-weight: bold;} /* Name.Class */ | |
36 | 36 | .no{color:#008080;} /* Name.Constant */ |
37 | 37 | .ni{color:#800080;} |
38 | - .ne{color:#900;font-weight:bold;} /* Name.Exception */ | |
39 | - .nf{color:#900;font-weight:bold;} /* Name.Function */ | |
40 | - .nn{color:#005;font-weight:bold;} /* Name.Namespace */ | |
38 | + .ne{color:#900;font-weight: bold;} /* Name.Exception */ | |
39 | + .nf{color:#900;font-weight: bold;} /* Name.Function */ | |
40 | + .nn{color:#005;font-weight: bold;} /* Name.Namespace */ | |
41 | 41 | .nt{color:#000080;} /* Name.Tag */ |
42 | 42 | .nv{color:#008080;} /* Name.Variable */ |
43 | 43 | .py { color: #336699; font-weight: bold } /* Name.Property */ | ... | ... |
app/assets/stylesheets/ref_select.scss
1 | 1 | /** Branch/tag selector **/ |
2 | 2 | .project-refs-form { |
3 | - margin:0; | |
3 | + margin: 0; | |
4 | 4 | span { |
5 | 5 | background:none !important; |
6 | 6 | position:static !important; |
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | } |
10 | 10 | } |
11 | 11 | .project-refs-select { |
12 | - width:120px; | |
12 | + width: 120px; | |
13 | 13 | } |
14 | 14 | |
15 | 15 | .project-refs-form .chzn-container { |
... | ... | @@ -21,10 +21,10 @@ |
21 | 21 | .chzn-drop { |
22 | 22 | min-width: 400px; |
23 | 23 | .chzn-results { |
24 | - max-height:300px; | |
24 | + max-height: 300px; | |
25 | 25 | } |
26 | 26 | .chzn-search input { |
27 | - min-width:365px; | |
27 | + min-width: 365px; | |
28 | 28 | } |
29 | 29 | } |
30 | 30 | } |
... | ... | @@ -43,11 +43,11 @@ |
43 | 43 | margin:7px 0; |
44 | 44 | min-width: 200px; |
45 | 45 | border: 1px solid #bbb; |
46 | - border-radius:0; | |
46 | + border-radius: 0; | |
47 | 47 | |
48 | 48 | .chzn-results { |
49 | 49 | margin-top: 5px; |
50 | - max-height:300px; | |
50 | + max-height: 300px; | |
51 | 51 | |
52 | 52 | .group-result { |
53 | 53 | color: $style_color; |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | .chzn-search { |
72 | 72 | @include bg-gray-gradient; |
73 | 73 | input { |
74 | - min-width:165px; | |
74 | + min-width: 165px; | |
75 | 75 | border-color: #CCC; |
76 | 76 | } |
77 | 77 | } |
... | ... | @@ -81,8 +81,8 @@ |
81 | 81 | @include bg-light-gray-gradient; |
82 | 82 | |
83 | 83 | div { |
84 | - background:transparent; | |
85 | - border-left:none; | |
84 | + background: transparent; | |
85 | + border-left: none; | |
86 | 86 | } |
87 | 87 | |
88 | 88 | span { | ... | ... |
app/assets/stylesheets/sections/commits.scss
... | ... | @@ -6,14 +6,14 @@ |
6 | 6 | |
7 | 7 | .commit-title { |
8 | 8 | line-height: 26px; |
9 | - margin:0; | |
9 | + margin: 0; | |
10 | 10 | } |
11 | 11 | |
12 | 12 | .commit-description { |
13 | 13 | font-size: 14px; |
14 | 14 | border: none; |
15 | 15 | background-color: white; |
16 | - padding-top:10px; | |
16 | + padding-top: 10px; | |
17 | 17 | } |
18 | 18 | |
19 | 19 | .browse-button { |
... | ... | @@ -28,9 +28,9 @@ |
28 | 28 | @extend .clearfix; |
29 | 29 | |
30 | 30 | .sha-block { |
31 | - text-align:right; | |
31 | + text-align: right; | |
32 | 32 | &:first-child { |
33 | - padding-bottom:6px; | |
33 | + padding-bottom: 6px; | |
34 | 34 | } |
35 | 35 | |
36 | 36 | a { |
... | ... | @@ -49,8 +49,8 @@ |
49 | 49 | |
50 | 50 | .author a, |
51 | 51 | .committer a { |
52 | - font-size:14px; | |
53 | - line-height:22px; | |
52 | + font-size: 14px; | |
53 | + line-height: 22px; | |
54 | 54 | text-shadow:0 1px 1px #fff; |
55 | 55 | color:#777; |
56 | 56 | &:hover { |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | */ |
72 | 72 | .diff_file { |
73 | 73 | border:1px solid #CCC; |
74 | - margin-bottom:1em; | |
74 | + margin-bottom: 1em; | |
75 | 75 | |
76 | 76 | .diff_file_header { |
77 | 77 | @extend .clearfix; |
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 | |
87 | 87 | > span { |
88 | 88 | font-family: $monospace; |
89 | - font-size:14px; | |
89 | + font-size: 14px; | |
90 | 90 | line-height: 30px; |
91 | 91 | } |
92 | 92 | |
... | ... | @@ -104,8 +104,8 @@ |
104 | 104 | } |
105 | 105 | } |
106 | 106 | .diff_file_content { |
107 | - overflow:auto; | |
108 | - overflow-y:hidden; | |
107 | + overflow: auto; | |
108 | + overflow-y: hidden; | |
109 | 109 | background:#fff; |
110 | 110 | color:#333; |
111 | 111 | font-size: 12px; |
... | ... | @@ -123,17 +123,17 @@ |
123 | 123 | |
124 | 124 | table { |
125 | 125 | td { |
126 | - line-height:18px; | |
126 | + line-height: 18px; | |
127 | 127 | } |
128 | 128 | } |
129 | 129 | } |
130 | 130 | .diff_file_content_image { |
131 | 131 | background:#eee; |
132 | - text-align:center; | |
132 | + text-align: center; | |
133 | 133 | .image { |
134 | 134 | display: inline-block; |
135 | - margin:50px; | |
136 | - max-width:400px; | |
135 | + margin: 50px; | |
136 | + max-width: 400px; | |
137 | 137 | |
138 | 138 | img{ |
139 | 139 | background: url('trans_bg.gif'); |
... | ... | @@ -158,7 +158,7 @@ |
158 | 158 | |
159 | 159 | &.img_compared { |
160 | 160 | .image { |
161 | - max-width:300px; | |
161 | + max-width: 300px; | |
162 | 162 | } |
163 | 163 | } |
164 | 164 | } |
... | ... | @@ -166,46 +166,46 @@ |
166 | 166 | |
167 | 167 | .diff_file_content{ |
168 | 168 | table { |
169 | - border:none; | |
170 | - margin:0px; | |
171 | - padding:0px; | |
169 | + border: none; | |
170 | + margin: 0px; | |
171 | + padding: 0px; | |
172 | 172 | tr { |
173 | 173 | td { |
174 | - font-size:12px; | |
174 | + font-size: 12px; | |
175 | 175 | } |
176 | 176 | } |
177 | 177 | } |
178 | 178 | .old_line, .new_line { |
179 | - margin:0px; | |
180 | - padding:0px; | |
181 | - border:none; | |
179 | + margin: 0px; | |
180 | + padding: 0px; | |
181 | + border: none; | |
182 | 182 | background:#EEE; |
183 | 183 | color:#666; |
184 | 184 | padding: 0px 5px; |
185 | 185 | border-right: 1px solid #ccc; |
186 | - text-align:right; | |
187 | - min-width:35px; | |
188 | - max-width:35px; | |
189 | - width:35px; | |
186 | + text-align: right; | |
187 | + min-width: 35px; | |
188 | + max-width: 35px; | |
189 | + width: 35px; | |
190 | 190 | moz-user-select: none; |
191 | 191 | -khtml-user-select: none; |
192 | 192 | user-select: none; |
193 | 193 | a { |
194 | - float:left; | |
195 | - width:35px; | |
196 | - font-weight:normal; | |
194 | + float: left; | |
195 | + width: 35px; | |
196 | + font-weight: normal; | |
197 | 197 | color:#666; |
198 | 198 | &:hover { |
199 | - text-decoration:underline; | |
199 | + text-decoration: underline; | |
200 | 200 | } |
201 | 201 | } |
202 | 202 | } |
203 | 203 | .line_content { |
204 | - white-space:pre; | |
205 | - height:14px; | |
206 | - margin:0px; | |
207 | - padding:0px; | |
208 | - border:none; | |
204 | + white-space: pre; | |
205 | + height: 14px; | |
206 | + margin: 0px; | |
207 | + padding: 0px; | |
208 | + border: none; | |
209 | 209 | &.new { |
210 | 210 | background: #CFD; |
211 | 211 | } |
... | ... | @@ -232,28 +232,28 @@ |
232 | 232 | |
233 | 233 | .browse_code_link_holder { |
234 | 234 | @extend .span2; |
235 | - float:right; | |
235 | + float: right; | |
236 | 236 | } |
237 | 237 | |
238 | 238 | .committed_ago { |
239 | - float:right; | |
239 | + float: right; | |
240 | 240 | @extend .cgray; |
241 | 241 | } |
242 | 242 | |
243 | 243 | .notes_count { |
244 | - float:right; | |
244 | + float: right; | |
245 | 245 | margin: -6px 8px 6px; |
246 | 246 | } |
247 | 247 | |
248 | 248 | code { |
249 | 249 | background:#FCEEC1; |
250 | - color:$style_color; | |
250 | + color: $style_color; | |
251 | 251 | } |
252 | 252 | |
253 | 253 | .commit_short_id { |
254 | - float:left; | |
254 | + float: left; | |
255 | 255 | @extend .lined; |
256 | - min-width:65px; | |
256 | + min-width: 65px; | |
257 | 257 | font-family: $monospace; |
258 | 258 | } |
259 | 259 | |
... | ... | @@ -296,8 +296,8 @@ |
296 | 296 | .label_commit { |
297 | 297 | @include round-borders-all(4px); |
298 | 298 | padding:2px 4px; |
299 | - border:none; | |
300 | - font-size:13px; | |
299 | + border: none; | |
300 | + font-size: 13px; | |
301 | 301 | background: #474D57; |
302 | 302 | color:#fff; |
303 | 303 | font-family: $monospace; | ... | ... |
app/assets/stylesheets/sections/events.scss
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | &.left, |
23 | 23 | &.joined { |
24 | 24 | padding:0 2px; |
25 | - float:none; | |
25 | + float: none; | |
26 | 26 | } |
27 | 27 | } |
28 | 28 | |
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | * |
32 | 32 | */ |
33 | 33 | .event-item { |
34 | - min-height:40px; | |
34 | + min-height: 40px; | |
35 | 35 | border-bottom:1px solid #eee; |
36 | 36 | .event-title { |
37 | 37 | color:#333; |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | } |
51 | 51 | } |
52 | 52 | .avatar { |
53 | - width:32px; | |
53 | + width: 32px; | |
54 | 54 | } |
55 | 55 | .event_icon { |
56 | 56 | float: right; |
... | ... | @@ -59,15 +59,15 @@ |
59 | 59 | @include border-radius(5px); |
60 | 60 | background: #F9F9F9; |
61 | 61 | img { |
62 | - width:20px; | |
62 | + width: 20px; | |
63 | 63 | } |
64 | 64 | } |
65 | 65 | ul { |
66 | - margin-left:50px; | |
67 | - margin-bottom:5px; | |
66 | + margin-left: 50px; | |
67 | + margin-bottom: 5px; | |
68 | 68 | .avatar { |
69 | - width:18px; | |
70 | - margin-top:3px; | |
69 | + width: 18px; | |
70 | + margin-top: 3px; | |
71 | 71 | } |
72 | 72 | } |
73 | 73 | |
... | ... | @@ -81,9 +81,9 @@ |
81 | 81 | li { |
82 | 82 | &.commit { |
83 | 83 | background: transparent; |
84 | - padding:3px; | |
85 | - border:none; | |
86 | - font-size:12px; | |
84 | + padding: 3px; | |
85 | + border: none; | |
86 | + font-size: 12px; | |
87 | 87 | } |
88 | 88 | &.commits-stat { |
89 | 89 | display: block; |
... | ... | @@ -99,14 +99,14 @@ |
99 | 99 | */ |
100 | 100 | .event_lp { |
101 | 101 | color:#777; |
102 | - padding:10px; | |
103 | - min-height:22px; | |
102 | + padding: 10px; | |
103 | + min-height: 22px; | |
104 | 104 | border-left: 5px solid #5AB9C3; |
105 | - margin-bottom:20px; | |
105 | + margin-bottom: 20px; | |
106 | 106 | background:#f9f9f9; |
107 | 107 | |
108 | 108 | .avatar { |
109 | - width:24px; | |
109 | + width: 24px; | |
110 | 110 | } |
111 | 111 | |
112 | 112 | .btn-new-mr { |
... | ... | @@ -133,7 +133,7 @@ |
133 | 133 | background: #f9f9f9; |
134 | 134 | margin-bottom: 10px; |
135 | 135 | img { |
136 | - width:20px; | |
136 | + width: 20px; | |
137 | 137 | } |
138 | 138 | |
139 | 139 | &.inactive { | ... | ... |
app/assets/stylesheets/sections/graph.scss
app/assets/stylesheets/sections/header.scss
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | header { |
6 | 6 | &.navbar-gitlab { |
7 | 7 | .navbar-inner { |
8 | - height:45px; | |
8 | + height: 45px; | |
9 | 9 | padding: 5px; |
10 | 10 | background: #F1F1F1; |
11 | 11 | |
... | ... | @@ -24,8 +24,8 @@ header { |
24 | 24 | } |
25 | 25 | } |
26 | 26 | |
27 | - z-index:10; | |
28 | - /*height:60px;*/ | |
27 | + z-index: 10; | |
28 | + /*height: 60px;*/ | |
29 | 29 | |
30 | 30 | /** |
31 | 31 | * |
... | ... | @@ -33,24 +33,24 @@ header { |
33 | 33 | * |
34 | 34 | */ |
35 | 35 | .app_logo { |
36 | - width:170px; | |
37 | - float:left; | |
36 | + width: 170px; | |
37 | + float: left; | |
38 | 38 | a { |
39 | - float:left; | |
39 | + float: left; | |
40 | 40 | padding: 0px; |
41 | 41 | |
42 | 42 | h1 { |
43 | - width:90px; | |
43 | + width: 90px; | |
44 | 44 | background: url('logo_dark.png') no-repeat 0px 2px; |
45 | - float:left; | |
46 | - margin-left:2px; | |
47 | - font-size:30px; | |
48 | - line-height:48px; | |
49 | - font-weight:normal; | |
50 | - color:$style_color; | |
45 | + float: left; | |
46 | + margin-left: 2px; | |
47 | + font-size: 30px; | |
48 | + line-height: 48px; | |
49 | + font-weight: normal; | |
50 | + color: $style_color; | |
51 | 51 | text-shadow: 0 1px 1px #FFF; |
52 | - padding-left:45px; | |
53 | - height:40px; | |
52 | + padding-left: 45px; | |
53 | + height: 40px; | |
54 | 54 | font-family: 'Korolev', sans-serif; |
55 | 55 | } |
56 | 56 | } |
... | ... | @@ -62,14 +62,14 @@ header { |
62 | 62 | * |
63 | 63 | */ |
64 | 64 | .project_name { |
65 | - position:relative; | |
66 | - float:left; | |
67 | - margin:0; | |
68 | - margin-right:30px; | |
69 | - font-size:30px; | |
70 | - line-height:48px; | |
71 | - font-weight:normal; | |
72 | - color:$style_color; | |
65 | + position: relative; | |
66 | + float: left; | |
67 | + margin: 0; | |
68 | + margin-right: 30px; | |
69 | + font-size: 30px; | |
70 | + line-height: 48px; | |
71 | + font-weight: normal; | |
72 | + color: $style_color; | |
73 | 73 | text-shadow: 0 1px 1px #FFF; |
74 | 74 | font-family: 'Korolev', sans-serif; |
75 | 75 | } |
... | ... | @@ -81,7 +81,7 @@ header { |
81 | 81 | */ |
82 | 82 | .search { |
83 | 83 | margin-right: 45px; |
84 | - margin-left:10px; | |
84 | + margin-left: 10px; | |
85 | 85 | margin-top: 2px; |
86 | 86 | |
87 | 87 | .search-input { |
... | ... | @@ -89,11 +89,11 @@ header { |
89 | 89 | background-image: url("icon-search.png"); |
90 | 90 | background-repeat: no-repeat; |
91 | 91 | background-position: 10px; |
92 | - padding-left:25px; | |
92 | + padding-left: 25px; | |
93 | 93 | font-size: 13px; |
94 | 94 | @include border-radius(3px); |
95 | 95 | border:1px solid #c6c6c6; |
96 | - box-shadow:none; | |
96 | + box-shadow: none; | |
97 | 97 | &:focus { |
98 | 98 | @extend .span3; |
99 | 99 | } |
... | ... | @@ -122,7 +122,7 @@ header { |
122 | 122 | width: 28px; |
123 | 123 | height: 28px; |
124 | 124 | display: block; |
125 | - top:1px; | |
125 | + top: 1px; | |
126 | 126 | &:after { |
127 | 127 | content: " "; |
128 | 128 | display: block; | ... | ... |
app/assets/stylesheets/sections/issues.scss
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | .issue_title { |
4 | 4 | @extend .top_box_content; |
5 | 5 | .clearfix { |
6 | - margin-bottom:0px; | |
6 | + margin-bottom: 0px; | |
7 | 7 | input { |
8 | 8 | @extend .span8; |
9 | 9 | } |
... | ... | @@ -11,14 +11,14 @@ |
11 | 11 | } |
12 | 12 | .issue_middle_block { |
13 | 13 | @extend .middle_box_content; |
14 | - height:30px; | |
14 | + height: 30px; | |
15 | 15 | .issue_assignee { |
16 | 16 | @extend .span6; |
17 | - float:left; | |
17 | + float: left; | |
18 | 18 | } |
19 | 19 | .issue_milestone { |
20 | 20 | @extend .span4; |
21 | - float:left; | |
21 | + float: left; | |
22 | 22 | } |
23 | 23 | } |
24 | 24 | .issue_description { |
... | ... | @@ -31,28 +31,28 @@ |
31 | 31 | padding:7px 10px; |
32 | 32 | |
33 | 33 | .issue_check { |
34 | - float:left; | |
34 | + float: left; | |
35 | 35 | padding: 8px 0; |
36 | 36 | padding-right: 8px; |
37 | 37 | min-width: 15px; |
38 | 38 | } |
39 | 39 | |
40 | 40 | p { |
41 | - padding-top:0; | |
42 | - padding-bottom:2px; | |
41 | + padding-top: 0; | |
42 | + padding-bottom: 2px; | |
43 | 43 | } |
44 | 44 | |
45 | 45 | img.avatar { |
46 | - width:32px; | |
47 | - margin-top:1px; | |
46 | + width: 32px; | |
47 | + margin-top: 1px; | |
48 | 48 | } |
49 | 49 | } |
50 | 50 | } |
51 | 51 | |
52 | 52 | input.check_all_issues { |
53 | - float:left; | |
53 | + float: left; | |
54 | 54 | padding: 0; |
55 | - margin:0; | |
55 | + margin: 0; | |
56 | 56 | margin-right: 10px; |
57 | 57 | position: relative; |
58 | 58 | top: 8px; |
... | ... | @@ -82,16 +82,16 @@ input.check_all_issues { |
82 | 82 | } |
83 | 83 | } |
84 | 84 | |
85 | -@media (min-width: 800px) { .issues_filters select { width:160px; } } | |
86 | -@media (min-width: 1000px) { .issues_filters select { width:200px; } } | |
87 | -@media (min-width: 1200px) { .issues_filters select { width:220px; } } | |
85 | +@media (min-width: 800px) { .issues_filters select { width: 160px; } } | |
86 | +@media (min-width: 1000px) { .issues_filters select { width: 200px; } } | |
87 | +@media (min-width: 1200px) { .issues_filters select { width: 220px; } } | |
88 | 88 | |
89 | 89 | |
90 | 90 | #issues-table-holder { |
91 | 91 | .issues_filters { |
92 | 92 | form { |
93 | - padding:0; | |
94 | - margin:0; | |
93 | + padding: 0; | |
94 | + margin: 0; | |
95 | 95 | margin-top:7px |
96 | 96 | } |
97 | 97 | } |
... | ... | @@ -99,27 +99,27 @@ input.check_all_issues { |
99 | 99 | .issues_bulk_update { |
100 | 100 | margin: 0; |
101 | 101 | form { |
102 | - padding:0; | |
103 | - margin:0; | |
102 | + padding: 0; | |
103 | + margin: 0; | |
104 | 104 | margin-top:7px |
105 | 105 | } |
106 | 106 | .update_selected_issues { |
107 | - position:relative; | |
107 | + position: relative; | |
108 | 108 | top:-2px; |
109 | - margin-left:4px; | |
110 | - float:left; | |
109 | + margin-left: 4px; | |
110 | + float: left; | |
111 | 111 | } |
112 | 112 | |
113 | 113 | .update_issues_text { |
114 | - padding:3px; | |
114 | + padding: 3px; | |
115 | 115 | line-height: 18px; |
116 | - float:left; | |
116 | + float: left; | |
117 | 117 | } |
118 | 118 | } |
119 | 119 | } |
120 | 120 | |
121 | 121 | #update_status { |
122 | - width:100px; | |
122 | + width: 100px; | |
123 | 123 | } |
124 | 124 | |
125 | 125 | |
... | ... | @@ -136,11 +136,11 @@ input.check_all_issues { |
136 | 136 | */ |
137 | 137 | |
138 | 138 | .ui-datepicker { |
139 | - border:none; | |
140 | - box-shadow:none; | |
139 | + border: none; | |
140 | + box-shadow: none; | |
141 | 141 | .ui-datepicker-header { |
142 | 142 | @include solid_shade; |
143 | - margin-bottom:10px; | |
143 | + margin-bottom: 10px; | |
144 | 144 | border:1px solid #bbb; |
145 | 145 | } |
146 | 146 | } | ... | ... |
app/assets/stylesheets/sections/login.scss
app/assets/stylesheets/sections/merge_requests.scss
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | |
6 | 6 | .mr_branch_box { |
7 | 7 | @extend .ui-box; |
8 | - margin-bottom:20px; | |
8 | + margin-bottom: 20px; | |
9 | 9 | |
10 | 10 | .body { |
11 | 11 | background:#f1f1f1; |
... | ... | @@ -23,14 +23,14 @@ |
23 | 23 | } |
24 | 24 | |
25 | 25 | form { |
26 | - margin-bottom:0; | |
26 | + margin-bottom: 0; | |
27 | 27 | .clearfix { |
28 | - margin-bottom:0; | |
28 | + margin-bottom: 0; | |
29 | 29 | } |
30 | 30 | } |
31 | 31 | |
32 | 32 | .accept_group { |
33 | - float:left; | |
33 | + float: left; | |
34 | 34 | border: 1px solid #ADA; |
35 | 35 | padding: 2px; |
36 | 36 | @include border-radius(5px); |
... | ... | @@ -38,13 +38,13 @@ |
38 | 38 | background: #CEB; |
39 | 39 | |
40 | 40 | .accept_merge_request { |
41 | - font-size:13px; | |
42 | - float:left; | |
41 | + font-size: 13px; | |
42 | + float: left; | |
43 | 43 | } |
44 | 44 | .remove_branch_holder { |
45 | - margin-left:20px; | |
46 | - margin-right:10px; | |
47 | - float:left; | |
45 | + margin-left: 20px; | |
46 | + margin-right: 10px; | |
47 | + float: left; | |
48 | 48 | } |
49 | 49 | label { |
50 | 50 | color:#444; |
... | ... | @@ -60,9 +60,9 @@ |
60 | 60 | .mr_nav_tabs { |
61 | 61 | li { |
62 | 62 | a { |
63 | - font-weight:bold; | |
63 | + font-weight: bold; | |
64 | 64 | padding:8px 20px; |
65 | - text-align:center; | |
65 | + text-align: center; | |
66 | 66 | } |
67 | 67 | } |
68 | 68 | } |
... | ... | @@ -87,8 +87,8 @@ li.merge_request { |
87 | 87 | .label_branch { |
88 | 88 | @include round-borders-all(4px); |
89 | 89 | padding:2px 4px; |
90 | - border:none; | |
91 | - font-size:14px; | |
90 | + border: none; | |
91 | + font-size: 14px; | |
92 | 92 | background: #474D57; |
93 | 93 | color:#fff; |
94 | 94 | font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; |
... | ... | @@ -97,8 +97,8 @@ li.merge_request { |
97 | 97 | .mr_source_commit, |
98 | 98 | .mr_target_commit { |
99 | 99 | .commit { |
100 | - margin:0; | |
101 | - padding:0; | |
100 | + margin: 0; | |
101 | + padding: 0; | |
102 | 102 | padding: 5px; |
103 | 103 | margin-bottom: 5px; |
104 | 104 | .avatar { position:relative } |
... | ... | @@ -109,11 +109,11 @@ li.merge_request { |
109 | 109 | .dash, |
110 | 110 | .committed_ago, |
111 | 111 | .browse_code_link_holder { |
112 | - display:none; | |
112 | + display: none; | |
113 | 113 | } |
114 | - list-style:none; | |
114 | + list-style: none; | |
115 | 115 | &:hover { |
116 | - background:none; | |
116 | + background: none; | |
117 | 117 | } |
118 | 118 | } |
119 | 119 | } |
... | ... | @@ -126,14 +126,14 @@ li.merge_request { |
126 | 126 | @extend .main_box; |
127 | 127 | .merge_requests_middle_box { |
128 | 128 | @extend .middle_box_content; |
129 | - height:30px; | |
129 | + height: 30px; | |
130 | 130 | .merge_requests_assignee { |
131 | 131 | @extend .span6; |
132 | - float:left; | |
132 | + float: left; | |
133 | 133 | } |
134 | 134 | .merge_requests_milestone { |
135 | 135 | @extend .span4; |
136 | - float:left; | |
136 | + float: left; | |
137 | 137 | } |
138 | 138 | } |
139 | 139 | } | ... | ... |
app/assets/stylesheets/sections/nav.scss
... | ... | @@ -5,34 +5,34 @@ |
5 | 5 | ul.main_menu { |
6 | 6 | border-radius: 4px; |
7 | 7 | margin: auto; |
8 | - margin:30px 0; | |
9 | - border:1px solid #BBB; | |
10 | - height:37px; | |
8 | + margin: 30px 0; | |
9 | + border: 1px solid #BBB; | |
10 | + height: 37px; | |
11 | 11 | @include bg-gray-gradient; |
12 | - position:relative; | |
13 | - overflow:hidden; | |
12 | + position: relative; | |
13 | + overflow: hidden; | |
14 | 14 | @include shade; |
15 | 15 | .count { |
16 | 16 | position: relative; |
17 | - top: -1px; | |
18 | - display: inline-block; | |
19 | - height: 15px; | |
20 | - margin: 0 0 0 5px; | |
21 | - padding: 0 8px 1px 8px; | |
22 | - height: auto; | |
23 | - font-size: 0.82em; | |
24 | - line-height: 14px; | |
25 | - text-align: center; | |
26 | - color: #777; | |
27 | - background: #f2f2f2; | |
28 | - border-top: 1px solid #CCC; | |
29 | - border-radius: 8px; | |
30 | - -moz-border-radius: 8px; | |
17 | + top: -1px; | |
18 | + display: inline-block; | |
19 | + height: 15px; | |
20 | + margin: 0 0 0 5px; | |
21 | + padding: 0 8px 1px 8px; | |
22 | + height: auto; | |
23 | + font-size: 0.82em; | |
24 | + line-height: 14px; | |
25 | + text-align: center; | |
26 | + color: #777; | |
27 | + background: #f2f2f2; | |
28 | + border-top: 1px solid #CCC; | |
29 | + border-radius: 8px; | |
30 | + -moz-border-radius: 8px; | |
31 | 31 | } |
32 | 32 | .label { |
33 | - background:$hover; | |
34 | - text-shadow:none; | |
35 | - color:$style_color; | |
33 | + background: $hover; | |
34 | + text-shadow: none; | |
35 | + color: $style_color; | |
36 | 36 | } |
37 | 37 | li { |
38 | 38 | list-style-type: none; |
... | ... | @@ -59,8 +59,8 @@ ul.main_menu { |
59 | 59 | border-left: 1px solid #BBB; |
60 | 60 | border-radius: 0 0 1px 1px; |
61 | 61 | &:first-child{ |
62 | - border-bottom:none; | |
63 | - border-left:none; | |
62 | + border-bottom: none; | |
63 | + border-left: none; | |
64 | 64 | } |
65 | 65 | } |
66 | 66 | |
... | ... | @@ -68,10 +68,10 @@ ul.main_menu { |
68 | 68 | a { |
69 | 69 | background: url(home_icon.PNG) no-repeat center center; |
70 | 70 | text-indent:-9999px; |
71 | - min-width:20px; | |
71 | + min-width: 20px; | |
72 | 72 | img { |
73 | - position:relative; | |
74 | - top:4px; | |
73 | + position: relative; | |
74 | + top: 4px; | |
75 | 75 | } |
76 | 76 | } |
77 | 77 | } |
... | ... | @@ -79,9 +79,9 @@ ul.main_menu { |
79 | 79 | a { |
80 | 80 | display: block; |
81 | 81 | text-align: center; |
82 | - font-weight:bold; | |
83 | - height:35px; | |
84 | - line-height:36px; | |
82 | + font-weight: bold; | |
83 | + height: 35px; | |
84 | + line-height: 36px; | |
85 | 85 | color: $style_color; |
86 | 86 | text-shadow:0 1px 1px white; |
87 | 87 | padding:0 10px; | ... | ... |
app/assets/stylesheets/sections/notes.scss
... | ... | @@ -4,30 +4,30 @@ |
4 | 4 | */ |
5 | 5 | #notes-list, |
6 | 6 | #new-notes-list { |
7 | - display:block; | |
8 | - list-style:none; | |
9 | - margin:0px; | |
10 | - padding:0px; | |
7 | + display: block; | |
8 | + list-style: none; | |
9 | + margin: 0px; | |
10 | + padding: 0px; | |
11 | 11 | } |
12 | 12 | |
13 | 13 | .issue_notes, |
14 | 14 | .wiki_notes { |
15 | 15 | .note_content { |
16 | - float:left; | |
17 | - width:400px; | |
16 | + float: left; | |
17 | + width: 400px; | |
18 | 18 | } |
19 | 19 | } |
20 | 20 | |
21 | 21 | /* Note textare */ |
22 | 22 | #note_note { |
23 | - height:80px; | |
24 | - width:99%; | |
25 | - font-size:14px; | |
23 | + height: 80px; | |
24 | + width: 99%; | |
25 | + font-size: 14px; | |
26 | 26 | } |
27 | 27 | |
28 | 28 | #new_note { |
29 | 29 | .attach_holder { |
30 | - display:none; | |
30 | + display: none; | |
31 | 31 | } |
32 | 32 | } |
33 | 33 | |
... | ... | @@ -43,27 +43,27 @@ |
43 | 43 | padding: 8px 0; |
44 | 44 | overflow: hidden; |
45 | 45 | display: block; |
46 | - position:relative; | |
46 | + position: relative; | |
47 | 47 | img {float: left; margin-right: 10px;} |
48 | - img.emoji {float:none;margin:0;} | |
48 | + img.emoji {float: none;margin: 0;} | |
49 | 49 | .note-author cite{font-style: italic;} |
50 | - p { color:$style_color; } | |
50 | + p { color: $style_color; } | |
51 | 51 | .note-author { color: $style_color;} |
52 | 52 | |
53 | - .note-title { margin-left:45px; padding-top: 5px;} | |
53 | + .note-title { margin-left: 45px; padding-top: 5px;} | |
54 | 54 | .avatar { |
55 | - margin-top:3px; | |
55 | + margin-top: 3px; | |
56 | 56 | } |
57 | 57 | |
58 | 58 | .delete-note { |
59 | - display:none; | |
60 | - position:absolute; | |
61 | - right:0; | |
62 | - top:0; | |
59 | + display: none; | |
60 | + position: absolute; | |
61 | + right: 0; | |
62 | + top: 0; | |
63 | 63 | } |
64 | 64 | |
65 | 65 | &:hover { |
66 | - .delete-note { display:block; } | |
66 | + .delete-note { display: block; } | |
67 | 67 | } |
68 | 68 | } |
69 | 69 | #notes-list:not(.reversed) .note, |
... | ... | @@ -107,17 +107,17 @@ tr.line_notes_row { |
107 | 107 | a.line_note_reply_link { |
108 | 108 | @include round-borders-all(4px); |
109 | 109 | padding: 3px 10px; |
110 | - margin-left:5px; | |
110 | + margin-left: 5px; | |
111 | 111 | color: white; |
112 | 112 | background: #2A79A3; |
113 | 113 | border-color: #2A79A3; |
114 | 114 | } |
115 | 115 | } |
116 | 116 | ul { |
117 | - margin:0; | |
117 | + margin: 0; | |
118 | 118 | li { |
119 | - padding:0; | |
120 | - border:none; | |
119 | + padding: 0; | |
120 | + border: none; | |
121 | 121 | } |
122 | 122 | } |
123 | 123 | } |
... | ... | @@ -132,21 +132,21 @@ tr.line_notes_row { |
132 | 132 | border-bottom:1px solid #ddd; |
133 | 133 | } |
134 | 134 | .note_actions { |
135 | - margin:0; | |
135 | + margin: 0; | |
136 | 136 | padding-top: 10px; |
137 | 137 | |
138 | 138 | .buttons { |
139 | - float:left; | |
140 | - width:300px; | |
139 | + float: left; | |
140 | + width: 300px; | |
141 | 141 | } |
142 | 142 | .options { |
143 | 143 | .labels { |
144 | - float:left; | |
145 | - padding-left:10px; | |
144 | + float: left; | |
145 | + padding-left: 10px; | |
146 | 146 | label { |
147 | 147 | padding: 6px 0; |
148 | 148 | margin: 0; |
149 | - width:120px; | |
149 | + width: 120px; | |
150 | 150 | } |
151 | 151 | } |
152 | 152 | } |
... | ... | @@ -154,13 +154,13 @@ tr.line_notes_row { |
154 | 154 | } |
155 | 155 | |
156 | 156 | td .line_note_link { |
157 | - position:absolute; | |
157 | + position: absolute; | |
158 | 158 | margin-left:-70px; |
159 | 159 | margin-top:-10px; |
160 | - z-index:10; | |
160 | + z-index: 10; | |
161 | 161 | background: url("comment_add.png") no-repeat left 0; |
162 | - width:32px; | |
163 | - height:32px; | |
162 | + width: 32px; | |
163 | + height: 32px; | |
164 | 164 | |
165 | 165 | opacity: 0.0; |
166 | 166 | filter: alpha(opacity=0); |
... | ... | @@ -180,13 +180,13 @@ td .line_note_link { |
180 | 180 | .new_note { |
181 | 181 | .input-file { |
182 | 182 | font: 500px monospace; |
183 | - opacity:0; | |
183 | + opacity: 0; | |
184 | 184 | filter: alpha(opacity=0); |
185 | 185 | position: absolute; |
186 | 186 | z-index: 1; |
187 | - top:0; | |
188 | - right:0; | |
189 | - padding:0; | |
187 | + top: 0; | |
188 | + right: 0; | |
189 | + padding: 0; | |
190 | 190 | margin: 0; |
191 | 191 | } |
192 | 192 | |
... | ... | @@ -198,24 +198,24 @@ td .line_note_link { |
198 | 198 | } |
199 | 199 | |
200 | 200 | .attachments { |
201 | - position:relative; | |
201 | + position: relative; | |
202 | 202 | width: 350px; |
203 | 203 | height: 50px; |
204 | - overflow:hidden; | |
204 | + overflow: hidden; | |
205 | 205 | margin:0 0 5px !important; |
206 | 206 | |
207 | 207 | .input_file { |
208 | 208 | .file_upload { |
209 | 209 | position: absolute; |
210 | - right:14px; | |
211 | - top:7px; | |
210 | + right: 14px; | |
211 | + top: 7px; | |
212 | 212 | } |
213 | 213 | |
214 | 214 | .file_name { |
215 | - line-height:30px; | |
216 | - width:240px; | |
217 | - height:28px; | |
218 | - overflow:hidden; | |
215 | + line-height: 30px; | |
216 | + width: 240px; | |
217 | + height: 28px; | |
218 | + overflow: hidden; | |
219 | 219 | } |
220 | 220 | .input-file { |
221 | 221 | width: 260px; |
... | ... | @@ -228,5 +228,5 @@ td .line_note_link { |
228 | 228 | |
229 | 229 | .note-text { |
230 | 230 | border: 1px solid #aaa; |
231 | - box-shadow:none; | |
231 | + box-shadow: none; | |
232 | 232 | } | ... | ... |
app/assets/stylesheets/sections/profile.scss
1 | 1 | .profile_history { |
2 | 2 | .event_feed { |
3 | - min-height:20px; | |
3 | + min-height: 20px; | |
4 | 4 | .avatar { |
5 | - width:20px; | |
5 | + width: 20px; | |
6 | 6 | } |
7 | 7 | } |
8 | 8 | } |
9 | 9 | |
10 | 10 | .profile_avatar_holder { |
11 | - float:left; | |
12 | - width:60px; | |
13 | - height:60px; | |
14 | - margin-right:20px; | |
11 | + float: left; | |
12 | + width: 60px; | |
13 | + height: 60px; | |
14 | + margin-right: 20px; | |
15 | 15 | img { |
16 | - width:60px; | |
17 | - height:60px; | |
16 | + width: 60px; | |
17 | + height: 60px; | |
18 | 18 | background:#fff; |
19 | 19 | padding: 1px; |
20 | 20 | border: 1px solid #ddd; | ... | ... |
app/assets/stylesheets/sections/projects.scss
... | ... | @@ -10,37 +10,37 @@ |
10 | 10 | .groups_box, |
11 | 11 | .projects_box { |
12 | 12 | h5 { |
13 | - color:$style_color; | |
14 | - font-size:16px; | |
13 | + color: $style_color; | |
14 | + font-size: 16px; | |
15 | 15 | text-shadow: 0 1px 1px #fff; |
16 | 16 | padding: 2px 10px; |
17 | - line-height:32px; | |
18 | - font-size:14px; | |
17 | + line-height: 32px; | |
18 | + font-size: 14px; | |
19 | 19 | } |
20 | 20 | ul { |
21 | 21 | li { |
22 | - padding:0; | |
22 | + padding: 0; | |
23 | 23 | a { |
24 | - display:block; | |
24 | + display: block; | |
25 | 25 | .group_name { |
26 | - font-size:14px; | |
27 | - line-height:18px; | |
26 | + font-size: 14px; | |
27 | + line-height: 18px; | |
28 | 28 | } |
29 | 29 | .project_name { |
30 | 30 | color:#4fa2bd; |
31 | - font-size:14px; | |
32 | - line-height:18px; | |
31 | + font-size: 14px; | |
32 | + line-height: 18px; | |
33 | 33 | } |
34 | 34 | .arrow { |
35 | - float:right; | |
36 | - padding:10px; | |
37 | - margin:0; | |
35 | + float: right; | |
36 | + padding: 10px; | |
37 | + margin: 0; | |
38 | 38 | } |
39 | 39 | .last_activity { |
40 | - padding-top:5px; | |
41 | - display:block; | |
40 | + padding-top: 5px; | |
41 | + display: block; | |
42 | 42 | span, strong { |
43 | - font-size:12px; | |
43 | + font-size: 12px; | |
44 | 44 | color:#666; |
45 | 45 | } |
46 | 46 | } |
... | ... | @@ -58,21 +58,21 @@ |
58 | 58 | .project_name_holder { |
59 | 59 | input, |
60 | 60 | label { |
61 | - font-size:16px; | |
62 | - line-height:20px; | |
63 | - padding:8px; | |
61 | + font-size: 16px; | |
62 | + line-height: 20px; | |
63 | + padding: 8px; | |
64 | 64 | } |
65 | 65 | label { |
66 | 66 | color:#888; |
67 | 67 | } |
68 | 68 | .btn { |
69 | 69 | padding:6px 10px; |
70 | - margin-left:10px; | |
71 | - margin-bottom:8px; | |
70 | + margin-left: 10px; | |
71 | + margin-bottom: 8px; | |
72 | 72 | } |
73 | 73 | } |
74 | 74 | .adv_settings { |
75 | - h6 { margin-left:40px; } | |
75 | + h6 { margin-left: 40px; } | |
76 | 76 | } |
77 | 77 | } |
78 | 78 | |
... | ... | @@ -81,13 +81,13 @@ |
81 | 81 | @include bg-gray-gradient; |
82 | 82 | padding: 4px 7px; |
83 | 83 | border: 1px solid #CCC; |
84 | - margin-bottom:20px; | |
84 | + margin-bottom: 20px; | |
85 | 85 | } |
86 | 86 | |
87 | 87 | .project_clone_holder { |
88 | 88 | input[type="text"], |
89 | 89 | .btn { |
90 | - font-size:12px; | |
90 | + font-size: 12px; | |
91 | 91 | line-height: 18px; |
92 | 92 | margin: 0; |
93 | 93 | padding: 3px 10px; |
... | ... | @@ -102,8 +102,8 @@ |
102 | 102 | |
103 | 103 | .save-project-loader { |
104 | 104 | img { |
105 | - margin-top:50px; | |
106 | - margin-bottom:50px; | |
105 | + margin-top: 50px; | |
106 | + margin-bottom: 50px; | |
107 | 107 | } |
108 | 108 | h3 { |
109 | 109 | @extend .page_title; | ... | ... |
app/assets/stylesheets/sections/themes.scss
... | ... | @@ -6,17 +6,17 @@ |
6 | 6 | } |
7 | 7 | |
8 | 8 | .themes_opts { |
9 | - padding-left:20px; | |
9 | + padding-left: 20px; | |
10 | 10 | |
11 | 11 | label { |
12 | - width:175px; | |
13 | - margin-right:40px; | |
12 | + width: 175px; | |
13 | + margin-right: 40px; | |
14 | 14 | |
15 | 15 | .prev { |
16 | 16 | @extend .thumbnail; |
17 | - height:30px; | |
18 | - width:175px; | |
19 | - margin-bottom:10px; | |
17 | + height: 30px; | |
18 | + width: 175px; | |
19 | + margin-bottom: 10px; | |
20 | 20 | |
21 | 21 | &.classic { |
22 | 22 | background: #31363e; |
... | ... | @@ -42,17 +42,17 @@ |
42 | 42 | } |
43 | 43 | |
44 | 44 | .code_highlight_opts { |
45 | - padding-left:20px; | |
45 | + padding-left: 20px; | |
46 | 46 | |
47 | 47 | label { |
48 | - width:220px; | |
49 | - margin-right:40px; | |
48 | + width: 220px; | |
49 | + margin-right: 40px; | |
50 | 50 | |
51 | 51 | .prev { |
52 | 52 | @extend .thumbnail; |
53 | - height:151px; | |
54 | - width:220px; | |
55 | - margin-bottom:10px; | |
53 | + height: 151px; | |
54 | + width: 220px; | |
55 | + margin-bottom: 10px; | |
56 | 56 | } |
57 | 57 | } |
58 | 58 | } | ... | ... |
app/assets/stylesheets/sections/tree.scss
1 | 1 | .tree-holder { |
2 | 2 | .tree-content-holder { |
3 | - float:left; | |
4 | - width:100%; | |
3 | + float: left; | |
4 | + width: 100%; | |
5 | 5 | } |
6 | 6 | |
7 | 7 | .tree_progress { |
8 | - display:none; | |
9 | - margin:20px; | |
8 | + display: none; | |
9 | + margin: 20px; | |
10 | 10 | &.loading { |
11 | - display:block; | |
11 | + display: block; | |
12 | 12 | } |
13 | 13 | } |
14 | 14 | |
... | ... | @@ -21,17 +21,17 @@ |
21 | 21 | border-top:1px solid #ADF; |
22 | 22 | border-bottom:1px solid #ADF; |
23 | 23 | } |
24 | - cursor:pointer; | |
24 | + cursor: pointer; | |
25 | 25 | } |
26 | 26 | } |
27 | 27 | } |
28 | 28 | |
29 | 29 | .tree-item { |
30 | 30 | .tree-item-file-name { |
31 | - vertical-align:middle; | |
31 | + vertical-align: middle; | |
32 | 32 | a { |
33 | 33 | &:hover { |
34 | - color:$blue_link; | |
34 | + color: $blue_link; | |
35 | 35 | } |
36 | 36 | } |
37 | 37 | |
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | padding: 2px 10px; |
49 | 49 | } |
50 | 50 | td { |
51 | - line-height:20px; | |
51 | + line-height: 20px; | |
52 | 52 | background:#fafafa; |
53 | 53 | } |
54 | 54 | } | ... | ... |
app/assets/stylesheets/themes/ui_basic.scss