X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fpending.css;h=97577486b4107edbe5255685abbbb4f0f74c6fdd;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=c1add00822f452d3be2f7c944276bbbee7274813;hpb=1f6105289a49079809c2a4677b561bc82c62db88;p=syj.git diff --git a/public/css/pending.css b/public/css/pending.css index c1add00..9757748 100644 --- a/public/css/pending.css +++ b/public/css/pending.css @@ -1,5 +1,6 @@ /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ + body { margin: 0px; } @@ -29,23 +30,3 @@ h1 { color: #808000; text-decoration: underline; } - -.message.success{ - border-color: green; -} -.message.warn{ - border-color: #FF8C00; -} -.message.error{ - border-color: red; -} -.message { - text-align: center; - position: absolute; - bottom: 30px; - width: 50%; - border: 1px solid black; - margin-left: 25%; - margin-right: 25%; - padding: 25px 0px 25px 0px; -}