gitprep / public / css / common.css /
Newer Older
3242 lines | 54.119kb
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1
/*!
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2
 *  This is originally Bootstrap v2.3.1, but I'v cleanuped many parts.
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
3
 *
4
 * Copyright 2012 Twitter, Inc
5
 * Licensed under the Apache License v2.0
6
 * http://www.apache.org/licenses/LICENSE-2.0
7
 *
8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
 */
improve footer design
Yuki Kimoto authored on 2015-12-25
10
 
11
/*
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
12
  Default values
improve blame page design
Yuki Kimoto authored on 2016-01-13
13
    border:1px solid #d8d8d8;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
14
    border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
15
  
16
  input[type=text] 
17
    border:1px solid #d8d8d8;
18
    border-radius: 3px;
19
    padding:6px 5px;
20
    margin:5px 0;
21
    
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
22
    
23
    Text Gray
improve design
Yuki Kimoto authored on 2016-02-09
24
    color:#767676
improve footer design
Yuki Kimoto authored on 2015-12-25
25
*/
26

            
improve header title design
Yuki Kimoto authored on 2015-12-26
27
* {
28
  margin:0;
29
  padding:0;
30

            
31
  -webkit-box-sizing: border-box;
32
  -moz-box-sizing: border-box;
33
  -o-box-sizing: border-box;
34
  -ms-box-sizing: border-box;
35
  box-sizing: border-box;
36
}
37

            
improve search page design
Yuki Kimoto authored on 2016-01-23
38
.text-gray { color:#767676 }
39

            
40
input[type=text], input[type=password] {
41
  border:1px solid #d8d8d8;
42
  border-radius: 3px;
43
  padding:6px 5px;
44
}
45

            
add code tab
Yuki Kimoto authored on 2016-01-25
46
.project-tabs {
improve tab design
Yuki Kimoto authored on 2016-01-26
47
  position:relative;
48
  z-index:1;
49
  top:1px;  
add code tab
Yuki Kimoto authored on 2016-01-25
50
}
51

            
52
.project-tabs ul {
53
  overflow:hidden;
54
}
55

            
56
.project-tabs li {
57
  display:block;
58
  float:left;
improve tab design
Yuki Kimoto authored on 2016-01-26
59
  width:90px;
improve tab design
Yuki Kimoto authored on 2016-01-26
60
  margin-bottom:0px;
61
}
62

            
63
.project-tabs li.active {
64
  background:white;
add code tab
Yuki Kimoto authored on 2016-01-25
65
  border:1px solid #d8d8d8;
66
  border-top:3px #d26911 solid;
improve tab design
Yuki Kimoto authored on 2016-01-26
67
  border-bottom:white;
add code tab
Yuki Kimoto authored on 2016-01-25
68
  border-radius:3px 3px 0 0;
69
}
70

            
71
.project-tabs li a {
72
  display:block;
73
  width:100%;
74
  text-decoration:none;
improve tab design
Yuki Kimoto authored on 2016-01-26
75
  padding:8px 0px 7px 0px;
add code tab
Yuki Kimoto authored on 2016-01-25
76
  text-align:center;
77
  color:#565656;
78
}
79

            
improve tab design
Yuki Kimoto authored on 2016-01-26
80
.project-tabs li.active a {
improve tab design
Yuki Kimoto authored on 2016-01-26
81
  padding:5px 0px 7px 0px;
improve tab design
Yuki Kimoto authored on 2016-01-26
82
}
83

            
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
84
.admin-users {
85
  width:70%;
86
}
87

            
88
.admin-users div {
89
  display:inline-block;
90
}
91

            
92
.admin-users form {
93
  display:inline-block;
94
}
95

            
96
.admin-users li {
97
  border-bottom:1px solid #d8d8d8;
98
  padding:8px 0;
99
}
100

            
101
.admin-users li:first-child {
102
  border-top:1px solid #d8d8d8;
103
}
104

            
105
.admin-users li > div:first-child {
106
  width:20%;
107
}
108

            
109
.admin-users li > div.last-child {
110
  width:78%;
111
  text-align:right;
112
}
113

            
improve new page design
Yuki Kimoto authored on 2016-01-21
114
.container {
115
  width: 980px;
116
  margin:0 auto;
117
}
118

            
119
.new-container {
120
  width: 800px;
121
  margin:0 auto;
122
}
123

            
124
.new-title-container {
125
  border-bottom:1px solid #e5e5e5;
126
  margin-top:40px;
127
  margin-bottom:15px;
128
}
129

            
130
.new-readme {
131
  border-bottom:1px solid #e5e5e5;
132
  margin-bottom:16px;
133
}
134

            
135
.new-readme div:first-child {
136
  font-weight:bold;
137
}
138

            
139
.new-readme div:first-child span {
140
  padding-left:5px;
141
}
142

            
143
.new-readme > .last-child {
144
  padding:0px 0px 15px 17px;
145
  color:#767676;
146
}
147

            
148
.new-title {
149
  font-weight:bold;
150
  font-size:19px;
151
  color:#333;
152
  margin-bottom:5px;
153
}
154

            
155
.new-description {
156
  color:#666;
157
  margin-bottom:8px;
158
}
159

            
160
.new-private {
161
  border-bottom:1px solid #e5e5e5;
162
  margin-bottom:16px;
163
}
164

            
165
.new-private li {
166
  padding:5px 0;
167
}
168

            
169
.new-private span {
170
  font-weight:bold;
171
  padding-left:5px;
172
}
173

            
174
.new-private .last-child {
175
  color:#767676;
176
  padding-left:17px;
177
}
178

            
179
.new-repository {
180
  border-bottom:1px solid #e5e5e5;
181
  margin-bottom:5px;
182
}
183

            
184
.new-repository .2th-child {
185

            
186
}
187

            
188
.new-repository .last-child {
189
  margin-bottom:10px;
190
}
191

            
192
.new-repository .last-child input[type=text] {
193
  border:1px solid #d8d8d8;
194
  border-radius: 3px;
195
  padding:6px 5px;
196
  margin:5px 0;
197
  width:100%;
198
}
199

            
200
.new-repository table {
201
  margin-bottom:10px;
202
}
203

            
204
.new-repository td {
205
  padding:0px 0;
206
}
207

            
208
.new-repository input[type=text] {
209
  border:1px solid #d8d8d8;
210
  border-radius: 3px;
211
  padding:6px 5px;
212
  margin:5px 0;
213
  width:350px;
214
}
215

            
improve footer design
Yuki Kimoto authored on 2015-12-25
216
body {
217
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
218
  font-size: 14px;
219
  line-height: 130%;
220
  color: #333333;
221
}
222

            
improve footer design
Yuki Kimoto authored on 2016-01-04
223
.header {
224
  background:#f5f5f5;
225
  border-bottom:1px solid #e5e5e5;
226
  overflow:hidden;
227
}
228

            
229
.header-left {
230
  float:left;
231
  width:50%;
232
  overflow:hidden;
233
}
234

            
235
.header-right {
236
  width:50%;
237
  overflow:hidden;
238
}
239

            
240
.title {
241
  float:left;
242
  font-size:19px;
243
  padding:14px 0 12px 0;
244
}
245

            
246
.header-search {
247
  float:left;
248
  margin-left:10px;
249
  padding:11px 0 8px 0;
250
}
251

            
252
.header-search input {
253
  padding:4px 5px;
254
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
255
  border: 1px solid #ccc;
256
  border-radius: 3px;
257
}
258

            
259
.header-rigth-container {
260
  float:right;
261
  overflow:hidden;
262
}
263

            
264
.header-btn-container {
265
  float:left;
266
  margin-right:4px;
267
  padding-top:9px;
268
}
269

            
270
.header-login-container {
271
  float:left;
272
  padding-top:13px;
273
}
274

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
275
/* Markdown */
cleanup markdown
Yuki Kimoto authored on 2016-02-13
276
.markdown-body{
277
  padding:40px 40px;
278
  
279
  font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
280
  font-size:16px;
281
  line-height:1.6;
282
  word-wrap:break-word
283
}
284
.markdown-body:before{
285
  display:table;
286
  content:"";
287
}
288
.markdown-body:after{
289
  display:table;
290
  clear:both;
291
  content:"";
292
}
293
.markdown-body>*:first-child{
294
  margin-top:0 !important
295
}
296
.markdown-body>*:last-child{
297
  margin-bottom:0 !important
298
}
299
.markdown-body a:not([href]){
300
  color:inherit;
301
  text-decoration:none;
302
}
303
.markdown-body .absent{
304
  color:#c00;
305
}
306
.markdown-body .anchor{
307
  display:inline-block;
308
  padding-right:2px;
309
  margin-left:-18px;
310
}
311
.markdown-body .anchor:focus{
312
  outline:none;
313
}
314
.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{
315
  margin-top:1em;
316
  margin-bottom:16px;
317
  font-weight:bold;
318
  line-height:1.4
319
}
320
.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{
321
  color:#000;
322
  vertical-align:middle;
323
  visibility:hidden
324
}
325
.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{
326
  text-decoration:none
327
}
328
.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{
329
  visibility:visible
330
}
331
.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{
332
  font-size:inherit
333
}
334
.markdown-body h1{
335
  padding-bottom:0.3em;
336
  font-size:2.25em;
337
  line-height:1.2;
338
  border-bottom:1px solid #eee
339
}
340
.markdown-body h1 .anchor{
341
  line-height:1
342
}
343
.markdown-body h2{
344
  padding-bottom:0.3em;
345
  font-size:1.75em;
346
  line-height:1.225;
347
  border-bottom:1px solid #eee
348
}
349
.markdown-body h2 .anchor{
350
  line-height:1
351
}
352
.markdown-body h3{
353
  font-size:1.5em;
354
  line-height:1.43
355
}
356
.markdown-body h3 .anchor{
357
  line-height:1.2
358
}
359
.markdown-body h4{
360
  font-size:1.25em
361
}
362
.markdown-body h4 .anchor{
363
  line-height:1.2
364
}
365
.markdown-body h5{
366
  font-size:1em
367
}
368
.markdown-body h5 .anchor{
369
  line-height:1.1
370
}
371
.markdown-body h6{
372
  font-size:1em;
373
  color:#777
374
}
375
.markdown-body h6 .anchor{
376
  line-height:1.1
377
}
378
.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{
379
  margin-top:0;
380
  margin-bottom:16px
381
}
382
.markdown-body hr{
383
  height:4px;
384
  padding:0;
385
  margin:16px 0;
386
  background-color:#e7e7e7;
387
  border:0 none
388
}
389
.markdown-body ul,.markdown-body ol{
390
  padding-left:2em
391
}
392
.markdown-body ul.no-list,.markdown-body ol.no-list{
393
  padding:0;
394
  list-style-type:none
395
}
396
.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{
397
  margin-top:0;
398
  margin-bottom:0
399
}
400
.markdown-body li>p{
401
  margin-top:16px
402
}
403
.markdown-body dl{
404
  padding:0
405
}
406
.markdown-body dl dt{
407
  padding:0;
408
  margin-top:16px;
409
  font-size:1em;
410
  font-style:italic;
411
  font-weight:bold
412
}
413
.markdown-body dl dd{
414
  padding:0 16px;
415
  margin-bottom:16px
416
}
417
.markdown-body blockquote{
418
  padding:0 15px;
419
  color:#777;
420
  border-left:4px solid #ddd
421
}
422
.markdown-body blockquote>:first-child{
423
  margin-top:0
424
}
425
.markdown-body blockquote>:last-child{
426
  margin-bottom:0
427
}
428
.markdown-body table{
429
  display:block;
430
  width:100%;
431
  overflow:auto;
432
  word-break:normal;
433
  word-break:keep-all
434
}
435
.markdown-body table th{
436
  font-weight:bold
437
}
438
.markdown-body table th,.markdown-body table td{
439
  padding:6px 13px;
440
  border:1px solid #ddd
441
}
442
.markdown-body table tr{
443
  background-color:#fff;
444
  border-top:1px solid #ccc
445
}
446
.markdown-body table tr:nth-child(2n){
447
  background-color:#f8f8f8
448
}
449
.markdown-body img{
450
  max-width:100%;
451
  box-sizing:content-box;
452
  background-color:#fff
453
}
454
.markdown-body img[align=right]{
455
  padding-left:20px
456
}
457
.markdown-body img[align=left]{
458
  padding-right:20px
459
}
460
.markdown-body .emoji{
461
  max-width:none
462
}
463
.markdown-body span.frame{
464
  display:block;
465
  overflow:hidden
466
}
467
.markdown-body span.frame>span{
468
  display:block;
469
  float:left;
470
  width:auto;
471
  padding:7px;
472
  margin:13px 0 0;
473
  overflow:hidden;
474
  border:1px solid #ddd
475
}
476
.markdown-body span.frame span img{
477
  display:block;
478
  float:left
479
}
480
.markdown-body span.frame span span{
481
  display:block;
482
  padding:5px 0 0;
483
  clear:both;
484
  color:#333
485
}
486
.markdown-body span.align-center{
487
  display:block;
488
  overflow:hidden;
489
  clear:both
490
}
491
.markdown-body span.align-center>span{
492
  display:block;
493
  margin:13px auto 0;
494
  overflow:hidden;
495
  text-align:center
496
}
497
.markdown-body span.align-center span img{
498
  margin:0 auto;
499
  text-align:center
500
}
501
.markdown-body span.align-right{
502
  display:block;
503
  overflow:hidden;
504
  clear:both
505
}
506
.markdown-body span.align-right>span{
507
  display:block;
508
  margin:13px 0 0;
509
  overflow:hidden;
510
  text-align:right
511
}
512
.markdown-body span.align-right span img{
513
  margin:0;
514
  text-align:right
515
}
516
.markdown-body span.float-left{
517
  display:block;
518
  float:left;
519
  margin-right:13px;
520
  overflow:hidden
521
}
522
.markdown-body span.float-left span{
523
  margin:13px 0 0
524
}
525
.markdown-body span.float-right{
526
  display:block;
527
  float:right;
528
  margin-left:13px;
529
  overflow:hidden
530
}
531
.markdown-body span.float-right>span{
532
  display:block;
533
  margin:13px auto 0;
534
  overflow:hidden;
535
  text-align:right
536
}
537
.markdown-body code,.markdown-body tt{
538
  padding:0;
539
  padding-top:0.2em;
540
  padding-bottom:0.2em;
541
  margin:0;
542
  font-size:85%;
543
  background-color:rgba(0,0,0,0.04);
544
  border-radius:3px
545
}
546
.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{
547
  letter-spacing:-0.2em;
548
  content:"\00a0"
549
}
550
.markdown-body code br,.markdown-body tt br{
551
  display:none
552
}
553
.markdown-body del code{
554
  text-decoration:inherit
555
}
556
.markdown-body pre>code{
557
  padding:0;
558
  margin:0;
559
  font-size:100%;
560
  word-break:normal;
561
  white-space:pre;
562
  background:transparent;
563
  border:0
564
}
565
.markdown-body .highlight{
566
  margin-bottom:16px
567
}
568
.markdown-body .highlight pre,.markdown-body pre{
569
  padding:16px;
570
  overflow:auto;
571
  font-size:85%;
572
  line-height:1.45;
573
  background-color:#f7f7f7;
574
  border-radius:3px
575
}
576
.markdown-body .highlight pre{
577
  margin-bottom:0;
578
  word-break:normal
579
}
580
.markdown-body pre{
581
  word-wrap:normal
582
}
583
.markdown-body pre code,.markdown-body pre tt{
584
  display:inline;
585
  max-width:initial;
586
  padding:0;
587
  margin:0;
588
  overflow:initial;
589
  line-height:inherit;
590
  word-wrap:normal;
591
  background-color:transparent;
592
  border:0
593
}
594
.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{
595
  content:normal
596
}
597
.markdown-body kbd{
598
  display:inline-block;
599
  padding:3px 5px;
600
  font-size:11px;
601
  line-height:10px;
602
  color:#555;
603
  vertical-align:middle;
604
  background-color:#fcfcfc;
605
  border:solid 1px #ccc;
606
  border-bottom-color:#bbb;
607
  border-radius:3px;
608
  box-shadow:inset 0 -1px 0 #bbb
609
}
610
.markdown-body blockquote{
611
  padding:0 0 0 40px;
612
  border:0 none
613
}
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
614

            
improve footer design
Yuki Kimoto authored on 2015-12-25
615
ul {
616
  padding: 0;
617
  margin: 0;;
618
}
619

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
620
ul li {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
621
  list-style:none;
622
}
623

            
improve footer design
Yuki Kimoto authored on 2015-12-25
624
a {
625
  color: #0088cc;
626
  text-decoration: none;
627
}
628

            
629
a:hover {
630
  color: #005580;
631
  text-decoration: underline;
632
}
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
633

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
634
/* icon */
635
[class^="icon-"],
636
[class*=" icon-"] {
cleanup bootstrap
Yuki Kimoto authored on 2015-12-24
637
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
638
  width: 14px;
639
  height: 14px;
640
  margin-top: 1px;
641
  *margin-right: .3em;
642
  line-height: 14px;
643
  vertical-align: text-top;
cleanup icon
Yuki Kimoto authored on 2016-01-06
644
  background-image: url("../image/glyphicons-halflings.png");
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
645
  background-position: 14px 14px;
646
  background-repeat: no-repeat;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
647
}
648

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
649
.icon-glass {
650
  background-position: 0      0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
651
}
652

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
653
.icon-music {
654
  background-position: -24px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
655
}
656

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
657
.icon-search {
658
  background-position: -48px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
659
}
660

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
661
.icon-envelope {
662
  background-position: -72px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
663
}
664

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
665
.icon-heart {
666
  background-position: -96px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
667
}
668

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
669
.icon-star {
670
  background-position: -120px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
671
}
672

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
673
.icon-star-empty {
674
  background-position: -144px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
675
}
676

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
677
.icon-user {
678
  background-position: -168px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
679
}
680

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
681
.icon-film {
682
  background-position: -192px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
683
}
684

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
685
.icon-th-large {
686
  background-position: -216px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
687
}
688

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
689
.icon-th {
690
  background-position: -240px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
691
}
692

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
693
.icon-th-list {
694
  background-position: -264px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
695
}
696

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
697
.icon-ok {
698
  background-position: -288px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
699
}
700

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
701
.icon-remove {
702
  background-position: -312px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
703
}
704

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
705
.icon-zoom-in {
706
  background-position: -336px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
707
}
708

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
709
.icon-zoom-out {
710
  background-position: -360px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
711
}
712

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
713
.icon-off {
714
  background-position: -384px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
715
}
716

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
717
.icon-signal {
718
  background-position: -408px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
719
}
720

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
721
.icon-cog {
722
  background-position: -432px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
723
}
724

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
725
.icon-trash {
726
  background-position: -456px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
727
}
728

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
729
.icon-home {
730
  background-position: 0 -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
731
}
732

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
733
.icon-file {
734
  background-position: -24px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
735
}
736

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
737
.icon-time {
738
  background-position: -48px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
739
}
740

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
741
.icon-road {
742
  background-position: -72px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
743
}
744

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
745
.icon-download-alt {
746
  background-position: -96px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
747
}
748

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
749
.icon-download {
750
  background-position: -120px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
751
}
752

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
753
.icon-upload {
754
  background-position: -144px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
755
}
756

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
757
.icon-inbox {
758
  background-position: -168px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
759
}
760

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
761
.icon-play-circle {
762
  background-position: -192px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
763
}
764

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
765
.icon-repeat {
766
  background-position: -216px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
767
}
768

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
769
.icon-refresh {
770
  background-position: -240px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
771
}
772

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
773
.icon-list-alt {
774
  background-position: -264px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
775
}
776

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
777
.icon-lock {
778
  background-position: -287px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
779
}
780

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
781
.icon-flag {
782
  background-position: -312px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
783
}
784

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
785
.icon-headphones {
786
  background-position: -336px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
787
}
788

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
789
.icon-volume-off {
790
  background-position: -360px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
791
}
792

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
793
.icon-volume-down {
794
  background-position: -384px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
795
}
796

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
797
.icon-volume-up {
798
  background-position: -408px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
799
}
800

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
801
.icon-qrcode {
802
  background-position: -432px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
803
}
804

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
805
.icon-barcode {
806
  background-position: -456px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
807
}
808

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
809
.icon-tag {
810
  background-position: 0 -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
811
}
812

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
813
.icon-tags {
814
  background-position: -25px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
815
}
816

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
817
.icon-book {
818
  background-position: -48px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
819
}
820

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
821
.icon-bookmark {
822
  background-position: -72px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
823
}
824

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
825
.icon-print {
826
  background-position: -96px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
827
}
828

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
829
.icon-camera {
830
  background-position: -120px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
831
}
832

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
833
.icon-font {
834
  background-position: -144px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
835
}
836

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
837
.icon-bold {
838
  background-position: -167px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
839
}
840

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
841
.icon-italic {
842
  background-position: -192px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
843
}
844

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
845
.icon-text-height {
846
  background-position: -216px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
847
}
848

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
849
.icon-text-width {
850
  background-position: -240px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
851
}
852

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
853
.icon-align-left {
854
  background-position: -264px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
855
}
856

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
857
.icon-align-center {
858
  background-position: -288px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
859
}
860

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
861
.icon-align-right {
862
  background-position: -312px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
863
}
864

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
865
.icon-align-justify {
866
  background-position: -336px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
867
}
868

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
869
.icon-list {
870
  background-position: -360px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
871
}
872

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
873
.icon-indent-left {
874
  background-position: -384px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
875
}
876

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
877
.icon-indent-right {
878
  background-position: -408px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
879
}
880

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
881
.icon-facetime-video {
882
  background-position: -432px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
883
}
884

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
885
.icon-picture {
886
  background-position: -456px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
887
}
888

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
889
.icon-pencil {
890
  background-position: 0 -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
891
}
892

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
893
.icon-map-marker {
894
  background-position: -24px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
895
}
896

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
897
.icon-adjust {
898
  background-position: -48px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
899
}
900

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
901
.icon-tint {
902
  background-position: -72px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
903
}
904

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
905
.icon-edit {
906
  background-position: -96px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
907
}
908

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
909
.icon-share {
910
  background-position: -120px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
911
}
912

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
913
.icon-check {
914
  background-position: -144px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
915
}
916

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
917
.icon-move {
918
  background-position: -168px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
919
}
920

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
921
.icon-step-backward {
922
  background-position: -192px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
923
}
924

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
925
.icon-fast-backward {
926
  background-position: -216px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
927
}
928

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
929
.icon-backward {
930
  background-position: -240px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
931
}
932

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
933
.icon-play {
934
  background-position: -264px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
935
}
936

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
937
.icon-pause {
938
  background-position: -288px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
939
}
940

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
941
.icon-stop {
942
  background-position: -312px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
943
}
944

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
945
.icon-forward {
946
  background-position: -336px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
947
}
948

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
949
.icon-fast-forward {
950
  background-position: -360px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
951
}
952

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
953
.icon-step-forward {
954
  background-position: -384px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
955
}
956

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
957
.icon-eject {
958
  background-position: -408px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
959
}
960

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
961
.icon-chevron-left {
962
  background-position: -432px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
963
}
964

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
965
.icon-chevron-right {
966
  background-position: -456px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
967
}
968

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
969
.icon-plus-sign {
970
  background-position: 0 -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
971
}
972

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
973
.icon-minus-sign {
974
  background-position: -24px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
975
}
976

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
977
.icon-remove-sign {
978
  background-position: -48px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
979
}
980

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
981
.icon-ok-sign {
982
  background-position: -72px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
983
}
984

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
985
.icon-question-sign {
986
  background-position: -96px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
987
}
988

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
989
.icon-info-sign {
990
  background-position: -120px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
991
}
992

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
993
.icon-screenshot {
994
  background-position: -144px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
995
}
996

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
997
.icon-remove-circle {
998
  background-position: -168px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
999
}
1000

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1001
.icon-ok-circle {
1002
  background-position: -192px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1003
}
1004

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1005
.icon-ban-circle {
1006
  background-position: -216px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1007
}
1008

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1009
.icon-arrow-left {
1010
  background-position: -240px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1011
}
1012

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1013
.icon-arrow-right {
1014
  background-position: -264px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1015
}
1016

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1017
.icon-arrow-up {
1018
  background-position: -289px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1019
}
1020

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1021
.icon-arrow-down {
1022
  background-position: -312px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1023
}
1024

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1025
.icon-share-alt {
1026
  background-position: -336px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1027
}
1028

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1029
.icon-resize-full {
1030
  background-position: -360px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1031
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1032

            
1033
.icon-resize-small {
1034
  background-position: -384px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1035
}
1036

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1037
.icon-plus {
1038
  background-position: -408px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1039
}
1040

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1041
.icon-minus {
1042
  background-position: -433px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1043
}
1044

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1045
.icon-asterisk {
1046
  background-position: -456px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1047
}
1048

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1049
.icon-exclamation-sign {
1050
  background-position: 0 -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1051
}
1052

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1053
.icon-gift {
1054
  background-position: -24px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1055
}
1056

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1057
.icon-leaf {
1058
  background-position: -48px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1059
}
1060

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1061
.icon-fire {
1062
  background-position: -72px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1063
}
1064

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1065
.icon-eye-open {
1066
  background-position: -96px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1067
}
1068

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1069
.icon-eye-close {
1070
  background-position: -120px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1071
}
1072

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1073
.icon-warning-sign {
1074
  background-position: -144px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1075
}
1076

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1077
.icon-plane {
1078
  background-position: -168px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1079
}
1080

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1081
.icon-calendar {
1082
  background-position: -192px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1083
}
1084

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1085
.icon-random {
1086
  width: 16px;
1087
  background-position: -216px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1088
}
1089

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1090
.icon-comment {
1091
  background-position: -240px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1092
}
1093

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1094
.icon-magnet {
1095
  background-position: -264px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1096
}
1097

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1098
.icon-chevron-up {
1099
  background-position: -288px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1100
}
1101

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1102
.icon-chevron-down {
1103
  background-position: -313px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1104
}
1105

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1106
.icon-retweet {
1107
  background-position: -336px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1108
}
1109

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1110
.icon-shopping-cart {
1111
  background-position: -360px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1112
}
1113

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1114
.icon-folder-close {
1115
  width: 16px;
1116
  background-position: -384px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1117
}
1118

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1119
.icon-folder-open {
1120
  width: 16px;
1121
  background-position: -408px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1122
}
1123

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1124
.icon-resize-vertical {
1125
  background-position: -432px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1126
}
1127

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1128
.icon-resize-horizontal {
1129
  background-position: -456px -118px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1130
}
1131

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1132
.icon-hdd {
1133
  background-position: 0 -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1134
}
1135

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1136
.icon-bullhorn {
1137
  background-position: -24px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1138
}
1139

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1140
.icon-bell {
1141
  background-position: -48px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1142
}
1143

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1144
.icon-certificate {
1145
  background-position: -72px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1146
}
1147

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1148
.icon-thumbs-up {
1149
  background-position: -96px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1150
}
1151

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1152
.icon-thumbs-down {
1153
  background-position: -120px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1154
}
1155

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1156
.icon-hand-right {
1157
  background-position: -144px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1158
}
1159

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1160
.icon-hand-left {
1161
  background-position: -168px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1162
}
1163

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1164
.icon-hand-up {
1165
  background-position: -192px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1166
}
1167

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1168
.icon-hand-down {
1169
  background-position: -216px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1170
}
1171

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1172
.icon-circle-arrow-right {
1173
  background-position: -240px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1174
}
1175

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1176
.icon-circle-arrow-left {
1177
  background-position: -264px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1178
}
1179

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1180
.icon-circle-arrow-up {
1181
  background-position: -288px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1182
}
1183

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1184
.icon-circle-arrow-down {
1185
  background-position: -312px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1186
}
1187

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1188
.icon-globe {
1189
  background-position: -336px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1190
}
1191

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1192
.icon-wrench {
1193
  background-position: -360px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1194
}
1195

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1196
.icon-tasks {
1197
  background-position: -384px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1198
}
1199

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1200
.icon-filter {
1201
  background-position: -408px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1202
}
1203

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1204
.icon-briefcase {
1205
  background-position: -432px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1206
}
1207

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1208
.icon-fullscreen {
1209
  background-position: -456px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1210
}
1211

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1212
/* button */
1213
.close {
1214
  float: right;
1215
  font-size: 20px;
1216
  font-weight: bold;
1217
  line-height: 20px;
1218
  color: #000000;
1219
  text-shadow: 0 1px 0 #ffffff;
1220
  opacity: 0.2;
1221
  filter: alpha(opacity=20);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1222
}
1223

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1224
.close:hover,
1225
.close:focus {
1226
  color: #000000;
1227
  text-decoration: none;
1228
  cursor: pointer;
1229
  opacity: 0.4;
1230
  filter: alpha(opacity=40);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1231
}
1232

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1233
button.close {
1234
  padding: 0;
1235
  cursor: pointer;
1236
  background: transparent;
1237
  border: 0;
1238
  -webkit-appearance: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1239
}
1240

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1241
.btn {
1242
  display: inline-block;
1243
  padding: 4px 12px;
1244
  margin-bottom: 0;
1245
  font-size: 14px;
1246
  line-height: 20px;
1247
  color: #333333;
1248
  text-align: center;
1249
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1250
  vertical-align: middle;
1251
  cursor: pointer;
1252
  background-color: #f5f5f5;
1253
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1254
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1255
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1256
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1257
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1258
  background-repeat: repeat-x;
1259
  border: 1px solid #cccccc;
1260
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1261
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1262
  border-bottom-color: #b3b3b3;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1263
  border-radius: 4px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1264
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
1265
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1266
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1267
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1268
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1269
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1270
.btn:hover,
1271
.btn:focus,
1272
.btn:active,
1273
.btn.active,
1274
.btn.disabled,
1275
.btn[disabled] {
1276
  color: #333333;
1277
  background-color: #e6e6e6;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1278
}
1279

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1280
.btn:active,
1281
.btn.active {
1282
  background-color: #cccccc \9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1283
}
1284

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1285
.btn:hover,
1286
.btn:focus {
1287
  color: #333333;
1288
  text-decoration: none;
1289
  background-position: 0 -15px;
1290
  -webkit-transition: background-position 0.1s linear;
1291
     -moz-transition: background-position 0.1s linear;
1292
       -o-transition: background-position 0.1s linear;
1293
          transition: background-position 0.1s linear;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1294
}
1295

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1296
.btn:focus {
1297
  outline: thin dotted #333;
1298
  outline: 5px auto -webkit-focus-ring-color;
1299
  outline-offset: -2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1300
}
1301

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1302
.btn.active,
1303
.btn:active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1304
  background-image: none;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1305
  outline: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1306
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1307
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1308
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1309
}
1310

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1311
.btn.disabled,
1312
.btn[disabled] {
1313
  cursor: default;
1314
  background-image: none;
1315
  opacity: 0.65;
1316
  filter: alpha(opacity=65);
1317
  -webkit-box-shadow: none;
1318
     -moz-box-shadow: none;
1319
          box-shadow: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1320
}
1321

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1322
.btn-large {
1323
  padding: 11px 19px;
1324
  font-size: 17.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1325
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1326
}
1327

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1328
.btn-large [class^="icon-"],
1329
.btn-large [class*=" icon-"] {
1330
  margin-top: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1331
}
1332

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1333
.btn-small {
1334
  padding: 2px 10px;
1335
  font-size: 11.9px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1336
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1337
}
1338

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1339
.btn-small [class^="icon-"],
1340
.btn-small [class*=" icon-"] {
1341
  margin-top: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1342
}
1343

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1344
.btn-mini [class^="icon-"],
1345
.btn-mini [class*=" icon-"] {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1346
  margin-top: -1px;
1347
}
1348

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1349
.btn-mini {
1350
  padding: 0 6px;
1351
  font-size: 10.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1352
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1353
}
1354

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
1355
.btn-primary {
1356
  color: #ffffff;
1357
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1358
  background-color: #006dcc;
1359
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
1360
  background-repeat: repeat-x;
1361
  border-color: #0044cc #0044cc #002a80;
1362
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1363
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
1364
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1365
}
1366

            
1367
.btn-primary:hover,
1368
.btn-primary:focus,
1369
.btn-primary:active,
1370
.btn-primary.active,
1371
.btn-primary.disabled,
1372
.btn-primary[disabled] {
1373
  color: #ffffff;
1374
  background-color: #0044cc;
1375
}
1376

            
1377
.btn-primary:active,
1378
.btn-primary.active {
1379
  background-color: #003399 \9;
1380
}
1381

            
1382
.btn-info {
1383
  color: #ffffff;
1384
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1385
  background-color: #49afcd;
1386
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
1387
  background-repeat: repeat-x;
1388
  border-color: #2f96b4 #2f96b4 #1f6377;
1389
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1390
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
1391
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1392
}
1393

            
1394
.btn-info:hover,
1395
.btn-info:focus,
1396
.btn-info:active,
1397
.btn-info.active,
1398
.btn-info.disabled,
1399
.btn-info[disabled] {
1400
  color: #ffffff;
1401
  background-color: #2f96b4;
1402
}
1403

            
improve login page design
Yuki Kimoto authored on 2016-01-16
1404
.btn-success {
1405
  color: #ffffff;
1406
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1407
  background-color: #5bb75b;
1408
  background-image: linear-gradient(to bottom, #62c462, #51a351);
1409
  background-repeat: repeat-x;
1410
  border-color: #51a351 #51a351 #387038;
1411
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1412
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
1413
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1414
}
1415

            
1416
.btn-success:hover,
1417
.btn-success:focus,
1418
.btn-success:active,
1419
.btn-success.active,
1420
.btn-success.disabled,
1421
.btn-success[disabled] {
1422
  color: #ffffff;
1423
  background-color: #51a351;
1424
}
1425

            
1426
.btn-success:active,
1427
.btn-success.active {
1428
  background-color: #408140 \9;
1429
}
1430

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
1431
.btn-danger {
1432
  color: #ffffff;
1433
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1434
  background-color: #da4f49;
1435
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
1436
  background-repeat: repeat-x;
1437
  border-color: #bd362f #bd362f #802420;
1438
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1439
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
1440
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1441
}
1442

            
1443
.btn-danger:hover,
1444
.btn-danger:focus,
1445
.btn-danger:active,
1446
.btn-danger.active,
1447
.btn-danger.disabled,
1448
.btn-danger[disabled] {
1449
  color: #ffffff;
1450
  background-color: #bd362f;
1451
}
1452

            
1453
.btn-danger:active,
1454
.btn-danger.active {
1455
  background-color: #942a25 \9;
1456
}
1457

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1458
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1459
.alert {
1460
  padding: 8px 35px 8px 14px;
1461
  margin-bottom: 20px;
1462
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1463
  background-color: #fcf8e3;
1464
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1465
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1466
}
1467

            
1468
.alert,
1469
.alert h4 {
1470
  color: #c09853;
1471
}
1472

            
1473
.alert h4 {
1474
  margin: 0;
1475
}
1476

            
1477
.alert .close {
1478
  position: relative;
1479
  top: -2px;
1480
  right: -21px;
1481
  line-height: 20px;
1482
}
1483

            
1484
.alert-success {
1485
  color: #468847;
1486
  background-color: #dff0d8;
1487
  border-color: #d6e9c6;
1488
}
1489

            
1490
.alert-success h4 {
1491
  color: #468847;
1492
}
1493

            
1494
.alert-danger,
1495
.alert-error {
1496
  color: #b94a48;
1497
  background-color: #f2dede;
1498
  border-color: #eed3d7;
1499
}
1500

            
1501
.alert-danger h4,
1502
.alert-error h4 {
1503
  color: #b94a48;
1504
}
1505

            
1506
.alert-info {
1507
  color: #3a87ad;
1508
  background-color: #d9edf7;
1509
  border-color: #bce8f1;
1510
}
1511

            
1512
.alert-info h4 {
1513
  color: #3a87ad;
1514
}
1515

            
1516
.alert-block {
1517
  padding-top: 14px;
1518
  padding-bottom: 14px;
1519
}
1520

            
1521
.alert-block > p,
1522
.alert-block > ul {
1523
  margin-bottom: 0;
1524
}
1525

            
1526
.alert-block p + p {
1527
  margin-top: 5px;
1528
}
1529

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1530
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1531
.nav {
1532
  margin-bottom: 20px;
1533
  margin-left: 0;
1534
  list-style: none;
1535
}
1536

            
1537
.nav > li > a {
1538
  display: block;
1539
}
1540

            
1541
.nav > li > a:hover,
1542
.nav > li > a:focus {
1543
  text-decoration: none;
1544
  background-color: #eeeeee;
1545
}
1546

            
1547
.nav > li > a > img {
1548
  max-width: none;
1549
}
1550

            
1551
.nav > .pull-right {
1552
  float: right;
1553
}
1554

            
1555
.nav-tabs:before,
cleanup css
Yuki Kimoto authored on 2016-01-27
1556
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1557
  display: table;
1558
  line-height: 0;
1559
  content: "";
1560
}
1561

            
cleanup css
Yuki Kimoto authored on 2016-01-27
1562
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1563
  clear: both;
1564
}
1565

            
cleanup css
Yuki Kimoto authored on 2016-01-27
1566
.nav-tabs > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1567
  float: left;
1568
}
1569

            
cleanup css
Yuki Kimoto authored on 2016-01-27
1570
.nav-tabs > li > a {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1571
  padding-right: 12px;
1572
  padding-left: 12px;
1573
  margin-right: 2px;
1574
  line-height: 14px;
1575
}
1576

            
1577
.nav-tabs {
1578
  border-bottom: 1px solid #ddd;
1579
}
1580

            
1581
.nav-tabs > li {
1582
  margin-bottom: -1px;
1583
}
1584

            
1585
.nav-tabs > li > a {
1586
  padding-top: 8px;
1587
  padding-bottom: 8px;
1588
  line-height: 20px;
1589
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1590
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1591
}
1592

            
1593
.nav-tabs > li > a:hover,
1594
.nav-tabs > li > a:focus {
1595
  border-color: #eeeeee #eeeeee #dddddd;
1596
}
1597

            
1598
.nav-tabs > .active > a,
1599
.nav-tabs > .active > a:hover,
1600
.nav-tabs > .active > a:focus {
1601
  color: #555555;
1602
  cursor: default;
1603
  background-color: #ffffff;
1604
  border: 1px solid #ddd;
1605
  border-bottom-color: transparent;
1606
}
1607

            
1608
.nav-stacked > li {
1609
  float: none;
1610
}
1611

            
1612
.nav-stacked > li > a {
1613
  margin-right: 0;
1614
}
1615

            
1616
.nav-tabs.nav-stacked {
1617
  border-bottom: 0;
1618
}
1619

            
1620
.nav-tabs.nav-stacked > li > a {
1621
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1622
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1623
}
1624

            
1625
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1626
  border-top-right-radius: 4px;
1627
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1628
}
1629

            
1630
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1631
  border-bottom-right-radius: 4px;
1632
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1633
}
1634

            
1635
.nav-tabs.nav-stacked > li > a:hover,
1636
.nav-tabs.nav-stacked > li > a:focus {
1637
  z-index: 2;
1638
  border-color: #ddd;
1639
}
1640

            
1641
.nav-tabs .dropdown-menu {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1642
  border-radius: 0 0 6px 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1643
}
1644

            
1645

            
1646

            
1647
.nav > .dropdown.active > a:hover,
1648
.nav > .dropdown.active > a:focus {
1649
  cursor: pointer;
1650
}
1651

            
1652
.nav > li.dropdown.open.active > a:hover,
1653
.nav > li.dropdown.open.active > a:focus {
1654
  color: #ffffff;
1655
  background-color: #999999;
1656
  border-color: #999999;
1657
}
1658

            
1659
.nav li.dropdown.open .caret,
1660
.nav li.dropdown.open.active .caret,
1661
.nav li.dropdown.open a:hover .caret,
1662
.nav li.dropdown.open a:focus .caret {
1663
  border-top-color: #ffffff;
1664
  border-bottom-color: #ffffff;
1665
  opacity: 1;
1666
  filter: alpha(opacity=100);
1667
}
1668

            
1669
.tab-content {
1670
  overflow: auto;
1671
}
1672

            
cleanup css
Yuki Kimoto authored on 2016-01-27
1673
.tab-content > .tab-pane {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1674
  display: none;
1675
}
1676

            
cleanup css
Yuki Kimoto authored on 2016-01-27
1677
.tab-content > .active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1678
  display: block;
1679
}
1680

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1681
/* bread */
1682
.breadcrumb {
improve tab design
Yuki Kimoto authored on 2016-01-26
1683
  margin-bottom:10px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1684
  list-style: none;
1685
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1686
  border-radius: 4px;
improve tab design
Yuki Kimoto authored on 2016-01-26
1687
  font-size:18px;
improve tab design
Yuki Kimoto authored on 2016-01-26
1688
  background:none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1689
}
1690

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1691
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1692
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1693
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1694
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1695
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1696
}
1697

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1698
.breadcrumb > li > .divider {
1699
  padding: 0 5px;
1700
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1701
}
1702

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1703
.breadcrumb > .active {
1704
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1705
}
1706

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1707
/* mordal dialog box */
1708
.modal-backdrop {
1709
  position: fixed;
1710
  top: 0;
1711
  right: 0;
1712
  bottom: 0;
1713
  left: 0;
1714
  z-index: 1040;
1715
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1716
}
1717

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1718
.modal-backdrop.fade {
1719
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1720
}
1721

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1722
.modal-backdrop,
1723
.modal-backdrop.fade.in {
1724
  opacity: 0.8;
1725
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1726
}
1727

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1728
.modal {
1729
  position: fixed;
1730
  top: 10%;
1731
  left: 50%;
1732
  z-index: 1050;
1733
  width: 560px;
1734
  margin-left: -280px;
1735
  background-color: #ffffff;
1736
  border: 1px solid #999;
1737
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
1738
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1739
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1740
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1741
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1742
}
1743

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1744
.modal.fade {
1745
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1746
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1747
}
1748

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1749
.modal.fade.in {
1750
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1751
}
1752

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1753
.modal-header {
1754
  padding: 9px 15px;
1755
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1756
}
1757

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1758
.modal-header .close {
1759
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1760
}
1761

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1762
.modal-header h3 {
1763
  margin: 0;
1764
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1765
}
1766

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1767
.modal-body {
1768
  position: relative;
1769
  max-height: 400px;
1770
  padding: 15px;
1771
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1772
}
1773

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1774
.modal-form {
1775
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1776
}
1777

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1778
.modal-footer {
1779
  padding: 14px 15px 15px;
1780
  margin-bottom: 0;
1781
  text-align: right;
1782
  background-color: #f5f5f5;
1783
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1784
  border-radius: 0 0 6px 6px;
1785
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1786
}
1787

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1788
.modal-footer:before,
1789
.modal-footer:after {
1790
  display: table;
1791
  line-height: 0;
1792
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1793
}
1794

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1795
.modal-footer:after {
1796
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1797
}
1798

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1799
.modal-footer .btn + .btn {
1800
  margin-bottom: 0;
1801
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1802
}
1803

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1804
.modal-footer .btn-group .btn + .btn {
1805
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1806
}
1807

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1808
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1809
  margin-left: 0;
1810
}
1811

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1812
.hide {
1813
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1814
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1815
.show {
1816
  display: block;
1817
}
1818
.invisible {
1819
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1820
}
1821

            
cleanup css
Yuki Kimoto authored on 2015-12-26
1822
/* Plain text */
1823
.plain-text {
1824
  background             : white;
1825
  border-radius          : 1px;
1826
  border-top             : none;
1827
  border-top-left-radius : 0;
1828
  font-size              : 16px;
1829
  line-height            : 1.5em;
1830
  padding                : 27px;
1831
}
1832

            
improve top page design
Yuki Kimoto authored on 2015-12-26
1833

            
1834
.topic1 {
1835
  font-size:19px;
1836
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1837
  margin:20px 0 15px 0;
improve top page design
Yuki Kimoto authored on 2015-12-26
1838
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
1839

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
1840
.project-header {
1841
  background:#fafafa;
add code tab
Yuki Kimoto authored on 2016-01-25
1842
  border-bottom: none;
improve tab design
Yuki Kimoto authored on 2016-01-26
1843
  margin-top:3px;
1844
  margin-bottom:12px;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
1845
  overflow:hidden;
add code tab
Yuki Kimoto authored on 2016-01-25
1846
  padding:14px 0 0 0;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
1847
}
1848

            
1849
.project-header-left {
1850
  float:left;
1851
  width:50%;
1852
  overflow:hidden;
1853
}
1854

            
1855
.project-header-right {
1856
  float:left;
1857
  width:50%;
1858
  overflow:hidden;
1859
}
1860

            
1861
.project-header-right-container {
1862
  float:right;
1863
  overflow:hidden;
1864
}
1865

            
1866
.project-header-btn-container {
1867
  float:left;
1868
  margin-right:4px;
1869
}
1870

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1871
.footer {
1872
  text-align:center;
improve footer design
Yuki Kimoto authored on 2016-01-04
1873
  border-top:1px solid #e5e5e5;
improve footer design
Yuki Kimoto authored on 2016-01-04
1874
  padding:15px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
1875
  margin-top:30px;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1876
}
1877

            
1878
.repositories {
1879
  margin-bottom:30px;
1880
}
1881

            
1882
.repositories li {
1883
  border-top: 1px solid #d8d8d8;
1884
  overflow:hidden;
1885
  padding:10px 0;
1886
}
1887

            
1888
.repositories a:hover {
1889
  text-decoration:underline;
1890
}
1891

            
1892
.repositories-name {
1893
  float:left;
1894
  width:25%;
1895
}
1896

            
1897
.repositories-description {
1898
  float:left;
1899
  width:45%;
1900
  color:#333;
1901
  min-height:1px;
1902
}
1903

            
1904
.repositories-age {
1905
  float:left;
1906
  width:30%;
1907
  color: #767676;
1908
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
1909

            
1910
.branch-select-container {
1911
  overflow:hidden;
1912
}
1913

            
1914
.branch-select-left-container {
1915
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1916
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1917
}
1918

            
1919
.branch-select-right-container {
1920
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1921
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1922
}
1923

            
1924
.git-url-container {
1925
  float:right;
1926
  overflow:hidden;
1927
  display:inline-block;
1928
}
1929

            
1930
.git-url-container li {
1931
  float:left;
1932
}
1933

            
1934
.git-url-container .btn, .git-url-container .btn-small {
1935
  border-radius:0;
1936
}
1937

            
improve tab design
Yuki Kimoto authored on 2016-01-26
1938
.git-url-container input[type=text] {
improve branch select design
Yuki Kimoto authored on 2016-01-06
1939
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
1940
  padding:5px 0 5px 5px;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1941
  border:1px solid #d8d8d8;
improve tab design
Yuki Kimoto authored on 2016-01-26
1942
  border-radius:0 3px 3px 0;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1943
}
1944

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
1945
.page-path-container {
1946
  float:left;
1947
}
1948

            
1949
.donwload-zip {
1950
  margin-left:5px;
1951
  font-weight:bold;
1952
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
1953

            
1954
.page-path {
1955
  display:inline-block;
1956
  margin-left:5px;
1957
}
1958

            
1959
.branch-select-left-container-page-path {
1960
  width:100%;
1961
}
complete readme design
Yuki Kimoto authored on 2016-01-06
1962

            
1963
.readme-header {
1964
  background-color: #f5f5f5;
1965
  border-radius: 3px 3px 0 0;
1966
  border: 1px solid #d8d8d8;
1967
  border-bottom: 0;
1968
  padding: 9px 10px 10px;
1969
  font-size: 14px;
1970
  line-height: 17px;
1971
  font-weight:bold;
1972
}
1973

            
1974
.readme-frame {
1975
  border: 1px solid #d8d8d8;
improve tree header design
Yuki Kimoto authored on 2016-01-06
1976
}
1977

            
1978
.commit-summary {
1979
  overflow:hidden;
1980
  padding: 10px;
1981
  line-height: 20px;
1982
  background-color: #e6f1f6;
1983
  border: 1px solid #c1dce9;
1984
  border-radius: 3px;
1985
  border-bottom-right-radius: 0;
1986
  border-bottom-left-radius: 0;
1987
  margin-top:13px;
1988
}
1989

            
1990
.commit-summary-left-container {
1991
  float:left;
1992
  width:70%;
1993
}
1994

            
1995
.commit-summary-right-container {
1996
  float:right;
1997
  width:30%;
1998
  text-align:right;
1999
  color: #68777d;
2000
}
2001

            
2002
.commit-summary-author {
2003
  font-weight:bold;
2004
}
2005

            
2006
.commit-summary-left-container a {
2007
  color: #68777d;
2008
}
2009

            
2010
.commit-summary-right-container a {
2011
  color:#445055;
2012
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2013

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
2014
.commit-contributor {
2015
  padding: 5px 10px;
2016
  background-color: #fff;
2017
  border: 1px solid #c1dce9;
2018
  border-top:none;
2019
  border-bottom-left-radius: 3px;
2020
  border-bottom-right-radius: 3px;
2021
  color:#68777d;
2022
}
2023

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2024
.file-list li {
2025
  border: 1px solid #c1dce9;
2026
  border-top:none;
2027
  padding:7px;
2028
  overflow:hidden;
2029
}
2030

            
2031
.file-list li:last-child {
2032
  border-radius: 3px;
2033
}
2034

            
2035
.file-list-name {
2036
  width:25%;
2037
  float:left;
2038
}
2039

            
2040
.file-list-commit {
2041
  width:60%;
2042
  float:left;
2043
}
2044

            
2045
.file-list-commit a {
2046
  color:#888;
2047
}
2048

            
2049
.file-list-age {
2050
  width:15%;
2051
  float:left;
2052
  text-align:right;
2053
  color:#888
2054
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2055

            
2056
.file-header {
2057
  padding: 5px 10px;
2058
  background-color: #f7f7f7;
2059
  border: 1px solid #d8d8d8;
2060
  border-bottom:none;
2061
  border-top-left-radius: 2px;
2062
  border-top-right-radius: 2px;
2063
  margin-top:20px;
2064
  overflow:hidden;
2065
}
2066

            
2067
.file-header-left {
2068
  float:left;
2069
  width:50%;
2070
  padding-top:4px;
2071
}
2072

            
2073
.file-header-right {
2074
  float:left;
2075
  width:50%;
2076
  overflow:hidden;
2077
}
2078

            
2079
.file-header-right ul {
2080
  float:right;
2081
  overflow:hidden;
2082
}
2083

            
2084
.file-header-right li {
2085
  float:left;
2086
  margin-left:1px;
2087
  font-weight:bold;
2088
}
2089

            
2090
.blob-image {
2091
  background:#ddd;
2092
  text-align:center;
2093
  padding-top:30px;
2094
  padding-bottom:30px;
2095
  margin-bottom:30px;
2096
  border-radius: 0 0 2px 2px;
2097
}
2098

            
2099
.blob-image img {
2100
  max-width: 600px;
2101
  border: 1px solid #fff;
2102
}
2103

            
2104
.blob-raw {
2105
  font-size:16px;
2106
  background:#ddd;
2107
  text-align:center;
2108
  padding-top:30px;
2109
  padding-bottom:30px;
2110
  margin-bottom:30px;
2111
  border-radius: 0 0 2px 2px;
2112
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2113

            
2114
.commits {
2115
  margin-top:20px;
2116
}
2117

            
2118
.commits-date-container {
2119
  border-left:#f3f3f3 2px solid;
2120
  margin:3px 6px;
2121
  padding:10px 0;
2122
}
2123

            
2124
.commits-date-container li:first-child {
2125
  border-top: 1px solid #e5e5e5;
2126
}
2127

            
2128
.commits-date-container li {
2129
  margin-left:20px;
2130
  border: 1px solid #e5e5e5;
2131
  border-top:none;
2132
  padding:8px 20px 8px 15px;
2133
  overflow:hidden;
2134
}
2135

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2136
.commit-date {
2137
  color: #767676;
2138
}
2139

            
2140
.commit-date i {
2141
  margin-right:15px;
2142
}
2143

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2144
.commit-left {
2145
  float:left;
2146
  width:70%;
2147
}
2148

            
2149
.commit-left-title a {
2150
  color:#333;
2151
}
2152

            
2153
.commit-left-author {
2154
  color: #767676;
2155
  margin-top:1px;
2156
}
2157

            
2158
.commit-right {
2159
  float:left;
2160
  width:30%;
2161
}
2162

            
2163
.commit-right-container {
2164
  float:right;
2165
}
2166

            
2167
.commit-right-commit-id {
2168
  float:left;
2169
  width:80px;
2170
}
2171

            
2172
.commit-right-commit-id a {
2173
  border: 1px solid #e5e5e5;
2174
  display:block;
2175
  width:100%;
2176
  padding:6px 10px;
2177
  text-align:center;
2178
  margin-top:3px;
2179
  border-radius:3px;
2180
}
2181

            
2182
.commit-right-commit-id a:hover {
2183
  text-decoration:none;
2184
  color:white;
2185
  background:#4169e1;
2186
}
2187

            
2188
.commit-right-browse-repository {
2189
  float:left;
2190
}
2191

            
2192
.commit-right-browse-repository a {
2193
  border: 1px solid #e5e5e5;
2194
  display:block;
2195
  width:100%;
2196
  padding:6px 5px;
2197
  margin-left:10px;
2198
  text-align:center;
2199
  font-weight:bold;
2200
  margin-top:3px;
2201
  border-radius:3px;
2202
}
2203

            
2204
.commit-right-browse-repository a:hover {
2205
  text-decoration:none;
2206
  color:white;
2207
  background:#4169e1;
2208
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2209

            
2210
.pagenation {
2211
  overflow:hidden;
2212
  width:140px;
2213
  margin: 0 auto;
2214
}
2215

            
2216
.pagenation li {
2217
  float: left;
2218
  font-size: 13px;
2219
  font-weight: bold;
2220
  color: #4078c0;
2221
  background: #fff;
2222
  border: 1px solid #e5e5e5;
2223
  border-left:none;
2224
  width:50%;
2225
  text-align:center;
2226
}
2227

            
2228
.pagenation li a {
2229
  padding: 7px 12px;
2230
  display:block;
2231
  width:100%;
2232
}
2233

            
2234
.pagenation li span {
2235
  padding: 7px 12px;
2236
  display:block;
2237
  width:100%;
2238
  color:#d3d3d3;;
2239
  background:#fafafa;
2240
}
2241

            
2242
.pagenation li a:hover {
2243
  text-decoration:none;
2244
  background:#e5e5e5;
2245
}
2246

            
2247
.pagenation li:first-child {
2248
  border-left: 1px solid #e5e5e5;
2249
  border-radius:3px 0 0 3px;
2250
}
2251

            
2252
.pagenation li:last-child {
2253
  border-radius:0 3px 3px 0;
2254
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2255

            
2256
.blame-page-path {
2257
  overflow:hidden;
2258
}
2259

            
2260
.blame-page-path .page-path {
2261
  float:left;
2262
  margin-left:0;
2263
}
2264

            
2265
.blame-gradation {
2266
  float:right;
2267
  text-align:right:
2268
}
2269

            
2270
.blame-body-container {
2271
  overflow-x:scroll;
2272
  border:1px solid #d8d8d8;
2273
  border-radius:0 0 3px 3px;
2274
}
2275

            
2276
.blame-body {
2277
  width:100%;
2278
  border-collapse: collapse;
2279
}
2280

            
2281
.blame-body-left {
2282
  padding:3px 7px;
2283
  vertical-align:middle;
2284
  border-left:none;
2285
  border-bottom:none;
2286
}
2287

            
2288
.blame-body-center {
2289
  padding:5px 10px;
2290
  color:gray;
2291
  font-size:12px;
2292
  vertical-align:middle;
2293
  border-right:1px solid #d8d8d8;
2294
}
2295

            
2296
.blame-body-right {
2297
  padding:5px 10px;
2298
  vertical-align:middle;
2299
  white-space: nowrap;
2300
  border-right:none
2301
}
2302

            
2303
.blame-summary-container {
2304
  overflow:hidden;
2305
}
2306

            
2307
.blame-summary {
2308
  display:inline-block;
2309
  float:left;
2310
  font-weight:bold;
2311
}
2312

            
2313
.blame-commit-id {
2314
  display:inline-block;
2315
  float:right;
2316
  font-size:90%;
2317
}
2318

            
2319
.blame-author {
2320
  color:#767676;
2321
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2322

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2323
.user-form {
improve login page design
Yuki Kimoto authored on 2016-01-16
2324
  border:1px solid #d8d8d8;
2325
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2326
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
2327
  width:300px;
2328
  margin-left:auto;
2329
  margin-right:auto
2330
}
2331

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2332
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
2333
  width:70%;
2334
  margin:0 auto;
2335
}
2336

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2337
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2338
  width:100%;
2339
  margin:5px 0;
2340
}
2341

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2342
.user-form input[type=checkbox] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2343
  margin:6px 0 9px 0;
2344
}
2345

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2346
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
2347
  width:100%;
2348
}
2349

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2350
.header-bottom {
2351
  margin-bottom:15px;
2352
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2353
}
2354

            
improve search page design
Yuki Kimoto authored on 2016-01-23
2355
.search-top {
2356
  border-bottom:1px solid #d8d8d8;
2357
  margin-bottom:20px;
2358
  padding-bottom:20px;
2359
}
2360

            
2361
.search-top input {
2362
  margin-left:5px;
2363
}
2364

            
2365
.search-top > div:first-child {
2366
  font-size:19px;
2367
  display:inline-block;
2368
}
2369

            
2370
.search-top form {
2371
  display:inline-block;
2372
}
2373

            
2374
.search-result {
2375
  overflow:hidden;
2376
}
2377

            
2378
.search-result .left {
2379
  float:left;
2380
  width:15%;
2381
  padding-right:10px;
2382
}
2383

            
2384
.search-result .left li {
2385
  border:1px solid #d8d8d8;
2386
  border-top:none;
2387
  padding:7px 10px;
2388
}
2389

            
2390
.search-result .left li:first-child {
2391
  border-top:1px solid #d8d8d8;
2392
}
2393

            
2394
.search-result .right {
2395
  float:left;
2396
  width:85%;
2397
  padding-left:15px;
2398
}
2399

            
2400
.search-result .right li {
2401
  border-bottom: 1px solid #d8d8d8;
2402
  padding:5px 0px;
2403
  margin-bottom:10px;
2404
}
2405

            
2406
.search-result .right li > div {
2407
  padding-bottom:1px;
2408
}
2409

            
2410
.search-result .right > div:first-child {
2411
   font-size:18px;
2412
   padding-bottom:10px;
2413
   margin-bottom:10px;
2414
   border-bottom:1px solid #EEEEEE;
2415
   font-weight:bold;
2416
}
2417

            
2418
.search-result .left li.active a {
2419
  color:black;
2420
  font-weight:bold;
2421
  text-decoration:none;
2422
}
2423

            
2424

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
2425
.project-settings {
2426
  overflow:hidden;
2427
}
2428

            
2429
.project-settings .left {
2430
  float:left;
2431
  width:15%;
2432
  padding-right:10px;
2433
}
2434

            
2435
.project-settings .left li {
2436
  border:1px solid #d8d8d8;
2437
  border-top:none;
2438
  padding:5px 10px;
2439
}
2440

            
2441
.project-settings .left li:first-child {
2442
  border-top:1px solid #d8d8d8;
2443
}
2444

            
2445
.project-settings .right {
2446
  float:left;
2447
  width:85%;
2448
}
2449

            
2450
.project-settings-main {
2451
  margin-bottom:20px;
2452
}
2453

            
2454
.project-settings-main li {
2455
  border:1px solid #d8d8d8;
2456
  border-top:none;
2457
  padding:10px 10px;
2458
}
2459

            
2460
.project-settings-main li:first-child {
2461
  border-top:1px solid #d8d8d8;
2462
  background: #eee;
2463
  border-radius:3px 3px 0 0;
2464
  font-size:17px;
2465
}
2466

            
2467
.project-settings-main input[type=text] {
2468
    border:1px solid #d8d8d8;
2469
    border-radius: 3px;
2470
    padding:6px 5px;
2471
    width:100%;
2472
    margin:5px 0;
2473
}
2474

            
2475
.project-settings-main input[type=checkbox] {
2476
  margin:0 5px;
2477
}
2478

            
2479
.project-settings-main select {
2480
    border:1px solid #d8d8d8;
2481
    border-radius: 3px;
2482
    padding:6px 5px;
2483
    width:30%;
2484
    margin:5px 0;
2485
}
2486

            
2487
.project-settings-danger li {
2488
  border:1px solid #d8d8d8;
2489
  border-top:none;
2490
  padding:10px 10px;
2491
}
2492

            
2493
.project-settings-danger li:first-child {
2494
  border-top:1px solid #d8d8d8;
2495
  background: #eee;
2496
  border-radius:3px 3px 0 0;
2497
  font-size:17px;
2498
  background:red;
2499
}
2500

            
2501
#delete-confirm input {
2502
  border:1px solid #d8d8d8;
2503
  border-radius: 3px;
2504
  padding:6px 5px;
2505
  margin:5px 0;
2506
  width:70%;
2507
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
2508

            
2509
.collaboration > div:first-child {
2510
  font-size:17px;
2511
  padding:5px;
2512
  border-bottom:1px solid #d8d8d8;
2513
  font-weight:bold;
2514
  margin-bottom:10px;
2515
}
2516

            
2517
.collaboration input[type=text] {
2518
  border:1px solid #d8d8d8;
2519
  border-radius: 3px;
2520
  padding:6px 5px;
2521
  margin:5px 0;
2522
  width:40%;
2523
}
2524

            
2525
.collaboration input[type=submit] {
2526
  padding:6px 5px;
2527
  margin:5px 0;
2528
  width:10%;
2529
}
improve settings design
Yuki Kimoto authored on 2016-01-19
2530

            
2531
.user-settings {
2532
  overflow:hidden;
2533
}
2534

            
2535
.user-settings .left {
2536
  float:left;
2537
  width:15%;
2538
  padding-right:10px;
2539
}
2540

            
2541
.user-settings .left li {
2542
  border:1px solid #d8d8d8;
2543
  border-top:none;
2544
  padding:5px 10px;
2545
}
2546

            
2547
.user-settings .left li:first-child {
2548
  border-top:1px solid #d8d8d8;
2549
}
2550

            
2551
.user-settings .left li.active a {
2552
  color:black;
2553
  font-weight:bold;
2554
  text-decoration:none;
2555
}
2556

            
2557
.user-settings .right {
2558
  float:left;
2559
  width:85%;
2560
}
2561

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2562
.user-settings-container > div {
improve settings design
Yuki Kimoto authored on 2016-01-19
2563
  border:1px solid #d8d8d8;
2564
  padding:10px 10px;
2565
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2566
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
2567
}
2568

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2569
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
2570
  border-bottom:none;
2571
  background: #eee;
2572
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2573
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
2574
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2575
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
2576
}
2577

            
2578
.profile li {
2579
  padding:5px 5px;
2580
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2581

            
2582
.ssh-keys form {
2583
  margin:5px 0;
2584
}
2585

            
2586
.ssh-key-add input[type=text] {
2587
  border:1px solid #d8d8d8;
2588
  border-radius: 3px;
2589
  padding:6px 5px;
2590
  margin:5px 0;
2591
  width:60%;
2592
}
2593

            
2594
.ssh-key-add textarea {
2595
  border:1px solid #d8d8d8;
2596
  border-radius: 3px;
2597
  padding:6px 5px;
2598
  margin:5px 0;
2599
  width:100%;
2600
  min-height:200px;
2601
}
improve search page design
Yuki Kimoto authored on 2016-01-23
2602

            
cleanup
Yuki Kimoto authored on 2016-01-27
2603
/* 番号つきページネーション */
2604
.pagination-num {
cleanup css
Yuki Kimoto authored on 2016-01-27
2605
  margin:20px 0
2606
}
cleanup
Yuki Kimoto authored on 2016-01-27
2607
.pagination-num ul {
cleanup css
Yuki Kimoto authored on 2016-01-27
2608
  display:inline-block;
2609
  margin-bottom:0;
2610
  margin-left:0;
2611
  border-radius:4px;
2612
  box-shadow:0 1px 2px rgba(0,0,0,0.05)
2613
}
2614
.pagination-num ul > li {
2615
  display:inline
2616
}
2617
.pagination-num ul > li > a,
2618
.pagination-num ul > li > span {
2619
  float:left;
2620
  padding:4px 12px;
2621
  line-height:20px;
2622
  text-decoration:none;
2623
  background-color:#fff;
2624
  border:1px solid #ddd;
2625
  border-left-width:0
2626
}
2627
.pagination-num ul > li > a:hover,
2628
.pagination-num ul > .active > a,
2629
.pagination-num ul > .active > span
2630
{
2631
  background-color:#f5f5f5;
2632
}
2633
.pagination-num ul > .active > a,
2634
.pagination-num ul > .active > span {
2635
  color:#999;
2636
  cursor:default;
2637
}
2638
.pagination-num ul > .disabled > span,
2639
.pagination-num ul > .disabled > a,
2640
.pagination-num ul > .disabled > a:hover,
2641
{
2642
  color:#999;
2643
  cursor:default;
2644
  background-color:transparent;
2645
}
2646
.pagination-num ul > li:first-child > a,
2647
.pagination-num ul > li:first-child > span
2648
{
2649
  border-left-width:1px;
2650
  border-bottom-left-radius:4px;
2651
  border-top-left-radius:4px;
2652
}
2653
.pagination-num ul > li:last-child > a,
2654
.pagination-num ul > li:last-child > span
2655
{
2656
  border-top-right-radius:4px;
2657
  border-bottom-right-radius:4px;
2658
}
improve branch design
Yuki Kimoto authored on 2016-01-27
2659

            
2660
/* Branches */
2661
.branches {
2662
  overflow:hidden;
2663
  margin-bottom:15px;
2664
}
2665
.branches > li {
2666
  border:1px solid #d8d8d8;
2667
  border-top:none;
improve branches design
Yuki Kimoto authored on 2016-01-30
2668
  padding:8px 8px;
improve branch design
Yuki Kimoto authored on 2016-01-27
2669
}
2670
.branches > li:first-child {
2671
  border-radius: 3px 3px 0 0;
2672
  border-top:1px solid #d8d8d8;
2673
  background: #f5f5f5;
2674
  text-shadow: 0 1px 0 #fff;
2675
}
2676
.branches > li:last-child {
2677
  border-radius: 0 0 3px 3px;
2678
}
2679
.branches > li > ul {
2680
  overflow:hidden;
2681
}
2682
.branches > li > ul > li:first-child {
2683
  float:left;
2684
  width:50%;
2685
  overflow:hidden;
improve branches design
Yuki Kimoto authored on 2016-01-30
2686
  padding-top:4px;
improve branch design
Yuki Kimoto authored on 2016-01-27
2687
}
2688
.branches > li > ul > li.second-child{
2689
  float:left;
2690
  width:25%;
2691
}
2692
.branches > li > ul > li.last-child {
2693
  float:left;
2694
  width:25%;
2695
  text-align:right;
2696
}
2697

            
2698
.branches-name {
2699
  display:inline-block;
2700
}
2701
.branches-name a {
2702
  color: #4078c0;
2703
  border-radius:3px;
2704
  background:rgba(209,227,237,0.5);
2705
  padding:2px 6px;
2706
}
2707

            
2708
.branches-age {
2709
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
2710
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
2711
}
2712

            
2713
.branches-author {
2714
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
2715
  color:#767676;
improve branch design
Yuki Kimoto authored on 2016-01-27
2716
}
2717

            
improve branches design
Yuki Kimoto authored on 2016-01-30
2718
.branches-select {
2719
  overflow:hidden;
2720
  margin:20px 0;
2721
}
2722

            
2723
.branches-select li {
2724
  border:1px solid #d8d8d8;
2725
  float:left;
2726
  border-left:none;
2727
}
2728

            
2729
.branches-select li:first-child {
2730
  border-left:1px solid #d8d8d8;
2731
  border-radius:3px 0 0 3px;
2732
}
2733

            
2734
.branches-select li:last-child {
2735
  border-radius:0 3px 3px 0;
2736
}
2737

            
2738
.branches-select li a {
2739
  padding: 7px 14px;
2740
  font-weight: bold;
2741
  width:100%;
2742
  display:block;
2743
  color: #666;
2744
}
2745

            
2746
.branches-select li a:hover {
2747
  text-decoration:none;
2748
  background:#f5f5f5;
2749
}
2750

            
2751
.branches-select li.active a {
2752
  background-color: #4078c0;
2753
  color: #fff;
2754
}
2755
.branches-select li.active a {
2756
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
2757
}
2758

            
2759
.ahead-behind {
2760
  color:#767676;
2761
  font-size:12px;
2762
  border-collapse:collapse;
2763
}
2764

            
2765
.ahead-behind-behind-count {
2766
  text-align:right;
2767
  padding-right:3px;
2768
}
2769

            
2770
.ahead-behind-separate {
2771
  width:1px;
2772
  background:#c0c0c0;
2773
}
improve branch design
Yuki Kimoto authored on 2016-01-30
2774

            
2775
.branches-default {
2776
  font-size:12px;
2777
  text-align:center;
2778
  display:inline-block;
2779
  background-color: #767676;
2780
  color: #fff;
2781
  border-radius:3px;
2782
  padding:1px 3px;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
2783
}
2784

            
2785
.branches .branches-overview-more {
2786
  text-align:center;
2787
  padding:0;
2788
}
2789
.branches-overview-more a {
2790
  width:100%;
2791
  display:block;
2792
  background: #f1f7fa;
2793
  padding:8px;
2794
}
2795

            
2796
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
2797
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
2798
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
2799

            
2800
.tags {
2801
  
2802
}
2803

            
2804
.tags > li {
2805
  border-bottom:1px solid #d8d8d8;
2806
  padding:10px 0;
2807
}
2808

            
2809
.tags > li:first-child {
2810
  border-top:1px solid #d8d8d8;
2811
}
2812

            
2813
.tags-item {
2814
  overflow:hidden;
2815
}
2816

            
2817
.tags-item > li:first-child {
2818
  display:block;
2819
  width:30%;
2820
  float:left;
2821
  color:#767676;
2822
}
2823

            
2824
.tags-item > li.last-child {
2825
  display:block;
2826
  width:70%;
2827
  float:left;
2828
}
2829

            
2830
.tags-name a {
2831
  color:#333;
2832
}
2833

            
2834
.tags-links {
2835
  padding-top:3px;
2836
}
2837

            
2838
.tags-links a {
2839
  color:#767676;
2840
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
2841
}
2842

            
2843
.commits-summary > :first-child {
2844
  overflow:hidden;
2845
  padding: 10px;
2846
  line-height: 20px;
2847
  background-color: #e6f1f6;
2848
  border: 1px solid #c1dce9;
2849
  border-radius: 3px;
2850
  border-bottom-right-radius: 0;
2851
  border-bottom-left-radius: 0;
2852
  margin-top:13px;
2853
}
2854

            
2855
.commits-summary > .last-child {
2856
  padding: 5px 10px;
2857
  background-color: #fff;
2858
  border: 1px solid #c1dce9;
2859
  border-top:none;
2860
  border-bottom-left-radius: 3px;
2861
  border-bottom-right-radius: 3px;
2862
}
2863

            
2864
.commits-summary-header {
2865
  overflow:hidden;
2866
}
2867
.commits-summary-header > :first-child {
2868
  float:left;
2869
  width:80%;
2870
}
2871
.commits-summary-header > .last-child {
2872
  float:right;
2873
  width:20%;
2874
  text-align:right;
2875
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
2876
.commits-summary-body {
2877
  overflow:hidden;
2878
  padding:4px 0;
2879
}
2880
.commits-summary-body > :first-child {
2881
  width:40%;
2882
  float:left;
2883
}
2884
.commits-summary-body > .last-child {
2885
  width:60%;
2886
  float:left;
2887
  text-align:right;
2888
}
2889
.commits-summary-author {
2890
  font-weight:bold;
2891
}
2892
.commits-summary-parent {
2893
  display:inline-block;
2894
  color:#767676;
2895
  margin-right:10px;
2896
}
2897
.commits-summary-parent a {
2898
  color:#333333;
2899
  text-decoration:underline;
2900
}
2901
.commits-summary-commit-id {
2902
  display:inline-block;
2903
  color:#767676;
2904
}
2905
.commits-summary-commit-id > span {
2906
  color:#333333;
2907
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
2908

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
2909
.commit-changes {
2910
  margin:15px 0;
2911
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
2912

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
2913
.file-add {
2914
  color:#32CD32;
2915
  border:2px #32CD32 solid;
2916
  margin-left:3px;
2917
  font-weight:bold;
2918
  text-align:center;
2919
  font-size:13px;
2920
  padding:0;
2921
  line-height:100%;
2922
  padding:0 2px;
2923
}
2924

            
2925
.file-del {
2926
  color:red;
2927
  border:2px red solid;
2928
  margin-left:3px;
2929
  font-weight:bold;
2930
  text-align:center;
2931
  font-size:13px;
2932
  padding:0;
2933
  line-height:100%;
2934
  padding:0 2px;
2935
}
2936

            
2937
.file-modified {
2938
  color:#DAA520;
2939
  border:2px #DAA520 solid;
2940
  margin-left:3px;
2941
  font-weight:bold;
2942
  text-align:center;
2943
  font-size:13px;
2944
  padding:0;
2945
  line-height:100%;
2946
  padding:0 2px;
2947
}
2948

            
2949
.file-renamed {
2950
  color:#677a85;
2951
  border:2px #677a85 solid;
2952
  margin-left:3px;
2953
  font-weight:bold;
2954
  text-align:center;
2955
  font-size:13px;
2956
  padding:0;
2957
  line-height:100%;
2958
  padding:0 2px;
2959
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
2960

            
improve commit page design
Yuki Kimoto authored on 2016-02-03
2961
.commit-diff {
2962
  margin-bottom:30px;
2963
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
2964
.commit-diff > :first-child {
2965
  border:1px solid #d8d8d8;
2966
  border-radius:3px 3px 0 0;
2967
  padding:7px;
2968
  background-color: #f7f7f7;
2969
}
2970
.commit-diff-header {
2971
  overflow:hidden;
2972
}
2973
.commit-diff-header > :first-child {
2974
  float:left;
2975
  width:80%;
2976
  padding-top:6px;
2977
}
2978
.commit-diff-header > .last-child {
2979
  float:left;
2980
  width:20%;
2981
  text-align:right;
2982
}
improve commit page design
Yuki Kimoto authored on 2016-02-03
2983

            
2984
.commit-diff-body {
2985
  border:1px solid #d8d8d8;
2986
  border-top:none;
2987
  border-radius: 0 0 3px 3px;
2988
  margin-bottom:30px;
2989
}
2990
.commit-diff-body > table {
2991
  border-collapse:collapse;
2992
}
2993
.commit-diff-plain {
2994
  padding:10px;
2995
}
2996
.commit-diff-image {
2997
  background:#ddd;
2998
  text-align:center;
2999
  padding-top:40px;
3000
  padding-bottom:40px;
3001
}
improve compare page design
Yuki Kimoto authored on 2016-02-04
3002

            
3003
.compare-select {
3004
  padding:12px 10px;
3005
  margin-bottom:5px;
3006
  position:relative;
3007
  border:1px solid #d8d8d8;
3008
  border-radius: 3px;
3009
  background-color: #fafafa;
3010
}
3011

            
3012
.compare-header {
3013
  border:1px solid #d8d8d8;
3014
  overflow:hidden;
3015
  border-radius: 3px;
3016
  padding:10px;
3017
  margin-top:10px;
3018
}
3019

            
3020
.compare-header li {
3021
  width:25%;
3022
  float:left;
3023
  text-align:center;
3024
}
3025
.compare-header li span {
3026
  color: #767676;
3027
}
3028
.compare-commits-date-container {
3029
  border-left:#f3f3f3 2px solid;
3030
  margin:3px 6px;
3031
  padding:10px 0;
3032
}
3033

            
3034
.compare-commits-date-container li:first-child {
3035
}
3036

            
3037
.compare-commits-date-container li {
3038
  margin-left:20px;
3039
  overflow:hidden;
3040
}
3041

            
3042
.compare-commits-author {
3043
  width:30%;
3044
  float:left;
3045
  font-weight:bold;
3046
  font-size:90%;
3047
}
3048

            
3049
.compare-commits-commit-title {
3050
  width:50%;
3051
  float:left;
3052
}
3053

            
3054
.compare-commits-commit-id {
3055
  width:20%;
3056
  float:left;
3057
  text-align:right;
3058
}
3059
.compare-commits-commit-id a {
3060
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3061
}
3062

            
3063
.network-mybranch {
3064
  background-color: #f5f5f5;
3065
  border: 1px solid #e3e3e3;
3066
  padding:10px 10px 14px 10px;
3067
  margin-bottom:20px;
3068
  border-radius:3px;
3069
}
3070
.network-mybranch-label {
3071
  border-radius: 3px;
3072
  display: inline-block;
3073
  padding: 2px 4px;
3074
  font-size: 11.844px;
3075
  font-weight: bold;
3076
  line-height: 14px;
3077
  color: #fff;
3078
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3079
  white-space: nowrap;
3080
  vertical-align: baseline;
3081
  background-color: #3a87ad;
3082
  width:100px;
3083
  text-align:center;
3084
  margin-right:10px;
3085
}
3086

            
3087
.network-mybranch select, .network-member-branch select {
3088
  border:1px solid #d8d8d8;
3089
  border-radius: 3px;
3090
  padding:6px 5px;
3091
  width:30%;
3092
}
3093

            
3094
.network-member-branch {
3095
  
3096
}
3097

            
3098
.network-member-branch li {
3099
  border-bottom:1px solid #d8d8d8;
3100
  padding:10px 10px 14px 10px;
3101
  overflow:hidden;
3102
}
3103
.network-member-branch-label {
3104
  border-radius: 3px;
3105
  display: inline-block;
3106
  padding: 3px 4px;
3107
  font-size: 11.844px;
3108
  font-weight: bold;
3109
  line-height: 14px;
3110
  color: #fff;
3111
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3112
  white-space: nowrap;
3113
  vertical-align: baseline;
3114
  background-color: #468847;
3115
  width:100px;
3116
  text-align:center;
3117
  margin-right:10px;
3118
}
3119
.network-member-branch li > :first-child {
3120
  float:left;
3121
  width:80%;
3122
}
3123
.network-member-branch li > .last-child {
3124
  float:left;
3125
  width:20%;
3126
  text-align:right;
3127
}
improve graph page design
Yuki Kimoto authored on 2016-02-06
3128
.graph-diff {
3129
  width:800px;
3130
  overflow:auto;
3131
  padding-left:10px;
3132
  padding-right:10px;
3133

            
3134
  background-color: #f5f5f5;
3135
  border: 1px solid #e3e3e3;
3136
  padding:10px 10px 14px 10px;
3137
  margin-bottom:20px;
3138
  border-radius:3px;
3139
}
3140
.graph-document pre {
3141
  background:#333333;
3142
  color:white;
3143
  padding:20px 20px 0px 20px;
3144
  border-radius:3px;
3145
  margin-bottom:15px;
3146
  margin-top:3px;
3147
}
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3148

            
3149
.import-branch {
3150
  overflow:hidden;
3151
}
3152
.import-branch > .left {
3153
  float:left;
3154
  width:45%;
3155
}
3156
.import-branch > .center {
3157
  float:left;
3158
  width:10%;
3159
  text-align:center;
3160
  padding: 19px;
3161
  text-align:center;
3162
  font-size:26px;
3163
}
3164
.import-branch > .right {
3165
  float:left;
3166
  width:45%;
3167
}
3168
.import-branch select {
3169
  border:1px solid #d8d8d8;
3170
  border-radius: 3px;
3171
  padding:6px 5px;
3172
  width:30%;
3173
}
3174
.import-branch-from, .import-branch-to {
3175
  border:1px solid #d8d8d8;
3176
  border-radius:3px;
3177
  padding:25px 15px;
3178
}
3179
.import-branch-to > :first-child {
3180
  font-size:20px;
3181
  color:blue;
3182
  margin-bottom:10px;
3183
}
3184
.import-branch-from > :first-child {
3185
  font-size:20px;
3186
  color:green;
3187
  margin-bottom:10px;
3188
}
3189
.import-branch-button-panel {
3190
  margin-top:10px;
3191
}
3192
.import-branch-button-panel > div {
3193
  display:table-cell;
3194
  vertical-align:middle;
3195
  padding:0 3px;
3196
}
improve submodule design
Yuki Kimoto authored on 2016-02-08
3197

            
3198
.submodule {
3199
  
3200
}
3201
.submodule > :first-child {
3202
  border:1px solid #d8d8d8;
3203
  border-radius: 3px 3px 0 0;
3204
  padding:8px 5px;
3205
  border-bottom:none;
3206
  background-color: #f7f7f7;
3207
}
3208
.submodule > .last-child {
3209
  border:1px solid #d8d8d8;
3210
  border-top:none;
3211
  font-size:16px;
3212
  padding:15px;
3213
  margin-bottom:30px;
3214
  border-radius: 0 0 3px 3px;
3215
}
improve design
Yuki Kimoto authored on 2016-02-09
3216

            
3217
pre.command-line {
3218
  background:#333333;
3219
  color:white;
3220
  padding:15px 20px 15px 20px;
3221
  border-radius:3px;
3222
  margin-bottom:15px;
3223
  margin-top:3px;
3224
}
3225
.private {
3226
  background:white;
3227
  text-align:center;
3228
  font-size:20px;
3229
  border:1px solid #d8d8d8;
3230
  border-radius: 3px;
3231
  padding:20px 0;
3232
  color:#767676
3233
}
3234

            
3235
.not-yet-created {
3236
  background:white;
3237
  margin-bottom:30px;
3238
  border:1px solid #d8d8d8;
3239
  border-radius: 3px;
3240
  color:#767676;
3241
  padding:15px 10px;
3242
}