diff -r 27971a13089f -r 2e0b0af889be thirdparty/google_appengine/google/appengine/ext/admin/templates/css/inboundmail.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thirdparty/google_appengine/google/appengine/ext/admin/templates/css/inboundmail.css Sun Sep 06 23:31:53 2009 +0200 @@ -0,0 +1,19 @@ +#inboundmail label { + display: block; + font-weight: bold; +} +#inboundmail legend { + font-weight: bold; +} +#inboundmail .radio label { + display: inline; + font-weight: normal; +} + +#inboundmail fieldset, +#inboundmail .fieldset { + margin-bottom: 8px; +} +#inboundmail-submit { + margin-top: 2em; +}