Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
115:5d9e2270ceb4 | 116:da8f1ba9034d |
---|---|
219 .form_submit { | 219 .form_submit { |
220 margin: 1em auto 0; | 220 margin: 1em auto 0; |
221 display: block; | 221 display: block; |
222 } | 222 } |
223 | 223 |
224 /* Textboxes */ | |
225 | |
226 form.textbox>* { | |
227 display: block; | |
228 margin: 1em auto; | |
229 text-align: center; | |
230 max-width: 100%; | |
231 box-sizing: border-box; | |
232 } | |
233 | |
234 form.textbox>textarea { | |
235 text-align: left; | |
236 } | |
237 | |
238 .log_request { | |
239 text-align: center; | |
240 } | |
241 | |
224 /*** Navigation ***/ | 242 /*** Navigation ***/ |
225 | 243 |
226 .prev_next_links ul { | 244 .prev_next_links ul { |
227 list-style: none; | 245 list-style: none; |
228 display: flex; | 246 display: flex; |