Changeset - ac21f018f6be
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-09-03 09:23:50
marcin@python-works.com
fixed box-left forms layout
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/css/style.css
Show inline comments
 
@@ -1240,6 +1240,9 @@ div.options a:hover
 
	padding: 0 0 8px 0;
 
	width: auto;
 
	position: relative;
 
    clear: both;
 
    overflow: hidden;
 
 
}
 
 
/* -----------------------------------------------------------
 
@@ -1324,10 +1327,13 @@ div.options a:hover
 
{
 
	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
0 comments (0 inline, 0 general)