Commit 84de1b71d1547cc92e0f22a5e00b1f8e90f35a67

Authored by Koen Punt
1 parent 755e4a47

Added some uniformity, all css properties and values are separated by a colon and a space `: `

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