multi-presentation support in JS client, etc.
[ppt-control.git] / ppt_control / static / style.css
index 018e8636048c03754fb663cba9fde4d71ee11fa9..56a3d57328169eb03b813cd629cb9146fc1e2fc9 100644 (file)
@@ -68,14 +68,21 @@ 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;
 }
+
+.status_text {
+       float: right;
+}
\ No newline at end of file