gist/web/app/css/themes/light.css

49 lines
687 B
CSS
Raw Normal View History

2015-05-04 22:12:26 +02:00
.navbar {
border-radius: 0;
}
2015-05-05 23:24:37 +02:00
#form_content {
2015-05-04 22:12:26 +02:00
display: block;
width: 100%;
padding: 10px;
}
#languages {
padding-bottom: 5px;
}
2015-05-04 23:09:27 +02:00
#languages .btn-group:first-child {
margin-right: 4px;
}
2017-10-15 02:07:41 +02:00
pre, code {
background: none !important;
white-space: pre-wrap !important;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap !important;
white-space: -o-pre-wrap !important;
word-wrap: break-word !important;
border: 0;
2015-05-04 22:12:26 +02:00
}
2015-05-05 11:26:20 +02:00
.panel-heading .actions {
margin-top: -5px;
}
2015-05-05 23:24:37 +02:00
2017-10-15 02:07:41 +02:00
.diff {
2015-05-06 22:46:29 +02:00
display: none;
}
2015-05-07 00:35:31 +02:00
2015-06-27 15:47:04 +02:00
#options {
margin-bottom: 17px;
}
.btn-delete {
background: #DE3336;
color: #fff;
}
.btn-error:active, .btn-error:hover, .btn-error:focus {
color: #000;
}