From 3d406946eea06096c780054e173ebdbb0f787ceb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 26 May 2012 12:57:41 +0200 Subject: Better .listtab style * Text inputs in the cells of a table.listtab are now extended to the full cell width. * Explicit padding of cells. --- ratatoeskr/cms_style/layout.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- cgit v1.2.3-54-g00ecf