X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fpending.css;h=e2b5e8f2589be88af7c3ee7f123dc14831d65e8c;hb=7496f025917e5eb50d37bb531876ff7eb16fe453;hp=7b51ebca8de1d8aa59b53131255b042776e25d41;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/public/css/pending.css b/public/css/pending.css index 7b51ebc..e2b5e8f 100644 --- a/public/css/pending.css +++ b/public/css/pending.css @@ -1,4 +1,4 @@ -/* This file is part of Syj, Copyright (c) 2010 Arnaud Renevier, +/* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ body { margin: 0px; @@ -29,23 +29,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; -}