comparison default/static/styles.css @ 47:7d5cca978eeb

input/xmlui: XMLUI generation first draft
author Goffi <goffi@goffi.org>
date Sun, 24 Sep 2017 16:48:15 +0200
parents 9abef4a23af0
children a5dc14675d5e
comparison
equal deleted inserted replaced
46:0520b7c9dcc0 47:7d5cca978eeb
50 font-size: 1.2em; 50 font-size: 1.2em;
51 font-weight: bold; 51 font-weight: bold;
52 width: 60%; 52 width: 60%;
53 margin: 1.5em auto; 53 margin: 1.5em auto;
54 } 54 }
55
56 /* Forms */
57
58 .form_submit {
59 margin: 1em auto 0;
60 display: block;
61 }
62
63 /* XMLUI */
64
65 .xmlui_cont_vertical>* {
66 display: block;
67 box-sizing: border-box;
68 }
69
70 .xmlui_cont_vertical>.xmlui_widget {
71 width: 100%;
72 }
73
74 label.xmlui_label {
75 font-weight: bold;
76 }