aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-05-26 12:57:41 +0200
committerKevin Chabowski <kevin@kch42.de>2012-05-26 12:57:41 +0200
commit3d406946eea06096c780054e173ebdbb0f787ceb (patch)
treeb13e3ddf42cd761a6b095e71772da4fe59a8d6ff
parent84d920ef69d88e16956f49d81f6a1ba0e1129c2d (diff)
downloadratatoeskr-cms-3d406946eea06096c780054e173ebdbb0f787ceb.tar.gz
ratatoeskr-cms-3d406946eea06096c780054e173ebdbb0f787ceb.tar.bz2
ratatoeskr-cms-3d406946eea06096c780054e173ebdbb0f787ceb.zip
Better .listtab style
* Text inputs in the cells of a table.listtab are now extended to the full cell width. * Explicit padding of cells.
-rw-r--r--ratatoeskr/cms_style/layout.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css
index fde0fac..53ab8e0 100644
--- a/ratatoeskr/cms_style/layout.css
+++ b/ratatoeskr/cms_style/layout.css
@@ -241,6 +241,10 @@ table.listtab td {
border-top: 1px solid #eee;
}
+table.listtab th, table.listtab td {
+ padding: 0mm 1mm 0mm;
+}
+
table.listtab tr:first-child td {
border-top: 1px solid #666;
}
@@ -249,6 +253,10 @@ table.listtab tbody tr:hover {
background: #eee;
}
+table.listtab tbody input[type="text"] {
+ width: 100%;
+}
+
textarea.codeedit {
font-family: monospace;
}