[SPIP] v3.2.1-->v3.2.2
[lhc/web/www.git] / www / prive / spip_admin.css
index a24afbf..d2f1c42 100644 (file)
@@ -3,11 +3,7 @@
 .spip-admin-float { z-index: 100; position: fixed; right: 20%; top: 0; white-space: nowrap; }
 
 /* Couleurs et design des boutons d'admin */
-.spip-admin-boutons { margin: 0; padding: .4em 1em; background: #666; border: 0; font-weight: bold;
--webkit-border-bottom-left-radius: .3em; -webkit-border-bottom-right-radius: .3em;
--moz-border-radius-bottomleft: .3em; -moz-border-radius-bottomright: .3em;
-border-radius: 0 0 .3em .3em;
-opacity: .7; }
+.spip-admin-boutons { margin: 0; padding: .4em 1em; background: #666; border: 0; font-weight: bold; border-radius: 0 0 .3em .3em; opacity: .7; }
 .spip-admin-boutons,
 a.spip-admin-boutons,
 .spip-admin-boutons a { color: #FFF; text-decoration: none; }
@@ -17,6 +13,7 @@ a:hover.spip-admin-boutons,
 .spip-admin-boutons a:hover { opacity: 1; }
 a:active.spip-admin-boutons,
 .spip-admin-boutons a:active { background-color: #333; opacity: 1; }
+.spip-admin-boutons:hover { background: #000; } 
 
 /* Style pour le mode debug */
 #spip-debug-toggle {position:absolute; top:4px; right:80px; width:24px;height:20px; cursor:pointer; z-index:1000;}
@@ -51,14 +48,27 @@ a:active.spip-admin-boutons,
        border-bottom:2px solid #FEFF7F !important;
        background:url(images/fond-inclure.png) repeat top left !important;
 }
-.inclure_blocs > h6 {background:#FEFF7F;color:#000000;margin:0;padding:2px;margin-bottom:2px;font-family: Courier, "Courier New", monospace;font-size: 0.8em;}
+.inclure_blocs > h6 {
+       background: #FEFF7F;
+       color: #000000;
+       margin: 0;
+       padding: 2px;
+       margin-bottom: 2px;
+       clear: both;
+       font-family: monospace;
+       font-size: 0.66rem;
+       line-height: 1;
+       text-align: left;
+       letter-spacing: normal;
+       text-transform: none;
+}
 .inclure_blocs > h6:hover,
 .inclure_blocs.hover {
        background-color: #FDFF1F !important;
 }
 
-#debug-nav {position:absolute;top:90px;right:10px;width:200px;border:0; background:#f0d9d9; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.90; z-index: 1000; text-align: left; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
-#debug-nav caption {background:red;color:#fff;font-size:1.3em;font-weight:bold;padding:7px;}
+#debug-nav {position:absolute;top:90px;right:10px;width:200px;border:0; background:#f0d9d9; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.90; z-index: 9999; text-align: left; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
+#debug-nav caption {background:red;color:#fff;font-size:1.3em;font-weight:bold;padding:7px;margin-bottom:0;}
 #debug-nav td,#debug-nav th {border-collapse: collapse;border:1px solid #999;}
 #debug-nav th {background:#000;color:#fff;font-weight:bold;border-color:#333;}