}
div.camera-button.full-screen {
- background-position: -32px 0px;
+ background-position: -200% 0px;
}
div.camera-button.configure {
- background-position: -16px 0px;
+ background-position: -100% 0px;
}
div.camera-container {
body {
font-size: 13px;
}
+
+ div.camera-button {
+ background-size: cover;
+ width: 24px;
+ height: 24px;
+ }
+
+ div.camera-top-bar {
+ font-size: 20px;
+ height: 25px;
+ }
}
@media all and (max-width: 1900px) {
tr:HOVER span.help-mark {
visibility: visible;
}
+
+
+ /* media queries */
+
+@media all and (max-width: 400px) {
+ span.modal-title {
+ font-size: 1.5em;
+
+ }
+
+ div.modal-title-bar {
+ height: 2em;
+ line-height: 2em;
+ }
+
+ div.modal-close-button {
+ background-size: cover;
+ width: 24px;
+ height: 24px;
+ }
+}