|
Lines 197-208
body {
Link Here
|
| 197 |
#statusbar { |
197 |
#statusbar { |
| 198 |
background-color: #F4F8F9; |
198 |
background-color: #F4F8F9; |
| 199 |
border: solid 2px #b9d8d9; |
199 |
border: solid 2px #b9d8d9; |
| 200 |
border-bottom-style: none; |
200 |
border-radius: 6px; |
| 201 |
border-radius: 6px 6px 0 0; |
|
|
| 202 |
margin-bottom: -32px; |
| 203 |
overflow: auto; |
201 |
overflow: auto; |
| 204 |
padding: 4px; |
202 |
padding: 4px; |
| 205 |
padding-bottom: 0; |
|
|
| 206 |
} |
203 |
} |
| 207 |
|
204 |
|
| 208 |
#statusbar #status-tag-info, #statusbar #status-subfield-info { |
205 |
#statusbar #status-tag-info, #statusbar #status-subfield-info { |
|
Lines 456-458
body {
Link Here
|
| 456 |
.CodeMirror-gutter-wrapper { |
453 |
.CodeMirror-gutter-wrapper { |
| 457 |
position: absolute; |
454 |
position: absolute; |
| 458 |
} |
455 |
} |
|
|
456 |
|
| 457 |
/* Small devices (tablets, 768px and up) */ |
| 458 |
@media (min-width: @screen-sm-min) { |
| 459 |
#statusbar { |
| 460 |
border-bottom-style: none; |
| 461 |
border-radius: 6px 6px 0 0; |
| 462 |
margin-bottom: -32px; |
| 463 |
} |
| 464 |
} |