Mercurial > libervia-templates
diff 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 |
line wrap: on
line diff
--- a/default/static/styles.css Sun Sep 24 16:47:12 2017 +0200 +++ b/default/static/styles.css Sun Sep 24 16:48:15 2017 +0200 @@ -52,3 +52,25 @@ width: 60%; margin: 1.5em auto; } + +/* Forms */ + +.form_submit { + margin: 1em auto 0; + display: block; +} + +/* XMLUI */ + +.xmlui_cont_vertical>* { + display: block; + box-sizing: border-box; +} + +.xmlui_cont_vertical>.xmlui_widget { + width: 100%; +} + +label.xmlui_label { + font-weight: bold; +}