gitprep / public / css / bootstrap.css /
Newer Older
2264 lines | 43.522kb
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
    width:100%;
21
    margin:5px 0;
22
    
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
23
    
24
    Text Gray
25
    #767676
improve footer design
Yuki Kimoto authored on 2015-12-25
26
*/
27

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

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

            
improve footer design
Yuki Kimoto authored on 2015-12-25
39
body {
40
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
41
  font-size: 14px;
42
  line-height: 130%;
43
  color: #333333;
44
}
45

            
improve footer design
Yuki Kimoto authored on 2016-01-04
46
.header {
47
  background:#f5f5f5;
48
  border-bottom:1px solid #e5e5e5;
49
  overflow:hidden;
50
}
51

            
52
.header-left {
53
  float:left;
54
  width:50%;
55
  overflow:hidden;
56
}
57

            
58
.header-right {
59
  width:50%;
60
  overflow:hidden;
61
}
62

            
63
.title {
64
  float:left;
65
  font-size:19px;
66
  padding:14px 0 12px 0;
67
}
68

            
69
.header-search {
70
  float:left;
71
  margin-left:10px;
72
  padding:11px 0 8px 0;
73
}
74

            
75
.header-search input {
76
  padding:4px 5px;
77
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
78
  border: 1px solid #ccc;
79
  border-radius: 3px;
80
}
81

            
82
.header-rigth-container {
83
  float:right;
84
  overflow:hidden;
85
}
86

            
87
.header-btn-container {
88
  float:left;
89
  margin-right:4px;
90
  padding-top:9px;
91
}
92

            
93
.header-login-container {
94
  float:left;
95
  padding-top:13px;
96
}
97

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
98
/* Markdown */
99
.markdown-body{padding:40px 40px;font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:16px;line-height:1.6;word-wrap:break-word}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#c00}.markdown-body .anchor{display:inline-block;padding-right:2px;margin-left:-18px}.markdown-body .anchor:focus{outline:none}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:1em;margin-bottom:16px;font-weight:bold;line-height:1.4}.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{color:#000;vertical-align:middle;visibility:hidden}.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{text-decoration:none}.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{visibility:visible}.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{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown-body h1 .anchor{line-height:1}.markdown-body h2{padding-bottom:0.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown-body h2 .anchor{line-height:1}.markdown-body h3{font-size:1.5em;line-height:1.43}.markdown-body h3 .anchor{line-height:1.2}.markdown-body h4{font-size:1.25em}.markdown-body h4 .anchor{line-height:1.2}.markdown-body h5{font-size:1em}.markdown-body h5 .anchor{line-height:1.1}.markdown-body h6{font-size:1em;color:#777}.markdown-body h6 .anchor{line-height:1.1}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:bold}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown-body table th{font-weight:bold}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,0.04);border-radius:3px}.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body pre{word-wrap:normal}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{content:normal}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown-body blockquote{padding:0 0 0 40px;border:0 none}
100

            
improve footer design
Yuki Kimoto authored on 2015-12-25
101
.container {
102
  width: 980px;
103
  margin:0 auto;
104
}
105

            
106
ul {
107
  padding: 0;
108
  margin: 0;;
109
}
110

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
111
ul li {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
112
  list-style:none;
113
}
114

            
improve footer design
Yuki Kimoto authored on 2015-12-25
115
a {
116
  color: #0088cc;
117
  text-decoration: none;
118
}
119

            
120
a:hover {
121
  color: #005580;
122
  text-decoration: underline;
123
}
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
124

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
125
/* icon */
126
[class^="icon-"],
127
[class*=" icon-"] {
cleanup bootstrap
Yuki Kimoto authored on 2015-12-24
128
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
129
  width: 14px;
130
  height: 14px;
131
  margin-top: 1px;
132
  *margin-right: .3em;
133
  line-height: 14px;
134
  vertical-align: text-top;
cleanup icon
Yuki Kimoto authored on 2016-01-06
135
  background-image: url("../image/glyphicons-halflings.png");
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
136
  background-position: 14px 14px;
137
  background-repeat: no-repeat;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
138
}
139

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
140
.icon-glass {
141
  background-position: 0      0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
142
}
143

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
144
.icon-music {
145
  background-position: -24px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
146
}
147

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
148
.icon-search {
149
  background-position: -48px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
150
}
151

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
152
.icon-envelope {
153
  background-position: -72px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
154
}
155

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
156
.icon-heart {
157
  background-position: -96px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
158
}
159

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
160
.icon-star {
161
  background-position: -120px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
162
}
163

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
164
.icon-star-empty {
165
  background-position: -144px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
166
}
167

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
168
.icon-user {
169
  background-position: -168px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
170
}
171

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
172
.icon-film {
173
  background-position: -192px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
174
}
175

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
176
.icon-th-large {
177
  background-position: -216px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
178
}
179

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
180
.icon-th {
181
  background-position: -240px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
182
}
183

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
184
.icon-th-list {
185
  background-position: -264px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
186
}
187

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
188
.icon-ok {
189
  background-position: -288px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
190
}
191

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
192
.icon-remove {
193
  background-position: -312px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
194
}
195

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
196
.icon-zoom-in {
197
  background-position: -336px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
198
}
199

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
200
.icon-zoom-out {
201
  background-position: -360px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
202
}
203

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
204
.icon-off {
205
  background-position: -384px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
206
}
207

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
208
.icon-signal {
209
  background-position: -408px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
210
}
211

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
212
.icon-cog {
213
  background-position: -432px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
214
}
215

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
216
.icon-trash {
217
  background-position: -456px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
218
}
219

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
220
.icon-home {
221
  background-position: 0 -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
222
}
223

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
224
.icon-file {
225
  background-position: -24px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
226
}
227

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
228
.icon-time {
229
  background-position: -48px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
230
}
231

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
232
.icon-road {
233
  background-position: -72px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
234
}
235

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
236
.icon-download-alt {
237
  background-position: -96px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
238
}
239

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
240
.icon-download {
241
  background-position: -120px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
242
}
243

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
244
.icon-upload {
245
  background-position: -144px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
246
}
247

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
248
.icon-inbox {
249
  background-position: -168px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
250
}
251

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
252
.icon-play-circle {
253
  background-position: -192px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
254
}
255

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
256
.icon-repeat {
257
  background-position: -216px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
258
}
259

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
260
.icon-refresh {
261
  background-position: -240px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
262
}
263

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
268
.icon-lock {
269
  background-position: -287px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
270
}
271

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
272
.icon-flag {
273
  background-position: -312px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
274
}
275

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
276
.icon-headphones {
277
  background-position: -336px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
278
}
279

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
280
.icon-volume-off {
281
  background-position: -360px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
282
}
283

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
284
.icon-volume-down {
285
  background-position: -384px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
286
}
287

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
288
.icon-volume-up {
289
  background-position: -408px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
290
}
291

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
292
.icon-qrcode {
293
  background-position: -432px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
294
}
295

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
296
.icon-barcode {
297
  background-position: -456px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
298
}
299

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
300
.icon-tag {
301
  background-position: 0 -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
302
}
303

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
304
.icon-tags {
305
  background-position: -25px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
306
}
307

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
308
.icon-book {
309
  background-position: -48px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
310
}
311

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
312
.icon-bookmark {
313
  background-position: -72px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
314
}
315

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
316
.icon-print {
317
  background-position: -96px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
318
}
319

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
320
.icon-camera {
321
  background-position: -120px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
322
}
323

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
324
.icon-font {
325
  background-position: -144px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
326
}
327

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
328
.icon-bold {
329
  background-position: -167px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
330
}
331

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
332
.icon-italic {
333
  background-position: -192px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
334
}
335

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
336
.icon-text-height {
337
  background-position: -216px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
338
}
339

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
340
.icon-text-width {
341
  background-position: -240px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
342
}
343

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
344
.icon-align-left {
345
  background-position: -264px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
346
}
347

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
348
.icon-align-center {
349
  background-position: -288px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
350
}
351

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
352
.icon-align-right {
353
  background-position: -312px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
354
}
355

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
356
.icon-align-justify {
357
  background-position: -336px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
358
}
359

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
360
.icon-list {
361
  background-position: -360px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
362
}
363

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
364
.icon-indent-left {
365
  background-position: -384px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
366
}
367

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
368
.icon-indent-right {
369
  background-position: -408px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
370
}
371

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
372
.icon-facetime-video {
373
  background-position: -432px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
374
}
375

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
376
.icon-picture {
377
  background-position: -456px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
378
}
379

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
380
.icon-pencil {
381
  background-position: 0 -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
382
}
383

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
384
.icon-map-marker {
385
  background-position: -24px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
386
}
387

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
388
.icon-adjust {
389
  background-position: -48px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
390
}
391

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
392
.icon-tint {
393
  background-position: -72px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
394
}
395

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
396
.icon-edit {
397
  background-position: -96px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
398
}
399

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
400
.icon-share {
401
  background-position: -120px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
402
}
403

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
404
.icon-check {
405
  background-position: -144px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
406
}
407

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
408
.icon-move {
409
  background-position: -168px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
410
}
411

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
412
.icon-step-backward {
413
  background-position: -192px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
414
}
415

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
416
.icon-fast-backward {
417
  background-position: -216px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
418
}
419

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
420
.icon-backward {
421
  background-position: -240px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
422
}
423

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
424
.icon-play {
425
  background-position: -264px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
426
}
427

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
428
.icon-pause {
429
  background-position: -288px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
430
}
431

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
432
.icon-stop {
433
  background-position: -312px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
434
}
435

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
436
.icon-forward {
437
  background-position: -336px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
438
}
439

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
440
.icon-fast-forward {
441
  background-position: -360px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
442
}
443

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
444
.icon-step-forward {
445
  background-position: -384px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
446
}
447

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
448
.icon-eject {
449
  background-position: -408px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
450
}
451

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
452
.icon-chevron-left {
453
  background-position: -432px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
454
}
455

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
460
.icon-plus-sign {
461
  background-position: 0 -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
462
}
463

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
464
.icon-minus-sign {
465
  background-position: -24px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
466
}
467

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
468
.icon-remove-sign {
469
  background-position: -48px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
470
}
471

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
472
.icon-ok-sign {
473
  background-position: -72px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
474
}
475

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
476
.icon-question-sign {
477
  background-position: -96px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
478
}
479

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
480
.icon-info-sign {
481
  background-position: -120px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
482
}
483

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
484
.icon-screenshot {
485
  background-position: -144px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
486
}
487

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
488
.icon-remove-circle {
489
  background-position: -168px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
490
}
491

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
492
.icon-ok-circle {
493
  background-position: -192px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
494
}
495

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
496
.icon-ban-circle {
497
  background-position: -216px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
498
}
499

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
500
.icon-arrow-left {
501
  background-position: -240px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
502
}
503

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
504
.icon-arrow-right {
505
  background-position: -264px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
506
}
507

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
508
.icon-arrow-up {
509
  background-position: -289px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
510
}
511

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
512
.icon-arrow-down {
513
  background-position: -312px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
514
}
515

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
516
.icon-share-alt {
517
  background-position: -336px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
518
}
519

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
520
.icon-resize-full {
521
  background-position: -360px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
522
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
523

            
524
.icon-resize-small {
525
  background-position: -384px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
526
}
527

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
528
.icon-plus {
529
  background-position: -408px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
530
}
531

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
532
.icon-minus {
533
  background-position: -433px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
534
}
535

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
536
.icon-asterisk {
537
  background-position: -456px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
538
}
539

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
540
.icon-exclamation-sign {
541
  background-position: 0 -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
542
}
543

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
544
.icon-gift {
545
  background-position: -24px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
546
}
547

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
548
.icon-leaf {
549
  background-position: -48px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
550
}
551

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
552
.icon-fire {
553
  background-position: -72px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
554
}
555

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
556
.icon-eye-open {
557
  background-position: -96px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
558
}
559

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
560
.icon-eye-close {
561
  background-position: -120px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
562
}
563

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
564
.icon-warning-sign {
565
  background-position: -144px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
566
}
567

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
568
.icon-plane {
569
  background-position: -168px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
570
}
571

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
572
.icon-calendar {
573
  background-position: -192px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
574
}
575

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
576
.icon-random {
577
  width: 16px;
578
  background-position: -216px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
579
}
580

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
581
.icon-comment {
582
  background-position: -240px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
583
}
584

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
585
.icon-magnet {
586
  background-position: -264px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
587
}
588

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
589
.icon-chevron-up {
590
  background-position: -288px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
591
}
592

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
593
.icon-chevron-down {
594
  background-position: -313px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
595
}
596

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
597
.icon-retweet {
598
  background-position: -336px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
599
}
600

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
601
.icon-shopping-cart {
602
  background-position: -360px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
603
}
604

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
605
.icon-folder-close {
606
  width: 16px;
607
  background-position: -384px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
608
}
609

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
610
.icon-folder-open {
611
  width: 16px;
612
  background-position: -408px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
613
}
614

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
615
.icon-resize-vertical {
616
  background-position: -432px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
617
}
618

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
619
.icon-resize-horizontal {
620
  background-position: -456px -118px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
621
}
622

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
623
.icon-hdd {
624
  background-position: 0 -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
625
}
626

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
627
.icon-bullhorn {
628
  background-position: -24px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
629
}
630

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
631
.icon-bell {
632
  background-position: -48px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
633
}
634

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
635
.icon-certificate {
636
  background-position: -72px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
637
}
638

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
639
.icon-thumbs-up {
640
  background-position: -96px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
641
}
642

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
643
.icon-thumbs-down {
644
  background-position: -120px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
645
}
646

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
647
.icon-hand-right {
648
  background-position: -144px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
649
}
650

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
651
.icon-hand-left {
652
  background-position: -168px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
653
}
654

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
655
.icon-hand-up {
656
  background-position: -192px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
657
}
658

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
659
.icon-hand-down {
660
  background-position: -216px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
661
}
662

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
663
.icon-circle-arrow-right {
664
  background-position: -240px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
665
}
666

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
667
.icon-circle-arrow-left {
668
  background-position: -264px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
669
}
670

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
671
.icon-circle-arrow-up {
672
  background-position: -288px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
673
}
674

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
675
.icon-circle-arrow-down {
676
  background-position: -312px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
677
}
678

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
679
.icon-globe {
680
  background-position: -336px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
681
}
682

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
683
.icon-wrench {
684
  background-position: -360px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
685
}
686

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
687
.icon-tasks {
688
  background-position: -384px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
689
}
690

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
691
.icon-filter {
692
  background-position: -408px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
693
}
694

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
695
.icon-briefcase {
696
  background-position: -432px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
697
}
698

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
699
.icon-fullscreen {
700
  background-position: -456px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
701
}
702

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
703
/* button */
704
.close {
705
  float: right;
706
  font-size: 20px;
707
  font-weight: bold;
708
  line-height: 20px;
709
  color: #000000;
710
  text-shadow: 0 1px 0 #ffffff;
711
  opacity: 0.2;
712
  filter: alpha(opacity=20);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
713
}
714

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
715
.close:hover,
716
.close:focus {
717
  color: #000000;
718
  text-decoration: none;
719
  cursor: pointer;
720
  opacity: 0.4;
721
  filter: alpha(opacity=40);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
722
}
723

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
724
button.close {
725
  padding: 0;
726
  cursor: pointer;
727
  background: transparent;
728
  border: 0;
729
  -webkit-appearance: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
730
}
731

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
732
.btn {
733
  display: inline-block;
734
  *display: inline;
735
  padding: 4px 12px;
736
  margin-bottom: 0;
737
  *margin-left: .3em;
738
  font-size: 14px;
739
  line-height: 20px;
740
  color: #333333;
741
  text-align: center;
742
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
743
  vertical-align: middle;
744
  cursor: pointer;
745
  background-color: #f5f5f5;
746
  *background-color: #e6e6e6;
747
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
748
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
749
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
750
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
751
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
752
  background-repeat: repeat-x;
753
  border: 1px solid #cccccc;
754
  *border: 0;
755
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
756
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
757
  border-bottom-color: #b3b3b3;
improve branch select design
Yuki Kimoto authored on 2016-01-04
758
  border-radius: 4px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
759
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
760
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
761
  *zoom: 1;
762
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
763
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
764
          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
765
}
766

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
767
.btn:hover,
768
.btn:focus,
769
.btn:active,
770
.btn.active,
771
.btn.disabled,
772
.btn[disabled] {
773
  color: #333333;
774
  background-color: #e6e6e6;
775
  *background-color: #d9d9d9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
776
}
777

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
778
.btn:active,
779
.btn.active {
780
  background-color: #cccccc \9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
781
}
782

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
783
.btn:first-child {
784
  *margin-left: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
785
}
786

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
787
.btn:hover,
788
.btn:focus {
789
  color: #333333;
790
  text-decoration: none;
791
  background-position: 0 -15px;
792
  -webkit-transition: background-position 0.1s linear;
793
     -moz-transition: background-position 0.1s linear;
794
       -o-transition: background-position 0.1s linear;
795
          transition: background-position 0.1s linear;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
796
}
797

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
798
.btn:focus {
799
  outline: thin dotted #333;
800
  outline: 5px auto -webkit-focus-ring-color;
801
  outline-offset: -2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
802
}
803

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
804
.btn.active,
805
.btn:active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
806
  background-image: none;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
807
  outline: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
808
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
809
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
810
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
811
}
812

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
813
.btn.disabled,
814
.btn[disabled] {
815
  cursor: default;
816
  background-image: none;
817
  opacity: 0.65;
818
  filter: alpha(opacity=65);
819
  -webkit-box-shadow: none;
820
     -moz-box-shadow: none;
821
          box-shadow: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
822
}
823

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
824
.btn-large {
825
  padding: 11px 19px;
826
  font-size: 17.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
827
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
828
}
829

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
830
.btn-large [class^="icon-"],
831
.btn-large [class*=" icon-"] {
832
  margin-top: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
833
}
834

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
835
.btn-small {
836
  padding: 2px 10px;
837
  font-size: 11.9px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
838
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
839
}
840

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
841
.btn-small [class^="icon-"],
842
.btn-small [class*=" icon-"] {
843
  margin-top: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
844
}
845

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
846
.btn-mini [class^="icon-"],
847
.btn-mini [class*=" icon-"] {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
848
  margin-top: -1px;
849
}
850

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
851
.btn-mini {
852
  padding: 0 6px;
853
  font-size: 10.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
854
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
855
}
856

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
857
.btn-primary {
858
  color: #ffffff;
859
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
860
  background-color: #006dcc;
861
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
862
  background-repeat: repeat-x;
863
  border-color: #0044cc #0044cc #002a80;
864
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
865
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
866
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
867
}
868

            
869
.btn-primary:hover,
870
.btn-primary:focus,
871
.btn-primary:active,
872
.btn-primary.active,
873
.btn-primary.disabled,
874
.btn-primary[disabled] {
875
  color: #ffffff;
876
  background-color: #0044cc;
877
}
878

            
879
.btn-primary:active,
880
.btn-primary.active {
881
  background-color: #003399 \9;
882
}
883

            
884
.btn-info {
885
  color: #ffffff;
886
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
887
  background-color: #49afcd;
888
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
889
  background-repeat: repeat-x;
890
  border-color: #2f96b4 #2f96b4 #1f6377;
891
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
892
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
893
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
894
}
895

            
896
.btn-info:hover,
897
.btn-info:focus,
898
.btn-info:active,
899
.btn-info.active,
900
.btn-info.disabled,
901
.btn-info[disabled] {
902
  color: #ffffff;
903
  background-color: #2f96b4;
904
}
905

            
improve login page design
Yuki Kimoto authored on 2016-01-16
906
.btn-success {
907
  color: #ffffff;
908
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
909
  background-color: #5bb75b;
910
  background-image: linear-gradient(to bottom, #62c462, #51a351);
911
  background-repeat: repeat-x;
912
  border-color: #51a351 #51a351 #387038;
913
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
914
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
915
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
916
}
917

            
918
.btn-success:hover,
919
.btn-success:focus,
920
.btn-success:active,
921
.btn-success.active,
922
.btn-success.disabled,
923
.btn-success[disabled] {
924
  color: #ffffff;
925
  background-color: #51a351;
926
}
927

            
928
.btn-success:active,
929
.btn-success.active {
930
  background-color: #408140 \9;
931
}
932

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
933
.btn-danger {
934
  color: #ffffff;
935
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
936
  background-color: #da4f49;
937
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
938
  background-repeat: repeat-x;
939
  border-color: #bd362f #bd362f #802420;
940
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
941
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
942
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
943
}
944

            
945
.btn-danger:hover,
946
.btn-danger:focus,
947
.btn-danger:active,
948
.btn-danger.active,
949
.btn-danger.disabled,
950
.btn-danger[disabled] {
951
  color: #ffffff;
952
  background-color: #bd362f;
953
}
954

            
955
.btn-danger:active,
956
.btn-danger.active {
957
  background-color: #942a25 \9;
958
}
959

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
960
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
961
.alert {
962
  padding: 8px 35px 8px 14px;
963
  margin-bottom: 20px;
964
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
965
  background-color: #fcf8e3;
966
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
967
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
968
}
969

            
970
.alert,
971
.alert h4 {
972
  color: #c09853;
973
}
974

            
975
.alert h4 {
976
  margin: 0;
977
}
978

            
979
.alert .close {
980
  position: relative;
981
  top: -2px;
982
  right: -21px;
983
  line-height: 20px;
984
}
985

            
986
.alert-success {
987
  color: #468847;
988
  background-color: #dff0d8;
989
  border-color: #d6e9c6;
990
}
991

            
992
.alert-success h4 {
993
  color: #468847;
994
}
995

            
996
.alert-danger,
997
.alert-error {
998
  color: #b94a48;
999
  background-color: #f2dede;
1000
  border-color: #eed3d7;
1001
}
1002

            
1003
.alert-danger h4,
1004
.alert-error h4 {
1005
  color: #b94a48;
1006
}
1007

            
1008
.alert-info {
1009
  color: #3a87ad;
1010
  background-color: #d9edf7;
1011
  border-color: #bce8f1;
1012
}
1013

            
1014
.alert-info h4 {
1015
  color: #3a87ad;
1016
}
1017

            
1018
.alert-block {
1019
  padding-top: 14px;
1020
  padding-bottom: 14px;
1021
}
1022

            
1023
.alert-block > p,
1024
.alert-block > ul {
1025
  margin-bottom: 0;
1026
}
1027

            
1028
.alert-block p + p {
1029
  margin-top: 5px;
1030
}
1031

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1032
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1033
.nav {
1034
  margin-bottom: 20px;
1035
  margin-left: 0;
1036
  list-style: none;
1037
}
1038

            
1039
.nav > li > a {
1040
  display: block;
1041
}
1042

            
1043
.nav > li > a:hover,
1044
.nav > li > a:focus {
1045
  text-decoration: none;
1046
  background-color: #eeeeee;
1047
}
1048

            
1049
.nav > li > a > img {
1050
  max-width: none;
1051
}
1052

            
1053
.nav > .pull-right {
1054
  float: right;
1055
}
1056

            
1057
.nav-header {
1058
  display: block;
1059
  padding: 3px 15px;
1060
  font-size: 11px;
1061
  font-weight: bold;
1062
  line-height: 20px;
1063
  color: #999999;
1064
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1065
  text-transform: uppercase;
1066
}
1067

            
1068
.nav li + .nav-header {
1069
  margin-top: 9px;
1070
}
1071

            
1072
.nav-list {
1073
  padding-right: 15px;
1074
  padding-left: 15px;
1075
  margin-bottom: 0;
1076
}
1077

            
1078
.nav-list > li > a,
1079
.nav-list .nav-header {
1080
  margin-right: -15px;
1081
  margin-left: -15px;
1082
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1083
}
1084

            
1085
.nav-list > li > a {
1086
  padding: 3px 15px;
1087
}
1088

            
1089
.nav-list > .active > a,
1090
.nav-list > .active > a:hover,
1091
.nav-list > .active > a:focus {
1092
  color: #ffffff;
1093
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
1094
  background-color: #0088cc;
1095
}
1096

            
1097
.nav-list [class^="icon-"],
1098
.nav-list [class*=" icon-"] {
1099
  margin-right: 2px;
1100
}
1101

            
1102
.nav-list .divider {
1103
  *width: 100%;
1104
  height: 1px;
1105
  margin: 9px 1px;
1106
  *margin: -5px 0 5px;
1107
  overflow: hidden;
1108
  background-color: #e5e5e5;
1109
  border-bottom: 1px solid #ffffff;
1110
}
1111

            
1112
.nav-tabs,
1113
.nav-pills {
1114
  *zoom: 1;
1115
}
1116

            
1117
.nav-tabs:before,
1118
.nav-pills:before,
1119
.nav-tabs:after,
1120
.nav-pills:after {
1121
  display: table;
1122
  line-height: 0;
1123
  content: "";
1124
}
1125

            
1126
.nav-tabs:after,
1127
.nav-pills:after {
1128
  clear: both;
1129
}
1130

            
1131
.nav-tabs > li,
1132
.nav-pills > li {
1133
  float: left;
1134
}
1135

            
1136
.nav-tabs > li > a,
1137
.nav-pills > li > a {
1138
  padding-right: 12px;
1139
  padding-left: 12px;
1140
  margin-right: 2px;
1141
  line-height: 14px;
1142
}
1143

            
1144
.nav-tabs {
1145
  border-bottom: 1px solid #ddd;
1146
}
1147

            
1148
.nav-tabs > li {
1149
  margin-bottom: -1px;
1150
}
1151

            
1152
.nav-tabs > li > a {
1153
  padding-top: 8px;
1154
  padding-bottom: 8px;
1155
  line-height: 20px;
1156
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1157
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1158
}
1159

            
1160
.nav-tabs > li > a:hover,
1161
.nav-tabs > li > a:focus {
1162
  border-color: #eeeeee #eeeeee #dddddd;
1163
}
1164

            
1165
.nav-tabs > .active > a,
1166
.nav-tabs > .active > a:hover,
1167
.nav-tabs > .active > a:focus {
1168
  color: #555555;
1169
  cursor: default;
1170
  background-color: #ffffff;
1171
  border: 1px solid #ddd;
1172
  border-bottom-color: transparent;
1173
}
1174

            
1175
.nav-pills > li > a {
1176
  padding-top: 8px;
1177
  padding-bottom: 8px;
1178
  margin-top: 2px;
1179
  margin-bottom: 2px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1180
  border-radius: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1181
}
1182

            
1183
.nav-pills > .active > a,
1184
.nav-pills > .active > a:hover,
1185
.nav-pills > .active > a:focus {
1186
  color: #ffffff;
1187
  background-color: #0088cc;
1188
}
1189

            
1190
.nav-stacked > li {
1191
  float: none;
1192
}
1193

            
1194
.nav-stacked > li > a {
1195
  margin-right: 0;
1196
}
1197

            
1198
.nav-tabs.nav-stacked {
1199
  border-bottom: 0;
1200
}
1201

            
1202
.nav-tabs.nav-stacked > li > a {
1203
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1204
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1205
}
1206

            
1207
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1208
  border-top-right-radius: 4px;
1209
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1210
}
1211

            
1212
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1213
  border-bottom-right-radius: 4px;
1214
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1215
}
1216

            
1217
.nav-tabs.nav-stacked > li > a:hover,
1218
.nav-tabs.nav-stacked > li > a:focus {
1219
  z-index: 2;
1220
  border-color: #ddd;
1221
}
1222

            
1223
.nav-pills.nav-stacked > li > a {
1224
  margin-bottom: 3px;
1225
}
1226

            
1227
.nav-pills.nav-stacked > li:last-child > a {
1228
  margin-bottom: 1px;
1229
}
1230

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

            
1235
.nav-pills .dropdown-menu {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1236
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1237
}
1238

            
1239
.nav .dropdown-toggle .caret {
1240
  margin-top: 6px;
1241
  border-top-color: #0088cc;
1242
  border-bottom-color: #0088cc;
1243
}
1244

            
1245
.nav .dropdown-toggle:hover .caret,
1246
.nav .dropdown-toggle:focus .caret {
1247
  border-top-color: #005580;
1248
  border-bottom-color: #005580;
1249
}
1250

            
1251
/* move down carets for tabs */
1252

            
1253
.nav-tabs .dropdown-toggle .caret {
1254
  margin-top: 8px;
1255
}
1256

            
1257
.nav .active .dropdown-toggle .caret {
1258
  border-top-color: #fff;
1259
  border-bottom-color: #fff;
1260
}
1261

            
1262
.nav-tabs .active .dropdown-toggle .caret {
1263
  border-top-color: #555555;
1264
  border-bottom-color: #555555;
1265
}
1266

            
1267
.nav > .dropdown.active > a:hover,
1268
.nav > .dropdown.active > a:focus {
1269
  cursor: pointer;
1270
}
1271

            
1272
.nav-tabs .open .dropdown-toggle,
1273
.nav-pills .open .dropdown-toggle,
1274
.nav > li.dropdown.open.active > a:hover,
1275
.nav > li.dropdown.open.active > a:focus {
1276
  color: #ffffff;
1277
  background-color: #999999;
1278
  border-color: #999999;
1279
}
1280

            
1281
.nav li.dropdown.open .caret,
1282
.nav li.dropdown.open.active .caret,
1283
.nav li.dropdown.open a:hover .caret,
1284
.nav li.dropdown.open a:focus .caret {
1285
  border-top-color: #ffffff;
1286
  border-bottom-color: #ffffff;
1287
  opacity: 1;
1288
  filter: alpha(opacity=100);
1289
}
1290

            
1291
.tabs-stacked .open > a:hover,
1292
.tabs-stacked .open > a:focus {
1293
  border-color: #999999;
1294
}
1295

            
1296
.tabbable {
1297
  *zoom: 1;
1298
}
1299

            
1300
.tabbable:before,
1301
.tabbable:after {
1302
  display: table;
1303
  line-height: 0;
1304
  content: "";
1305
}
1306

            
1307
.tabbable:after {
1308
  clear: both;
1309
}
1310

            
1311
.tab-content {
1312
  overflow: auto;
1313
}
1314

            
1315
.tabs-below > .nav-tabs,
1316
.tabs-right > .nav-tabs,
1317
.tabs-left > .nav-tabs {
1318
  border-bottom: 0;
1319
}
1320

            
1321
.tab-content > .tab-pane,
1322
.pill-content > .pill-pane {
1323
  display: none;
1324
}
1325

            
1326
.tab-content > .active,
1327
.pill-content > .active {
1328
  display: block;
1329
}
1330

            
1331
.tabs-below > .nav-tabs {
1332
  border-top: 1px solid #ddd;
1333
}
1334

            
1335
.tabs-below > .nav-tabs > li {
1336
  margin-top: -1px;
1337
  margin-bottom: 0;
1338
}
1339

            
1340
.tabs-below > .nav-tabs > li > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1341
  border-radius: 0 0 4px 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1342
}
1343

            
1344
.tabs-below > .nav-tabs > li > a:hover,
1345
.tabs-below > .nav-tabs > li > a:focus {
1346
  border-top-color: #ddd;
1347
  border-bottom-color: transparent;
1348
}
1349

            
1350
.tabs-below > .nav-tabs > .active > a,
1351
.tabs-below > .nav-tabs > .active > a:hover,
1352
.tabs-below > .nav-tabs > .active > a:focus {
1353
  border-color: transparent #ddd #ddd #ddd;
1354
}
1355

            
1356
.tabs-left > .nav-tabs > li,
1357
.tabs-right > .nav-tabs > li {
1358
  float: none;
1359
}
1360

            
1361
.tabs-left > .nav-tabs > li > a,
1362
.tabs-right > .nav-tabs > li > a {
1363
  min-width: 74px;
1364
  margin-right: 0;
1365
  margin-bottom: 3px;
1366
}
1367

            
1368
.tabs-left > .nav-tabs {
1369
  float: left;
1370
  margin-right: 19px;
1371
  border-right: 1px solid #ddd;
1372
}
1373

            
1374
.tabs-left > .nav-tabs > li > a {
1375
  margin-right: -1px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1376
  border-radius: 4px 0 0 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1377
}
1378

            
1379
.tabs-left > .nav-tabs > li > a:hover,
1380
.tabs-left > .nav-tabs > li > a:focus {
1381
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
1382
}
1383

            
1384
.tabs-left > .nav-tabs .active > a,
1385
.tabs-left > .nav-tabs .active > a:hover,
1386
.tabs-left > .nav-tabs .active > a:focus {
1387
  border-color: #ddd transparent #ddd #ddd;
1388
}
1389

            
1390
.tabs-right > .nav-tabs {
1391
  float: right;
1392
  margin-left: 19px;
1393
  border-left: 1px solid #ddd;
1394
}
1395

            
1396
.tabs-right > .nav-tabs > li > a {
1397
  margin-left: -1px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1398
  border-radius: 0 4px 4px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1399
}
1400

            
1401
.tabs-right > .nav-tabs > li > a:hover,
1402
.tabs-right > .nav-tabs > li > a:focus {
1403
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
1404
}
1405

            
1406
.tabs-right > .nav-tabs .active > a,
1407
.tabs-right > .nav-tabs .active > a:hover,
1408
.tabs-right > .nav-tabs .active > a:focus {
1409
  border-color: #ddd #ddd #ddd transparent;
1410
  *border-left-color: #ffffff;
1411
}
1412

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1413
/* bread */
1414
.breadcrumb {
1415
  padding: 8px 15px;
1416
  margin: 0 0 20px;
1417
  list-style: none;
1418
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1419
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1420
}
1421

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1422
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1423
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1424
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1425
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1426
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1427
}
1428

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1429
.breadcrumb > li > .divider {
1430
  padding: 0 5px;
1431
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1432
}
1433

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1434
.breadcrumb > .active {
1435
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1436
}
1437

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1438
/* mordal dialog box */
1439
.modal-backdrop {
1440
  position: fixed;
1441
  top: 0;
1442
  right: 0;
1443
  bottom: 0;
1444
  left: 0;
1445
  z-index: 1040;
1446
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1447
}
1448

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1449
.modal-backdrop.fade {
1450
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1451
}
1452

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1453
.modal-backdrop,
1454
.modal-backdrop.fade.in {
1455
  opacity: 0.8;
1456
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1457
}
1458

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1459
.modal {
1460
  position: fixed;
1461
  top: 10%;
1462
  left: 50%;
1463
  z-index: 1050;
1464
  width: 560px;
1465
  margin-left: -280px;
1466
  background-color: #ffffff;
1467
  border: 1px solid #999;
1468
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
1469
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1470
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1471
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1472
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1473
}
1474

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1475
.modal.fade {
1476
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1477
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1478
}
1479

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1480
.modal.fade.in {
1481
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1482
}
1483

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1484
.modal-header {
1485
  padding: 9px 15px;
1486
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1487
}
1488

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1489
.modal-header .close {
1490
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1491
}
1492

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1493
.modal-header h3 {
1494
  margin: 0;
1495
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1496
}
1497

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1498
.modal-body {
1499
  position: relative;
1500
  max-height: 400px;
1501
  padding: 15px;
1502
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1503
}
1504

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1505
.modal-form {
1506
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1507
}
1508

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1509
.modal-footer {
1510
  padding: 14px 15px 15px;
1511
  margin-bottom: 0;
1512
  text-align: right;
1513
  background-color: #f5f5f5;
1514
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1515
  border-radius: 0 0 6px 6px;
1516
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1517
}
1518

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1519
.modal-footer:before,
1520
.modal-footer:after {
1521
  display: table;
1522
  line-height: 0;
1523
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1524
}
1525

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1526
.modal-footer:after {
1527
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1528
}
1529

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1530
.modal-footer .btn + .btn {
1531
  margin-bottom: 0;
1532
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1533
}
1534

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1535
.modal-footer .btn-group .btn + .btn {
1536
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1537
}
1538

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1539
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1540
  margin-left: 0;
1541
}
1542

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1543
.hide {
1544
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1545
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1546
.show {
1547
  display: block;
1548
}
1549
.invisible {
1550
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1551
}
1552

            
cleanup css
Yuki Kimoto authored on 2015-12-26
1553
/* Plain text */
1554
.plain-text {
1555
  background             : white;
1556
  border-radius          : 1px;
1557
  border-top             : none;
1558
  border-top-left-radius : 0;
1559
  font-size              : 16px;
1560
  line-height            : 1.5em;
1561
  padding                : 27px;
1562
}
1563

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

            
1565
.topic1 {
1566
  font-size:19px;
1567
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1568
  margin:20px 0 15px 0;
improve top page design
Yuki Kimoto authored on 2015-12-26
1569
  padding-left:8px;
1570
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
1571

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
1572
.project-header {
1573
  background:#fafafa;
1574
  border-bottom: 1px solid #eee;
1575
  margin-bottom:10px;
1576
  overflow:hidden;
1577
  padding:14px 0 10px 0;
1578
}
1579

            
1580
.project-header-left {
1581
  float:left;
1582
  width:50%;
1583
  overflow:hidden;
1584
}
1585

            
1586
.project-header-right {
1587
  float:left;
1588
  width:50%;
1589
  overflow:hidden;
1590
}
1591

            
1592
.project-header-right-container {
1593
  float:right;
1594
  overflow:hidden;
1595
}
1596

            
1597
.project-header-btn-container {
1598
  float:left;
1599
  margin-right:4px;
1600
}
1601

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1602
.footer {
1603
  text-align:center;
improve footer design
Yuki Kimoto authored on 2016-01-04
1604
  border-top:1px solid #e5e5e5;
improve footer design
Yuki Kimoto authored on 2016-01-04
1605
  padding:15px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
1606
  margin-top:30px;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1607
}
1608

            
1609
.repositories {
1610
  margin-bottom:30px;
1611
}
1612

            
1613
.repositories li {
1614
  border-top: 1px solid #d8d8d8;
1615
  overflow:hidden;
1616
  padding:10px 0;
1617
}
1618

            
1619
.repositories a:hover {
1620
  text-decoration:underline;
1621
}
1622

            
1623
.repositories-name {
1624
  float:left;
1625
  width:25%;
1626
}
1627

            
1628
.repositories-description {
1629
  float:left;
1630
  width:45%;
1631
  color:#333;
1632
  min-height:1px;
1633
}
1634

            
1635
.repositories-age {
1636
  float:left;
1637
  width:30%;
1638
  color: #767676;
1639
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
1640

            
1641
.branch-select-container {
1642
  overflow:hidden;
1643
}
1644

            
1645
.branch-select-left-container {
1646
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1647
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1648
}
1649

            
1650
.branch-select-right-container {
1651
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1652
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1653
}
1654

            
1655
.git-url-container {
1656
  float:right;
1657
  overflow:hidden;
1658
  display:inline-block;
1659
}
1660

            
1661
.git-url-container li {
1662
  float:left;
1663
}
1664

            
1665
.git-url-container .btn, .git-url-container .btn-small {
1666
  border-radius:0;
1667
}
1668

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
1669
.git-url-container input {
1670
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
1671
  padding:5px 0 5px 5px;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1672
  border:1px solid #d8d8d8;
1673
}
1674

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
1675
.page-path-container {
1676
  float:left;
1677
}
1678

            
1679
.donwload-zip {
1680
  margin-left:5px;
1681
  font-weight:bold;
1682
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
1683

            
1684
.page-path {
1685
  display:inline-block;
1686
  margin-left:5px;
1687
}
1688

            
1689
.branch-select-left-container-page-path {
1690
  width:100%;
1691
}
complete readme design
Yuki Kimoto authored on 2016-01-06
1692

            
1693
.readme-header {
1694
  background-color: #f5f5f5;
1695
  border-radius: 3px 3px 0 0;
1696
  border: 1px solid #d8d8d8;
1697
  border-bottom: 0;
1698
  padding: 9px 10px 10px;
1699
  font-size: 14px;
1700
  line-height: 17px;
1701
  font-weight:bold;
1702
}
1703

            
1704
.readme-frame {
1705
  border: 1px solid #d8d8d8;
improve tree header design
Yuki Kimoto authored on 2016-01-06
1706
}
1707

            
1708
.commit-summary {
1709
  overflow:hidden;
1710
  padding: 10px;
1711
  line-height: 20px;
1712
  background-color: #e6f1f6;
1713
  border: 1px solid #c1dce9;
1714
  border-radius: 3px;
1715
  border-bottom-right-radius: 0;
1716
  border-bottom-left-radius: 0;
1717
  margin-top:13px;
1718
}
1719

            
1720
.commit-summary-left-container {
1721
  float:left;
1722
  width:70%;
1723
}
1724

            
1725
.commit-summary-right-container {
1726
  float:right;
1727
  width:30%;
1728
  text-align:right;
1729
  color: #68777d;
1730
}
1731

            
1732
.commit-summary-author {
1733
  font-weight:bold;
1734
}
1735

            
1736
.commit-summary-left-container a {
1737
  color: #68777d;
1738
}
1739

            
1740
.commit-summary-right-container a {
1741
  color:#445055;
1742
}
improve tree design
Yuki Kimoto authored on 2016-01-07
1743

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
1744
.commit-contributor {
1745
  padding: 5px 10px;
1746
  background-color: #fff;
1747
  border: 1px solid #c1dce9;
1748
  border-top:none;
1749
  border-bottom-left-radius: 3px;
1750
  border-bottom-right-radius: 3px;
1751
  color:#68777d;
1752
}
1753

            
improve tree design
Yuki Kimoto authored on 2016-01-07
1754
.file-list li {
1755
  border: 1px solid #c1dce9;
1756
  border-top:none;
1757
  padding:7px;
1758
  overflow:hidden;
1759
}
1760

            
1761
.file-list li:last-child {
1762
  border-radius: 3px;
1763
}
1764

            
1765
.file-list-name {
1766
  width:25%;
1767
  float:left;
1768
}
1769

            
1770
.file-list-commit {
1771
  width:60%;
1772
  float:left;
1773
}
1774

            
1775
.file-list-commit a {
1776
  color:#888;
1777
}
1778

            
1779
.file-list-age {
1780
  width:15%;
1781
  float:left;
1782
  text-align:right;
1783
  color:#888
1784
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
1785

            
1786
.file-header {
1787
  padding: 5px 10px;
1788
  background-color: #f7f7f7;
1789
  border: 1px solid #d8d8d8;
1790
  border-bottom:none;
1791
  border-top-left-radius: 2px;
1792
  border-top-right-radius: 2px;
1793
  margin-top:20px;
1794
  overflow:hidden;
1795
}
1796

            
1797
.file-header-left {
1798
  float:left;
1799
  width:50%;
1800
  padding-top:4px;
1801
}
1802

            
1803
.file-header-right {
1804
  float:left;
1805
  width:50%;
1806
  overflow:hidden;
1807
}
1808

            
1809
.file-header-right ul {
1810
  float:right;
1811
  overflow:hidden;
1812
}
1813

            
1814
.file-header-right li {
1815
  float:left;
1816
  margin-left:1px;
1817
  font-weight:bold;
1818
}
1819

            
1820
.blob-image {
1821
  background:#ddd;
1822
  text-align:center;
1823
  padding-top:30px;
1824
  padding-bottom:30px;
1825
  margin-bottom:30px;
1826
  border-radius: 0 0 2px 2px;
1827
}
1828

            
1829
.blob-image img {
1830
  max-width: 600px;
1831
  border: 1px solid #fff;
1832
}
1833

            
1834
.blob-raw {
1835
  font-size:16px;
1836
  background:#ddd;
1837
  text-align:center;
1838
  padding-top:30px;
1839
  padding-bottom:30px;
1840
  margin-bottom:30px;
1841
  border-radius: 0 0 2px 2px;
1842
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
1843

            
1844
.commits {
1845
  margin-top:20px;
1846
}
1847

            
1848
.commits-date-container {
1849
  border-left:#f3f3f3 2px solid;
1850
  margin:3px 6px;
1851
  padding:10px 0;
1852
}
1853

            
1854
.commit-date {
1855
  color: #767676;
1856
}
1857

            
1858
.commit-date i {
1859
  margin-right:15px;
1860
}
1861

            
1862
.commits-date-container li:first-child {
1863
  border-top: 1px solid #e5e5e5;
1864
}
1865

            
1866
.commits-date-container li {
1867
  margin-left:20px;
1868
  border: 1px solid #e5e5e5;
1869
  border-top:none;
1870
  padding:8px 20px 8px 15px;
1871
  overflow:hidden;
1872
}
1873

            
1874
.commit-left {
1875
  float:left;
1876
  width:70%;
1877
}
1878

            
1879
.commit-left-title a {
1880
  color:#333;
1881
}
1882

            
1883
.commit-left-author {
1884
  color: #767676;
1885
  margin-top:1px;
1886
}
1887

            
1888
.commit-right {
1889
  float:left;
1890
  width:30%;
1891
}
1892

            
1893
.commit-right-container {
1894
  float:right;
1895
}
1896

            
1897
.commit-right-commit-id {
1898
  float:left;
1899
  width:80px;
1900
}
1901

            
1902
.commit-right-commit-id a {
1903
  border: 1px solid #e5e5e5;
1904
  display:block;
1905
  width:100%;
1906
  padding:6px 10px;
1907
  text-align:center;
1908
  margin-top:3px;
1909
  border-radius:3px;
1910
}
1911

            
1912
.commit-right-commit-id a:hover {
1913
  text-decoration:none;
1914
  color:white;
1915
  background:#4169e1;
1916
}
1917

            
1918
.commit-right-browse-repository {
1919
  float:left;
1920
}
1921

            
1922
.commit-right-browse-repository a {
1923
  border: 1px solid #e5e5e5;
1924
  display:block;
1925
  width:100%;
1926
  padding:6px 5px;
1927
  margin-left:10px;
1928
  text-align:center;
1929
  font-weight:bold;
1930
  margin-top:3px;
1931
  border-radius:3px;
1932
}
1933

            
1934
.commit-right-browse-repository a:hover {
1935
  text-decoration:none;
1936
  color:white;
1937
  background:#4169e1;
1938
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
1939

            
1940
.pagenation {
1941
  overflow:hidden;
1942
  width:140px;
1943
  margin: 0 auto;
1944
}
1945

            
1946
.pagenation li {
1947
  float: left;
1948
  font-size: 13px;
1949
  font-weight: bold;
1950
  color: #4078c0;
1951
  background: #fff;
1952
  border: 1px solid #e5e5e5;
1953
  border-left:none;
1954
  width:50%;
1955
  text-align:center;
1956
}
1957

            
1958
.pagenation li a {
1959
  padding: 7px 12px;
1960
  display:block;
1961
  width:100%;
1962
}
1963

            
1964
.pagenation li span {
1965
  padding: 7px 12px;
1966
  display:block;
1967
  width:100%;
1968
  color:#d3d3d3;;
1969
  background:#fafafa;
1970
}
1971

            
1972
.pagenation li a:hover {
1973
  text-decoration:none;
1974
  background:#e5e5e5;
1975
}
1976

            
1977
.pagenation li:first-child {
1978
  border-left: 1px solid #e5e5e5;
1979
  border-radius:3px 0 0 3px;
1980
}
1981

            
1982
.pagenation li:last-child {
1983
  border-radius:0 3px 3px 0;
1984
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
1985

            
1986
.blame-page-path {
1987
  overflow:hidden;
1988
}
1989

            
1990
.blame-page-path .page-path {
1991
  float:left;
1992
  margin-left:0;
1993
}
1994

            
1995
.blame-gradation {
1996
  float:right;
1997
  text-align:right:
1998
}
1999

            
2000
.blame-body-container {
2001
  overflow-x:scroll;
2002
  border:1px solid #d8d8d8;
2003
  border-radius:0 0 3px 3px;
2004
}
2005

            
2006
.blame-body {
2007
  width:100%;
2008
  border-collapse: collapse;
2009
}
2010

            
2011
.blame-body-left {
2012
  padding:3px 7px;
2013
  vertical-align:middle;
2014
  border-left:none;
2015
  border-bottom:none;
2016
}
2017

            
2018
.blame-body-center {
2019
  padding:5px 10px;
2020
  color:gray;
2021
  font-size:12px;
2022
  vertical-align:middle;
2023
  border-right:1px solid #d8d8d8;
2024
}
2025

            
2026
.blame-body-right {
2027
  padding:5px 10px;
2028
  vertical-align:middle;
2029
  white-space: nowrap;
2030
  border-right:none
2031
}
2032

            
2033
.blame-summary-container {
2034
  overflow:hidden;
2035
}
2036

            
2037
.blame-summary {
2038
  display:inline-block;
2039
  float:left;
2040
  font-weight:bold;
2041
}
2042

            
2043
.blame-commit-id {
2044
  display:inline-block;
2045
  float:right;
2046
  font-size:90%;
2047
}
2048

            
2049
.blame-author {
2050
  color:#767676;
2051
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2052

            
2053
.login-form {
2054
  border:1px solid #d8d8d8;
2055
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2056
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
2057
  width:300px;
2058
  margin-left:auto;
2059
  margin-right:auto
2060
}
2061

            
2062
.login-form-container {
2063
  width:70%;
2064
  margin:0 auto;
2065
}
2066

            
2067
.login-form input[type=text], .login-form input[type=password] {
2068
  border:1px solid #d8d8d8;
2069
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2070
  padding:7px 5px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2071
  width:100%;
2072
  margin:5px 0;
2073
}
2074

            
2075
.login-form input[type=checkbox] {
2076
  margin:6px 0 9px 0;
2077
}
2078

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2079
.login-form button {
2080
  width:100%;
2081
}
2082

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2083
.header-bottom {
2084
  margin-bottom:15px;
2085
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2086
}
2087

            
2088
.project-settings {
2089
  overflow:hidden;
2090
}
2091

            
2092
.project-settings .left {
2093
  float:left;
2094
  width:15%;
2095
  padding-right:10px;
2096
}
2097

            
2098
.project-settings .left li {
2099
  border:1px solid #d8d8d8;
2100
  border-top:none;
2101
  padding:5px 10px;
2102
}
2103

            
2104
.project-settings .left li:first-child {
2105
  border-top:1px solid #d8d8d8;
2106
}
2107

            
2108
.project-settings .right {
2109
  float:left;
2110
  width:85%;
2111
}
2112

            
2113
.project-settings-main {
2114
  margin-bottom:20px;
2115
}
2116

            
2117
.project-settings-main li {
2118
  border:1px solid #d8d8d8;
2119
  border-top:none;
2120
  padding:10px 10px;
2121
}
2122

            
2123
.project-settings-main li:first-child {
2124
  border-top:1px solid #d8d8d8;
2125
  background: #eee;
2126
  border-radius:3px 3px 0 0;
2127
  font-size:17px;
2128
}
2129

            
2130
.project-settings-main input[type=text] {
2131
    border:1px solid #d8d8d8;
2132
    border-radius: 3px;
2133
    padding:6px 5px;
2134
    width:100%;
2135
    margin:5px 0;
2136
}
2137

            
2138
.project-settings-main input[type=checkbox] {
2139
  margin:0 5px;
2140
}
2141

            
2142
.project-settings-main select {
2143
    border:1px solid #d8d8d8;
2144
    border-radius: 3px;
2145
    padding:6px 5px;
2146
    width:30%;
2147
    margin:5px 0;
2148
}
2149

            
2150
.project-settings-danger li {
2151
  border:1px solid #d8d8d8;
2152
  border-top:none;
2153
  padding:10px 10px;
2154
}
2155

            
2156
.project-settings-danger li:first-child {
2157
  border-top:1px solid #d8d8d8;
2158
  background: #eee;
2159
  border-radius:3px 3px 0 0;
2160
  font-size:17px;
2161
  background:red;
2162
}
2163

            
2164
#delete-confirm input {
2165
  border:1px solid #d8d8d8;
2166
  border-radius: 3px;
2167
  padding:6px 5px;
2168
  margin:5px 0;
2169
  width:70%;
2170
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
2171

            
2172
.collaboration > div:first-child {
2173
  font-size:17px;
2174
  padding:5px;
2175
  border-bottom:1px solid #d8d8d8;
2176
  font-weight:bold;
2177
  margin-bottom:10px;
2178
}
2179

            
2180
.collaboration input[type=text] {
2181
  border:1px solid #d8d8d8;
2182
  border-radius: 3px;
2183
  padding:6px 5px;
2184
  margin:5px 0;
2185
  width:40%;
2186
}
2187

            
2188
.collaboration input[type=submit] {
2189
  padding:6px 5px;
2190
  margin:5px 0;
2191
  width:10%;
2192
}
improve settings design
Yuki Kimoto authored on 2016-01-19
2193

            
2194
.user-settings {
2195
  overflow:hidden;
2196
}
2197

            
2198
.user-settings .left {
2199
  float:left;
2200
  width:15%;
2201
  padding-right:10px;
2202
}
2203

            
2204
.user-settings .left li {
2205
  border:1px solid #d8d8d8;
2206
  border-top:none;
2207
  padding:5px 10px;
2208
}
2209

            
2210
.user-settings .left li:first-child {
2211
  border-top:1px solid #d8d8d8;
2212
}
2213

            
2214
.user-settings .left li.active a {
2215
  color:black;
2216
  font-weight:bold;
2217
  text-decoration:none;
2218
}
2219

            
2220
.user-settings .right {
2221
  float:left;
2222
  width:85%;
2223
}
2224

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2225
.user-settings-container > div {
improve settings design
Yuki Kimoto authored on 2016-01-19
2226
  border:1px solid #d8d8d8;
2227
  padding:10px 10px;
2228
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2229
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
2230
}
2231

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2232
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
2233
  border-bottom:none;
2234
  background: #eee;
2235
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2236
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
2237
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2238
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
2239
}
2240

            
2241
.profile li {
2242
  padding:5px 5px;
2243
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
2244

            
2245
.ssh-keys form {
2246
  margin:5px 0;
2247
}
2248

            
2249
.ssh-key-add input[type=text] {
2250
  border:1px solid #d8d8d8;
2251
  border-radius: 3px;
2252
  padding:6px 5px;
2253
  margin:5px 0;
2254
  width:60%;
2255
}
2256

            
2257
.ssh-key-add textarea {
2258
  border:1px solid #d8d8d8;
2259
  border-radius: 3px;
2260
  padding:6px 5px;
2261
  margin:5px 0;
2262
  width:100%;
2263
  min-height:200px;
2264
}