tweak the css for firefox and safari

This commit is contained in:
did 2011-07-05 18:32:21 +02:00
parent bd28f4c1ec
commit ca0921d2f3
3 changed files with 4 additions and 8 deletions

View File

@ -12,4 +12,6 @@
form.formtastic fieldset.inputs ol { margin-top: 30px; }
#content #local-actions-bar a em { top: 4px; }
#sites-picker ul li { padding: 3px 8px 4px 8px; }
}

View File

@ -43,7 +43,7 @@
color: #aaa;
text-shadow: #000 0px 1px;
background: transparent url(/images/admin/plugins/sites_picker_entry_bg.png) repeat-x 0 bottom;
padding: 3px 8px 4px 8px;
padding: 2px 8px 6px 8px;
cursor: pointer; }
#sites-picker ul li a {
text-decoration: none;

View File

@ -39,7 +39,6 @@
}
&.action {
// background: transparent url(/images/admin/plugins/sites_picker_entry_bg.png) repeat-x 0 top;
margin-top: 0px;
padding: 2px 8px 4px 8px;
text-align: right;
@ -56,7 +55,7 @@
color: #aaa;
text-shadow: #000 0px 1px;
background: transparent url(/images/admin/plugins/sites_picker_entry_bg.png) repeat-x 0 bottom;
padding: 3px 8px 4px 8px;
padding: 2px 8px 6px 8px;
cursor: pointer;
a {
@ -67,11 +66,6 @@
&:hover {
&, a { color: #fff; }
}
// &:before {
// content: "\25B8";
// margin-right: 5px;
// }
}
}