Fix some layout issues
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 27 Aug 2006 12:30:05 +0000 (12:30 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 27 Aug 2006 12:30:05 +0000 (12:30 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@829 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/keynote.css
htdocs/images/skins/keynote_title.gif

index 582b81c..82c6b80 100644 (file)
@@ -370,6 +370,7 @@ td.conteneur_tab {
 #fiche h2 {
     background: url('../images/skins/keynote_title.gif') bottom repeat-x;
     background-color: inherit;
+    border-bottom: 1px solid #202020;
     color: #fff;
     height: 17px;
     margin: 0.5em 0;
@@ -552,11 +553,12 @@ div.adresse {
 #body-menu .menu_title {
     color: #fff;
     height: 17px;
-    background: url('../images/skins/keynote_title.gif') top repeat-x;
+    background: url('../images/skins/keynote_title.gif') bottom repeat-x;
     background-color: inherit;
+    border-bottom: 1px solid #202020;
     padding: 4px 0 0 0;
     text-align: center;
-    vertical-align: middle;
+    vertical-align: bottom;
 }
 
 #content {
index b099c83..ba94279 100644 (file)
Binary files a/htdocs/images/skins/keynote_title.gif and b/htdocs/images/skins/keynote_title.gif differ