add comments support
[cavote.git] / static / css / cavote.css
index 09cef79..397a8ef 100644 (file)
@@ -3,16 +3,32 @@
     margin-top:9px;
  }
 
+.table-comments tbody tr td {
+       text-align:left;
+ }
+
 .table-votes {
-        table-layout:fixed;
+       table-layout:fixed;
  }
 .table-votes thead th {
     text-align: right;
     vertical-align: middle;
 }
+.table-votes thead th.users {
+       text-align:left;
+       padding-left:1em;
+ }
 .table-votes th.choice-name {
     text-align: center;
 }
+.table-votes thead th.comments {
+       text-align:left;
+       padding-left:1em;
+ }
+.table-votes tbody td.ok {
+       text-align:left;
+       padding-left:1em;
+ }
 
 .table-votes input {
     margin: 0;