stage 2: message on save
[edumed.git] / edumed / static / css / base.css
index f5a492b..07cf233 100644 (file)
@@ -145,12 +145,18 @@ footer.main {
     float: left;
     margin-right: 1.25em;
     width: 13.75em; }
+  footer.main .sponsors-page {
+    margin-bottom: 1.25em; }
   footer.main .sponsors-column {
     float: left;
-    margin-left: 1.25em;
-    width: 6.25em; }
+    margin-right: 1.25em;
+    width: 9.1875em; }
     footer.main .sponsors-column p {
       font-size: .75em; }
+  footer.main .sponsors-column:first-child {
+    margin-left: 0; }
+  footer.main .sponsors-column:nth-last-child(2) {
+    width: 6.25em; }
   footer.main .footer-extra p {
     margin-top: 0; }
 
@@ -214,15 +220,19 @@ footer.main {
 ul.messages {
   list-style: none; }
 
-.messages .error {
+.messages li {
   top: 20px;
   left: 20px;
-  border: 1px solid black;
-  background: red;
   border-radius: 0.938em;
   padding: 5px 2px;
   color: white;
   text-align: center;
   font-weight: bold; }
+  .messages li.error {
+    background: red;
+    border: 1px solid black; }
+  .messages li.info {
+    background: #ed7831;
+    border: none; }
 
 /*# sourceMappingURL=base.css.map */