X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=static%2Fcss%2Fcavote.css;fp=static%2Fcss%2Fcavote.css;h=397a8ef2422e6cb2542a0d4fc05488eb640dd1c3;hp=09cef7978873a868682bca8745a076ce18337c0d;hb=f2c5f4be15b6225e5e7d9f3c53084424beb32f1b;hpb=7ce620993c1f5b89f67affe7619b385d39abed17 diff --git a/static/css/cavote.css b/static/css/cavote.css index 09cef79..397a8ef 100644 --- a/static/css/cavote.css +++ b/static/css/cavote.css @@ -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;