[#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

View File

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