add config file comments, minor JS refactoring
[ppt-control.git] / ppt_control / static / style.css
index 56a3d57328169eb03b813cd629cb9146fc1e2fc9..fb1fec7c804838e550224baf43c1b4387ffccb65 100644 (file)
@@ -83,6 +83,15 @@ input[type='checkbox'] {
        display: none;
 }
 
-.status_text {
+.start, .stop {
+       float: right;
+       margin: 0 0 0 10px;
+}
+
+.status_container {
        float: right;
+}
+
+.status_text {
+       vertical-align: middle;
 }
\ No newline at end of file