2017-01-10 01:15:18 +01:00
|
|
|
.informational-overlays .overlay-content {
|
|
|
|
/* because zoom breaks at 525px perhaps due to rounding errors, so add a
|
|
|
|
trivial amount of width so it doesn't break. */
|
2017-02-14 03:09:33 +01:00
|
|
|
width: 550px;
|
2017-01-10 01:15:18 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
|
|
|
top: calc((30vh - 50px) / 2);
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-02-01 20:51:25 +01:00
|
|
|
.informational-overlays .overlay-tabs {
|
|
|
|
padding: 10px 0px;
|
2017-06-21 08:52:40 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 93%);
|
2017-02-01 20:51:25 +01:00
|
|
|
}
|
2017-01-10 01:15:18 +01:00
|
|
|
|
2017-02-01 20:51:25 +01:00
|
|
|
.informational-overlays .overlay-tabs .tab-switcher {
|
2017-03-14 16:36:22 +01:00
|
|
|
margin-left: 15px;
|
2017-02-01 20:51:25 +01:00
|
|
|
}
|
2017-01-10 01:15:18 +01:00
|
|
|
|
2017-02-01 20:51:25 +01:00
|
|
|
.informational-overlays .overlay-tabs .exit {
|
|
|
|
float: right;
|
2017-03-13 22:44:50 +01:00
|
|
|
font-size: 1.5rem;
|
2017-06-21 08:52:40 +02:00
|
|
|
color: hsl(0, 0%, 66%);
|
2017-02-01 20:51:25 +01:00
|
|
|
font-weight: 600;
|
|
|
|
margin: 1px 15px;
|
2017-01-10 01:15:18 +01:00
|
|
|
}
|
|
|
|
|
2017-02-01 20:51:25 +01:00
|
|
|
.informational-overlays .overlay-modal {
|
|
|
|
padding-bottom: 10px;
|
2017-01-10 01:15:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .overlay-modal .modal-body {
|
|
|
|
height: 70vh;
|
2017-02-14 03:09:33 +01:00
|
|
|
text-align: center;
|
2017-08-29 00:45:41 +02:00
|
|
|
outline: none;
|
2017-01-10 01:15:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .overlay-modal .modal-header h3 {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .overlay-modal .modal-body th {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays td.operator {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2017-03-19 20:30:47 +01:00
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.informational-overlays .overlay-content {
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .tab-switcher.large .ind-tab {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .tab-switcher {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .table.table-condensed.table-striped {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informational-overlays .hotkeys_table {
|
|
|
|
width: 100%;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
}
|