Merge commit 'origin/master' into fusionax
[platal.git] / htdocs / css / openweb.css
index 7415b4a..c7afde1 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2009 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -76,6 +76,27 @@ p {
     text-align: justify;
 }
 
+.errors {
+    margin-top: 10px;
+    border: 1px solid #f00;
+    background-color: #fcc;
+    width: 98%;
+}
+
+.warnings {
+    margin-top: 10px;
+    border: 1px solid #ed0;
+    background-color: #ffc;
+    width: 98%;
+}
+
+.success {
+    margin-top: 10px;
+    border: 1px solid #0d2;
+    background-color: #cfd;
+    width: 98%;
+}
+
 .erreur {
     font-weight: bold;
     color: #ff0000;
@@ -194,6 +215,18 @@ td.action {
 }
 td.action a { padding: 0px 2px; }
 
+div.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
+span.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
@@ -238,29 +271,34 @@ div.contact-list div.contact {
     color: inherit;
 }
 
-div.grayed {
+div.contact-list div.grayed {
     color: #444444;
+    background: #eee;
     font-style: italic;
 }
 
-div.grayed div.contact {
-    background: #eee;
+div.contact div.photo {
+    float: left;
 }
 
-div.contact div.nom {
-    font-weight: bold;
-    width: 35%;
-    float: left;
-    padding-left: 2px;
+div.contact div.photo img {
+    width: 60px;
+    margin-right: 4px;
 }
 
-div.contact div.appli {
+div.contact div.identity {
     float: left;
+    width: 85%;
+}
+
+div.contact div.nom {
+    font-weight: bold;
 }
 
 div.contact div.bits {
     text-align: right;
     float: right;
+    width: 14%;
 }
 
 div.contact div.long {
@@ -294,8 +332,7 @@ div.long td.rt { width: 65%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
-    vertical-align: middle;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;
@@ -307,7 +344,7 @@ div.long td.rt { width: 65%; }
     color: #fff;
 }
 
-.wizard .wiz_header .active {
+.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
     background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
     color: #fff;
 }
@@ -315,7 +352,6 @@ div.long td.rt { width: 65%; }
 .wizard .wiz_header a {
     color: #000;
     text-decoration: none;
-    vertical-align: middle;
 }
 
 .wizard .wiz_header a.active {
@@ -327,66 +363,14 @@ div.long td.rt { width: 65%; }
     margin-right: 1em;
 }
 
-.flags input {
-    padding: 0 0px 0 16px;
-    width: 32px;
-}
 .flags .texte {
     font-size: smaller;
     font-weight: bold;
-    padding: 0 8px 0 0;
+    margin-left: -6px;
+    padding: 0 12px 0 0;
 }
-.flags .vert {
-    background: url('../images/icons/flag_green.gif') top right no-repeat;
-}
-.flags .orange {
-    background: url('../images/icons/flag_orange.gif') top right no-repeat;
-}
-.flags .rouge {
-    background: url('../images/icons/flag_red.gif') top right no-repeat;
-}
-
-table.cadre_a_onglet{
-    border-width: 0px;
-    padding : 0px;
-    margin: 0px;
-}
-
-td.conteneur_tab {
-    border-width : 1px 2px 2px 1px;
-    border-style : solid;
-    border-color : #999;
-    padding : 4px 0px 0px 4px;
-    background : #fff;
-}
-
-#onglet { display : block; margin : 0px; padding : 0px; }
-
-#onglet li {
-    display : block;
-    float : left;
-    padding : 0.5ex;
-    margin : 0px 4px -1px 0px;
-    background : #d2e0e6;
-    width: auto;
-    height: 6ex;
-    text-align: center;
-    border: 1px solid #999;
-}
-
-#onglet li:hover { background : #ffecce; }
-
-#onglet li.actif {
-    background : #fff;
-    font-weight: bold;
-    border-bottom: 1px solid #fff;
-}
-
-#onglet li a {
-    font-size: 90%;
-    font-weight : normal;
-    text-decoration : none;
-    color : #000;
+.flags img {
+    padding: 0 6px 0 0;
 }
 
 /*******************************************************************************