Mercurial > libervia-templates
diff default/static/styles.css @ 116:da8f1ba9034d
input/comment: renamed "comment" library to "textbox", and made it more generic
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Jan 2018 07:47:23 +0100 |
parents | 5d9e2270ceb4 |
children | c744170fd597 |
line wrap: on
line diff
--- a/default/static/styles.css Tue Jan 30 07:47:21 2018 +0100 +++ b/default/static/styles.css Tue Jan 30 07:47:23 2018 +0100 @@ -221,6 +221,24 @@ display: block; } +/* Textboxes */ + +form.textbox>* { + display: block; + margin: 1em auto; + text-align: center; + max-width: 100%; + box-sizing: border-box; +} + +form.textbox>textarea { + text-align: left; +} + +.log_request { + text-align: center; +} + /*** Navigation ***/ .prev_next_links ul {