add config file comments, minor JS refactoring
[ppt-control.git] / ppt_control / static / style.css
index 01c57347f6a8fb9857a082e92c0ebb33a8c34929..fb1fec7c804838e550224baf43c1b4387ffccb65 100644 (file)
@@ -68,10 +68,30 @@ input {
 }
 
 button {
-       float: right;
        margin: 0 10px 0 0;
 }
 
+button#white, button#black {
+       float: right;
+}
+
 input[type='checkbox'] {
        font-size: 15px;
 }
+
+.presentation_text, .start, .stop {
+       display: none;
+}
+
+.start, .stop {
+       float: right;
+       margin: 0 0 0 10px;
+}
+
+.status_container {
+       float: right;
+}
+
+.status_text {
+       vertical-align: middle;
+}
\ No newline at end of file