comparison default/static/styles.css @ 39:9abef4a23af0

base/base: a confirm message is displayed on top of page when confirm is set
author Goffi <goffi@goffi.org>
date Tue, 11 Jul 2017 07:47:59 +0200
parents 9a77174abc1e
children 7d5cca978eeb
comparison
equal deleted inserted replaced
38:f371bc50ea45 39:9abef4a23af0
40 40
41 .title { 41 .title {
42 font-weight: bold; 42 font-weight: bold;
43 text-align: center; 43 text-align: center;
44 } 44 }
45
46 .post_confirm {
47 text-align: center;
48 background-color: lightgreen;
49 padding: 1em;
50 font-size: 1.2em;
51 font-weight: bold;
52 width: 60%;
53 margin: 1.5em auto;
54 }