Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

224 lines
3.7 KiB

11 years ago
body {
padding-top: 70px;
11 years ago
}
.footer {
border-top: 1px solid #ddd;
margin-top: 30px;
padding: 15px 0 30px;
11 years ago
}
.jumbotron {
text-align: center;
background-color: transparent;
11 years ago
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
11 years ago
}
.navbar-brand {
padding: 0;
margin: 0;
11 years ago
}
.default-index .generator {
min-height: 200px;
margin-bottom: 20px;
11 years ago
}
.list-group .glyphicon {
float: right;
11 years ago
}
.popover {
max-width: 400px;
width: 400px;
11 years ago
}
.hint-block {
display: none;
11 years ago
}
11 years ago
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
11 years ago
.default-view .sticky-value {
padding: 6px 12px;
background: lightyellow;
white-space: pre;
word-wrap: break-word;
11 years ago
}
.default-view .form-group label.help {
border-bottom: 1px dashed #888;
cursor: help;
}
11 years ago
.default-view .modal-dialog {
width: 800px;
11 years ago
}
.default-view .modal-dialog .error {
color: #d9534f;
11 years ago
}
11 years ago
.default-view .modal-dialog .content {
background: #fafafa;
border-left: #eee 5px solid;
padding: 5px 10px;
overflow: auto;
11 years ago
}
.default-view .modal-dialog code {
background: transparent;
11 years ago
}
.default-view-files table .action {
width: 100px;
11 years ago
}
11 years ago
.default-view-files table .check {
width: 25px;
text-align: center;
11 years ago
}
11 years ago
.default-view-results pre {
overflow: auto;
background-color: #333;
max-height: 300px;
color: white;
padding: 10px;
border-radius: 0;
white-space: nowrap;
11 years ago
}
11 years ago
.default-view-results pre .error {
background: #FFE0E1;
color: black;
padding: 1px;
11 years ago
}
.default-view-results .alert pre {
background: white;
}
11 years ago
.default-diff pre {
padding: 0;
margin: 0;
background: transparent;
border: none;
11 years ago
}
.default-diff pre del {
background: pink;
11 years ago
}
.default-diff pre ins {
background: lightgreen;
text-decoration: none;
11 years ago
}
.Differences {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
.Differences thead {
display: none;
}
.Differences tbody th {
text-align: right;
background: #FAFAFA;
padding: 1px 2px;
border-right: 1px solid #eee;
vertical-align: top;
font-size: 13px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-weight: normal;
color: #999;
width: 5px;
}
.Differences td {
padding: 1px 2px;
font-size: 13px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.DifferencesSideBySide .ChangeInsert td.Left {
background: #dfd;
}
.DifferencesSideBySide .ChangeInsert td.Right {
background: #cfc;
}
.DifferencesSideBySide .ChangeDelete td.Left {
background: #f88;
}
.DifferencesSideBySide .ChangeDelete td.Right {
background: #faa;
}
.DifferencesSideBySide .ChangeReplace .Left {
background: #fe9;
}
.DifferencesSideBySide .ChangeReplace .Right {
background: #fd8;
}
.Differences ins, .Differences del {
text-decoration: none;
}
.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
background: #fc0;
}
.Differences .Skipped {
background: #f7f7f7;
}
.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
background: #fdd;
}
.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
background: #dfd;
}
.DifferencesInline .ChangeReplace ins {
background: #9e9;
}
.DifferencesInline .ChangeReplace del {
background: #e99;
}
.DifferencesInline th[data-line-number]:before {
content: attr(data-line-number);
}
/* additional styles for typeahead.js-bootstrap.css */
.twitter-typeahead {
display: block !important;
}
.twitter-typeahead .tt-hint {
padding: 6px 12px !important;
}