Commit 9b49aea7 authored by Sven Franck's avatar Sven Franck

css: added dyno css (replacing default form wrappers)

parent 965cb285
......@@ -452,19 +452,6 @@ form .span_1, form .span_2 {
form .span_1 {
width: 50%;
}
/* TODO: is all this padding really necessary? */
.span_1 .ui-controlgroup-vertical,
.span_2 .ui-controlgroup-vertical,
.span_1 .ui-controlgroup-horizontal,
.span_2 .ui-controlgroup-horizontal,
.span_1 form,
.span_2 form {
/*
margin-top: 1em;
margin-bottom: 1em;
vertical-align: middle;
*/
}
@media (max-width: 40em) {
.span_1, .span_2, form .span_1, form .span_2 {
width: 100%;
......@@ -543,4 +530,11 @@ tbody .large {
.proceed {
color: #0FBABD;
font-weight: bold;
}
\ No newline at end of file
}
/* ======================== dyno (gadget layout) ========================= */
/* no friend, but for the moment ok */
.dyno {
padding-top: 1em;
padding-bottom: 1em;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment