From: Pierre Habouzit (MadCoder Date: Sat, 11 Jun 2005 19:08:17 +0000 (+0000) Subject: better flags X-Git-Tag: xorg/old~61 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3ddeac69c039b3834886e71c67965c9d56e6bdbc;p=platal.git better flags git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-703 --- 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; }