From 3ddeac69c039b3834886e71c67965c9d56e6bdbc Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sat, 11 Jun 2005 19:08:17 +0000 Subject: [PATCH] better flags git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-703 --- htdocs/css/default.css | 15 +++++++++------ htdocs/css/openweb.css | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index c9bfc4f..8d65411 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -269,26 +269,29 @@ div.long td.rt { width: 65%; } [ onglets des profils ] *******************************************************************************/ +table.flags { + margin: 1em 0em 0em 0em; +} +table.flags input { margin: 0px 2px; padding: 0px; } + table.flags td.texte { font-size: smaller; font-weight: bold; - padding-left: 0.5em; + padding: 3px; } table.flags td.vert { background: green; - width: 1.5em; height: 1.5em; + padding: 3px; text-align: center; } table.flags td.orange { background: #ff9900; - width: 1.5em; - height: 1.5em; + padding: 3px; text-align: center; } table.flags td.rouge { background: red; - width: 1.5em; - height: 1.5em; + padding: 3px; text-align: center; } diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index a0e262a..e8d590e 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -275,26 +275,29 @@ div.long td.rt { width: 65%; } [ onglets des profils ] *******************************************************************************/ +table.flags { + margin: 1em 0em 0em 0em; +} +table.flags input { margin: 0px 2px; padding: 0px; } + table.flags td.texte { font-size: smaller; font-weight: bold; - padding-left: 0.5em; + padding: 3px; } table.flags td.vert { background: green; - width: 1.5em; height: 1.5em; + padding: 3px; text-align: center; } table.flags td.orange { background: #ff9900; - width: 1.5em; - height: 1.5em; + padding: 3px; text-align: center; } table.flags td.rouge { background: red; - width: 1.5em; - height: 1.5em; + padding: 3px; text-align: center; } -- 2.1.4