]> dev.renevier.net Git - syj.git/commitdiff
css minor code cleanup
authorarno <arno@renevier.net>
Thu, 7 Jul 2011 10:08:49 +0000 (12:08 +0200)
committerarno <arno@renevier.net>
Thu, 7 Jul 2011 10:08:49 +0000 (12:08 +0200)
public/css/generic.css
public/css/list.css
public/css/pending.css
public/css/syj.css

index 97d6a1e6de2a67622e6d99d38db931efdda9b6f7..93e635f09920617836a358f573c0e4a302ac3912 100644 (file)
@@ -10,9 +10,14 @@ body, html {
 /*
  * generic rules
  */
-.message {
+#message {
     text-align: center;
     background-color: white;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+    border-width: 2px;
+    border-style: solid;
 }
 
 .disabled {
index b8125f1c7eb4c5465d700e68563dfc928b2aa876..cb569bb0f3ae691b49e76b35f68037a7007209ee 100644 (file)
     width: 40%;
     margin: 20px auto 20px auto;
     padding: 1.5em 1.5em 1.5em 1.5em;
-    text-align: center;
-    border-width: 2px;
-    border-style: solid;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
 }
 
 #other-language {
index c1add00822f452d3be2f7c944276bbbee7274813..e2b5e8f2589be88af7c3ee7f123dc14831d65e8c 100644 (file)
@@ -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;
-}
index 9ae5667157b2d7d64e6737f1f75d701e500261ce..c88c8cd29cd441663faa0947adb28a8594132c66 100644 (file)
@@ -38,12 +38,6 @@ body, html {
     width: 40%;
     margin: 0px 45% 0px 15%;
     padding: 1.5em 1.5em 0.5em 1.5em;
-    text-align: center;
-    border-width: 2px;
-    border-style: solid;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
 }
 @media screen and (max-width: 640px) {
     #message.optional {