? sites/default/files
? sites/default/settings.php
Index: themes/seven/vertical-tabs.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/vertical-tabs.css,v
retrieving revision 1.6
diff -u -p -r1.6 vertical-tabs.css
--- themes/seven/vertical-tabs.css	18 Jul 2010 01:36:06 -0000	1.6
+++ themes/seven/vertical-tabs.css	9 Sep 2010 10:48:45 -0000
@@ -5,23 +5,24 @@
  */
 div.vertical-tabs {
   margin: 10px 0;
-  padding: 9px;
   border: 1px solid #ccc;
   background: #f8f8f8;
 }
 
 div.vertical-tabs fieldset {
   border: 0;
-  padding: 0 0 0 20px;
+  padding: 0 20px;
 }
 
 div.vertical-tabs .vertical-tabs-list {
   line-height: 10px;
   font-size: 0.875em;
-  width: 25%;
+  width: 24.9%;
   float: left;
   list-style-type: none;
   margin: 0;
+  padding: 0 0 1em 0;
+  background-color: #f8f8f8;
 }
 
 div.vertical-tabs ul li.vertical-tab-button {
@@ -31,14 +32,9 @@ div.vertical-tabs ul li.vertical-tab-but
 
 div.vertical-tabs ul li.vertical-tab-button a {
   display: block;
-  border-right: 1px solid #ccc;
-  padding: 10px 9px 10px 10px;
-  border-top-left-radius: 5px;
-  border-bottom-left-radius: 5px;
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-bottomleft: 5px;
-  -webkit-border-top-left-radius: 5px;
-  -webkit-border-bottom-left-radius: 5px;
+  padding: 15px 9px 14px 19px;
+  border-bottom: 1px solid #F8F8F8;
+  border-top: 1px solid #F8F8F8;
 }
 
 div.vertical-tabs ul li.vertical-tab-button .summary {
@@ -51,17 +47,31 @@ div.vertical-tabs ul li.vertical-tab-but
 div.vertical-tabs ul li.vertical-tab-button a:hover {
   background: #fff;
   text-decoration: none;
+  border-right: 1px solid #fff;
 }
 
 div.vertical-tabs ul li.selected a,
 div.vertical-tabs ul li.selected a:hover {
-  background: #ddd;
+  background: #fff;
+  border-right: 1px solid #fff;
+  border-bottom: 1px solid #ccc;
+  border-top: 1px solid #ccc;
+  position: relative;
+  left: 1px;
+  padding-left: 18px;
+}
+
+div.vertical-tabs ul li.first a,
+div.vertical-tabs ul li.first a:hover {
+  border-top: 0 none;
 }
 
+
 div.vertical-tabs .vertical-tabs-panes {
-  width: 72%;
-  padding: 0 1em 0 0;
-  float: right;
+  float:left;
+  width:75%;
+  background-color: #fff;
+  border-left:1px solid #ccc;
 }
 
 div.vertical-tabs .vertical-tabs-panes legend {
