changeset 4142:a9b24db8fb03 rhodecode-2.2.5-gpl

old style: adjust for renaming of messages to bootstrap-ish alerts
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:22 -0400
parents fe4e9a7d7bb7
children f6a012c28c71
files rhodecode/public/css/style.css
diffstat 1 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 02 19:03:21 2014 -0400
+++ b/rhodecode/public/css/style.css	Wed Jul 02 19:03:22 2014 -0400
@@ -3399,7 +3399,7 @@
     color: red;
 }
 
-.error_msg {
+.flash_msg .alert-error {
     background-color: #c43c35;
     background-repeat: repeat-x;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
@@ -3413,11 +3413,11 @@
     border-color: #c43c35 #c43c35 #882a25;
 }
 
-.error_msg a {
+.flash_msg .alert-error a {
     text-decoration: underline;
 }
 
-.warning_msg {
+.flash_msg .alert-warning {
     color: #404040 !important;
     background-color: #eedc94;
     background-repeat: repeat-x;
@@ -3432,11 +3432,11 @@
     border-color: #eedc94 #eedc94 #e4c652;
 }
 
-.warning_msg a {
+.flash_msg .alert-warning a {
     text-decoration: underline;
 }
 
-.success_msg {
+.flash_msg .alert-success {
     background-color: #57a957;
     background-repeat: repeat-x !important;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
@@ -3450,12 +3450,12 @@
     border-color: #57a957 #57a957 #3d773d;
 }
 
-.success_msg a {
+.flash_msg .alert-success a {
     text-decoration: underline;
     color: #FFF !important;
 }
 
-.notice_msg {
+.flash_msg .alert-info {
     background-color: #339bb9;
     background-repeat: repeat-x;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
@@ -3469,11 +3469,14 @@
     border-color: #339bb9 #339bb9 #22697d;
 }
 
-.notice_msg a {
+.flash_msg .alert-info a {
     text-decoration: underline;
 }
 
-.success_msg, .error_msg, .notice_msg, .warning_msg {
+.flash_msg .alert-error,
+.flash_msg .alert-warning,
+.flash_msg .alert-success,
+.flash_msg .alert-info {
     font-size: 12px;
     font-weight: 700;
     min-height: 14px;