]> dev.renevier.net Git - syj.git/blob - public/css/pending.css
some files were missing copyright information
[syj.git] / public / css / pending.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 body {
5     margin: 0px;
6 }
7
8 h1 {
9     text-align: center;
10 }
11
12 .desc {
13     border: 1px solid gray;
14     margin: 40px 15% 40px 15%;
15     padding: 20px 30px 15px 30px;
16     -moz-border-radius: 10px;
17     -webkit-border-radius: 10px;
18     border-radius: 10px;
19 }
20 #pending_validate, #pending_cancel {
21     margin-top: 15px;
22 }
23
24 .success {
25     width: 50%;
26     margin: auto;
27 }
28 .success strong {
29     font-size: 130%;
30     color: #808000;
31     text-decoration: underline;
32 }