]> dev.renevier.net Git - syj.git/blob - public/css/pending.css
version 0.1
[syj.git] / public / css / pending.css
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3 body {
4     margin: 0px;
5 }
6
7 h1 {
8     text-align: center;
9 }
10
11 .desc {
12     border: 1px solid gray;
13     margin: 40px 15% 40px 15%;
14     padding: 20px 30px 15px 30px;
15     -moz-border-radius: 10px;
16     -webkit-border-radius: 10px;
17     border-radius: 10px;
18 }
19 #pending_validate, #pending_cancel {
20     margin-top: 15px;
21 }
22
23 .success {
24     width: 50%;
25     margin: auto;
26 }
27 .success strong {
28     font-size: 130%;
29     color: #808000;
30     text-decoration: underline;
31 }
32
33 .message.success{
34     border-color: green;
35 }
36 .message.warn{
37     border-color: #FF8C00;
38 }
39 .message.error{
40     border-color: red;
41 }
42 .message {
43     text-align: center;
44     position: absolute;
45     bottom: 30px;
46     width: 50%;
47     border: 1px solid black;
48     margin-left: 25%;
49     margin-right: 25%;
50     padding: 25px 0px 25px 0px;
51 }