Increased width % for Pool Name header on MPOS Theme

This way longer pool name can fit, and it wont affect section_title as it is one or two words long.
This commit is contained in:
nicoschtein 2013-10-12 04:03:12 -03:00
parent d5620fd61c
commit 95f217f32d

View File

@ -44,7 +44,7 @@ float: left;
margin: 0; margin: 0;
font-size: 22px; font-size: 22px;
display: block; display: block;
width: 23%; width: 40%;
height: 55px; height: 55px;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
@ -63,7 +63,7 @@ header#header h2.section_title {
text-align: left; text-align: left;
text-indent: 4.5%; text-indent: 4.5%;
text-transform: uppercase; text-transform: uppercase;
width: 68%; width: 60%;
background: url(../images/header_shadow.png) no-repeat left top; background: url(../images/header_shadow.png) no-repeat left top;
} }