Merge pull request #717 from nicoschtein/patch-7
Modified layout.css on MPOS Theme
This commit is contained in:
commit
651b0c12fd
@ -43,8 +43,7 @@ header#header h1.site_title, header#header h2.section_title {
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: 23%;
|
|
||||||
height: 55px;
|
height: 55px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -63,7 +62,6 @@ 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%;
|
|
||||||
background: url(../images/header_shadow.png) no-repeat left top;
|
background: url(../images/header_shadow.png) no-repeat left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,7 +344,7 @@ background: #ffffff;
|
|||||||
|
|
||||||
#main .module header h3 {
|
#main .module header h3 {
|
||||||
display: block;
|
display: block;
|
||||||
width: 60%;
|
width: 90%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -649,6 +647,15 @@ padding: 1% 0%;
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset a {
|
||||||
|
height: 20px;
|
||||||
|
padding-left: 10px;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
width: 92%;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset label {
|
fieldset label {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user