﻿### Eclipse Workspace Patch 1.0
#P d7alpha3
Index: sites/all/themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.18
diff -u -r1.18 style.css
--- sites/all/themes/bartik/css/style.css	22 Mar 2010 05:23:47 -0000	1.18
+++ sites/all/themes/bartik/css/style.css	22 Mar 2010 20:54:13 -0000
@@ -700,10 +700,15 @@
 
 /* -------------- Form Elements   ------------- */
 
+form {
+  padding: 10px 0 0;
+}
 fieldset {
-  background: #fbfbfb none repeat scroll 0 0;
+  background: #fafafa;
   border: 1px solid #ccc;
-  padding: 10px 25px;
+  margin-top: 10px;
+  padding: 0 25px 10px;
+  position: relative;
   -khtml-border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
@@ -716,6 +721,16 @@
   -webkit-border-radius: 0;
   border-radius: 0;
 }
+fieldset legend {
+  background: #fff;
+  left: auto;
+  padding: 0 5px;
+  position: absolute;
+  top: -10px;
+}
+.fieldset-wrapper {
+  margin-top: 20px;
+}
 input {
   margin: 2px 0;
   padding: 4px;
