[#826] Position the .button-large as any other title-bar element

This commit is contained in:
Holger Just 2012-02-06 15:37:45 +01:00 committed by Holger Just
parent 1eefd4b40d
commit e0eb21b48b
1 changed files with 4 additions and 3 deletions

View File

@ -1547,12 +1547,12 @@ h1.title {
/* .button-large was too generic and targeted other pages with it's positioning */
.title-bar .button-large {
position:absolute;
top:8px;
float: left;
padding: 2px 0 3px;
}
.button-large a {
padding:3px 9px;
line-height: 3.5;
display:block;
color:#6a0406;
}
@ -2310,6 +2310,7 @@ fieldset#filters div.add-filter {
margin:0;
}
.title-bar .contextual a.icon {
float: left;
line-height:3.5;
margin-right:16px;
}