Minor skin improvements
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 2 Mar 2007 19:35:11 +0000 (19:35 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 2 Mar 2007 19:35:11 +0000 (19:35 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1539 839d8a87-29fc-0310-9880-83ba4fa771e5

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

index b0d8731..b948fab 100644 (file)
@@ -42,8 +42,7 @@ fieldset {
     background: #eeeeee;
     color: inherit;
 
-    margin-top: 1em;
-    margin-bottom: 1em;
+    margin: 1em 0 1em 0;
 }
 
 legend {
@@ -137,8 +136,8 @@ table.bicol {
     background: #eeeeee;
     border: 1px solid #336699;
     border-collapse: collapse;
-    width: 98%;
-    margin-left: 1%;
+    width: 100%;
+    margin-left: 0;
 }
 table.tinybicol {
     color: inherit;
index 1114d81..3b45110 100644 (file)
@@ -45,14 +45,18 @@ hr    { text-align: center; }
 dt    { font-weight: bold; }
 
 fieldset {
-    border-top: 1px solid #fff;
-    border-left: 1px solid #fff;
+    border: 1px solid #fff;
+    border-bottom: 0px;
+    border-right: 0px;
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     margin: 1em 0 1em 0;
 }
 legend {
-    border: 1px solid #fff;
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    border-top: 1px solid #fff;
+    border-left: 1px solid #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
     color: #000;
 
@@ -144,7 +148,7 @@ table.bicol, table.tinybicol {
     border-color: #fff;
     border-collapse: collapse;
 }
-table.bicol     { width: 98%; margin-left: 1%; }
+table.bicol     { width: 100%; margin-left: 0; }
 table.tinybicol { width: 70%; margin-left: 15%; }
 
 table.tinybicol tr.pair, table.bicol tr.pair {
@@ -196,8 +200,7 @@ td.action a { padding: 0px 2px 0px 2px; }
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     border-top: 1px solid #fff;
-    width: 98%;
-    margin-left: 1%;
+    width: 100%;
 }
 #skin td {
     border-bottom: 1px solid #fff;