mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-12 21:22:28 +01:00
42 lines
496 B
CSS
42 lines
496 B
CSS
.admin-nav-item {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.change-password {
|
|
width: 150px;
|
|
}
|
|
|
|
.change-password-btn {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.password-box {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.hidden-metadata {
|
|
display: none;
|
|
}
|
|
|
|
.api-quota {
|
|
display: inline;
|
|
}
|
|
|
|
input.api-quota {
|
|
display: inline;
|
|
width: 9em;
|
|
font-size: .85em;
|
|
height: .85em;
|
|
}
|
|
|
|
.wrap-text {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
@media (min-width: 700px) {
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
}
|