[FIX] Fieldset Textarea box size

This commit is contained in:
Sebastian Grewe 2013-09-19 15:09:31 +02:00
parent 0aac4289a9
commit d7deac370a

View File

@ -196,7 +196,7 @@ min-width: 150px;
width: 10%; width: 10%;
background: #E0E0E3 url(../images/sidebar.png) repeat; background: #E0E0E3 url(../images/sidebar.png) repeat;
float: left; float: left;
min-height: 88%; min-height: 85%;
margin-top: -4px; margin-top: -4px;
} }
@ -320,7 +320,7 @@ section#main {
background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent; background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent;
float: left; float: left;
margin-top: -2px; margin-top: -2px;
min-height: 80%; min-height: 85%;
width: 88%; width: 88%;
} }
@ -712,7 +712,7 @@ background-position: 10px 6px;
margin: 0 0.5%; margin: 0 0.5%;
display: block; display: block;
float: left; float: left;
width: 96%; width: 92%;
margin: 0 10px; margin: 0 10px;
} }