sipb-xen-iptables -> invirt-web-iptables
[invirt/packages/invirt-web.git] / code / static / style.css
index ef294ad..49fe8e2 100644 (file)
@@ -74,11 +74,33 @@ td.error {
   font-weight: bold;
 }
 
+/* Machine list power buttons */
+.power {
+  width: 32px;
+  height: 32px;
+  background-color: transparent;
+  background-position: 0 0;
+  margin: 0;
+  border: 0;
+  text-indent: 64px;
+  line-height: 128px;
+  cursor: pointer;
+}
+.power:hover {
+  background-position: 0 32px;
+}
+.power.on {
+  background-image: url(power_button_on.png);
+}
+.power.off {
+  background-image: url(power_button_off.png);
+}
+
 /* Striping applied (by JavaScript) to every other row in /list. */
 tr.stripedrow {
-  background-color: #DDF;
+  background-color: #e8e8ff;
 }
 
-#machinelist tr > td:first-child {
-  padding-right: 1em;
+#machinelist td, #machinelist th {
+  padding: 0.1em 0.5em;
 }