app/assets/stylesheets/umlaut.css in umlaut-3.0.0alpha11 vs app/assets/stylesheets/umlaut.css in umlaut-3.0.0alpha12

- old
+ new

@@ -852,7 +852,49 @@ .no_js .inner_modal_dialog .cancel { display: none; } - +/*************** + * ADMIN SCREENS + * + * Most of admin screen CSS is about _undoing_ general customizations + * umlaut css (or over-eager reset.css we're using, bah) + * did to all HTML elements, oops. + **************************/ + +.admin { + padding: 1em; +} + +.admin h1 { + margin-top: .67em; + margin-bottom: .67em; +} + +.admin h2 { + margin-top: 1em; + margin-bottom: .5em; +} + +.admin ul { + list-style-type: disc; + padding-left: 40px; +} + +.admin form { + margin-bottom: 1em; +} + +.admin table { + margin-top: 2em; + border-spacing: 0; +} + +.admin td { + padding: 6px 8px; +} + +.admin tr.dispatch_line td { + border-top: 1px grey solid; +}