Fix layout issues in debugging mode
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 19 Aug 2006 21:27:36 +0000 (21:27 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 19 Aug 2006 21:27:36 +0000 (21:27 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@823 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/default.css
htdocs/css/keynote.css

index 24c9251..c459c06 100644 (file)
@@ -447,7 +447,7 @@ div.adresse {
 *******************************************************************************/
 
 #dev {
-    width: 100%;
+    width: auto;
     text-align: center;
     padding: 1px;
 
index 31f71bf..1169b7c 100644 (file)
@@ -72,7 +72,7 @@ p {
 
 .erreur {
     font-weight: bold;
-    color: #ff0000;
+    color: #d00;
     background: inherit;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
@@ -398,20 +398,17 @@ div.adresse {
 *******************************************************************************/
 
 #dev {
-    width: 100%;
+    width: auto;
     text-align: center;
     padding: 1px;
 
-    color: #003399;
-    background: #e0ffff;
-
-    font-family: 'Bauhaus Md BT','Bitstream Vera',sans-serif;
-    font-size: 10pt;
-    font-weight: bold;
+    background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
+    background-attachment: fixed;
+    color: #000;
 }
 
-#dev a { text-decoration: underline; }
-#dev a:hover { color: #003399; background: #c0e0e0; }
+#dev a { text-decoration: none; }
+#dev a:hover { background-color: inherit; }
 
 #db-trace div.hide       { display: none; }
 #db-trace:hover div.hide { display: block }