]> dev.renevier.net Git - syj.git/blobdiff - public/css/pending.css
some files were missing copyright information
[syj.git] / public / css / pending.css
index 7b51ebca8de1d8aa59b53131255b042776e25d41..97577486b4107edbe5255685abbbb4f0f74c6fdd 100644 (file)
@@ -1,5 +1,6 @@
-/*  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 +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;
-}