X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=public%2Fstylesheets%2Fdepot.css;fp=public%2Fstylesheets%2Fdepot.css;h=5579185ff85be1c6f7e795b8dc96d2e969cc374d;hb=951fe14acc706a4c5ec043e20b3cbfee2b9754d6;hp=bb4934d31524266461f4d27220b5dd00f21b1a06;hpb=3ac66882338fa1c3f6d73ba68093b7fcfb399574;p=depot.git diff --git a/public/stylesheets/depot.css b/public/stylesheets/depot.css index bb4934d..5579185 100644 --- a/public/stylesheets/depot.css +++ b/public/stylesheets/depot.css @@ -199,7 +199,41 @@ h1 { } /* END:cartside */ +/* START:form */ +/* Styles for order form */ +.depot-form fieldset { + background: #efe; +} + +.depot-form legend { + color: #dfd; + background: #141; + font-family: sans-serif; + padding: 0.2em 1em; +} + +.depot-form label { + width: 5em; + float: left; + text-align: right; + padding-top: 0.2em; + margin-right: 0.1em; + display: block; +} + +.depot-form select, .depot-form textarea, .depot-form input { + margin-left: 0.5em; +} + +.depot-form .submit { + margin-left: 4em; +} + +.depot-form div { + margin: 0.5em 0; +} +/* END:form */ /* The error box */