Files
web2.0-backend/infoscreen/static/infoscreen/css/admin.css
T
2018-01-28 20:23:56 +02:00

67 lines
833 B
CSS

html {
font-size: 16px;
}
body {
padding: 1.5rem;
margin: 0.5rem;
height: 100%;
}
tbody {
border: 1px solid #ddd;
}
div {
margin-bottom: 0.5rem;
}
td {
max-width: 12vw;
overflow: hidden;
word-wrap: break-word;
}
@media (min-width: 760px) {
body {
font-size: 1rem;
}
}
@media (max-width: 760px) {
body {
font-size: 0.7rem;
padding: 0;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 1.5rem;
}
.logout-button {
margin: 0;
}
table>tbody>tr>td,
table>tbody>tr>th {
white-space: normal;
padding: 0.2rem !important;
max-width: 100%;
}
}
#header {
max-width: 100%;
display: flex;
justify-content: flex-end;
}
.tab-content {
margin-top: 1rem;
}
.rotation-title-row {
display: flex;
justify-content: space-between;
align-items: center;
}