summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 20:01:35 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 20:02:41 +0100
commit5450977a80a2c2dee672f3409be6902bf108d82b (patch)
treed000d3ae69d0413ecf98412fc826ae5af0187a92 /chimere/static
parentd707a2d2fe434f4eab440fd663731a906aa15ade (diff)
downloadChimère-5450977a80a2c2dee672f3409be6902bf108d82b.tar.bz2
Chimère-5450977a80a2c2dee672f3409be6902bf108d82b.zip
Use a templatetag for inline tables - update french translations - clean in migrations
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index d973e99..8961760 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -478,13 +478,13 @@ a#welcome_button{
/* forms */
-table.multimedia td input[type=checkbox]{
+table.inline-table td input[type=checkbox]{
display:block;
margin-left:auto;
margin-right:auto;
}
-table.multimedia td input[type=text]{
+table.inline-table td input[type=text]{
width:300px;
}