engine/public/stylesheets/admin/safari.css

20 lines
725 B
CSS
Raw Normal View History

@media screen and/*!YUI-Compresser */(-webkit-min-device-pixel-ratio:0) {
#panel div.footer .button { padding-left: 5px; }
#panel div.footer .button span { top: 0px; padding-right: 10px; }
.button { padding-left: 5px; }
.button span { top: 0px; }
form.formtastic fieldset.foldable legend span em { top: 0px; }
form.formtastic fieldset.foldable.folded legend span em { top: 0px; }
form.formtastic fieldset.inputs ol { margin-top: 30px; }
#content #local-actions-bar a em { top: 4px; }
2011-07-05 16:32:21 +00:00
#sites-picker ul li { padding: 3px 8px 4px 8px; }
2011-07-07 22:25:03 +00:00
#pages-list ul.folder li.templatized strong a { background-position: right 2px; }
#pages-list ul.folder li.redirect strong a { background-position: right 1px; }
}