better flags
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 11 Jun 2005 19:08:17 +0000 (19:08 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:14 +0000 (23:29 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-703

htdocs/css/default.css
htdocs/css/openweb.css

index c9bfc4f..8d65411 100644 (file)
@@ -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;
 }
 
index a0e262a..e8d590e 100644 (file)
@@ -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;
 }