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:
parent
d5620fd61c
commit
95f217f32d
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user