Ready For 1.1
This commit is contained in:
parent
c23f2f88e8
commit
7a221acb8e
11 changed files with 297 additions and 146 deletions
|
@ -164,6 +164,28 @@ td.font-monospace {
|
|||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.key-col.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.key-col {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar .btn,
|
||||
.navbar .dropdown-toggle,
|
||||
.navbar .nav-link {
|
||||
min-height: 40px;
|
||||
line-height: 1.5 !important;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.alert-error { background-color: #f8d7da; border-color: #f5c6cb; color: #721c24; }
|
||||
.alert-success { background-color: #d4edda; border-color: #c3e6cb; color: #155724; }
|
||||
.alert-info { background: #d9edf7; color: #31708f; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue