changeset 449:ac21f018f6be

fixed box-left forms layout
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Sep 2010 09:23:50 +0200
parents 4679105ef03e
children c3236d7febad
files pylons_app/public/css/style.css
diffstat 1 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Fri Sep 03 07:58:14 2010 +0200
+++ b/pylons_app/public/css/style.css	Fri Sep 03 09:23:50 2010 +0200
@@ -1235,11 +1235,14 @@
 #content div.box-left div.form div.fields div.field div.label,
 #content div.box-right div.form div.fields div.field div.label
 {
-	left: 0;
-	margin: 0;
-	padding: 0 0 8px 0;
-	width: auto;
-	position: relative;
+    left: 0;
+    margin: 0;
+    padding: 0 0 8px 0;
+    width: auto;
+    position: relative;
+    clear: both;
+    overflow: hidden;
+
 }
 
 /* -----------------------------------------------------------
@@ -1322,12 +1325,15 @@
 #content div.box-left div.form div.fields div.field div.input,
 #content div.box-right div.form div.fields div.field div.input
 {
-	margin: 0;
+    margin: 0;
     padding: 7px 7px 6px 7px;
+    clear: both;
+    overflow: hidden;
     border-top: 1px solid #b3b3b3;
     border-left: 1px solid #b3b3b3;
     border-right: 1px solid #eaeaea;
     border-bottom: 1px solid #eaeaea;
+
 }
 
 #content div.box div.form div.fields div.field div.input input