add config file comments, minor JS refactoring
[ppt-control.git] / ppt_control / static / style.css
index 018e8636048c03754fb663cba9fde4d71ee11fa9..fb1fec7c804838e550224baf43c1b4387ffccb65 100644 (file)
@@ -68,14 +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 {
+.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