diff rhodecode/public/css/style.css @ 3547:b7f489714639 beta

linkify names on fork/create repos in tooltip messages
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 19 Mar 2013 15:05:32 +0100
parents c5efdafee8fe
children b44bb596ddb2
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Tue Mar 19 14:26:36 2013 +0100
+++ b/rhodecode/public/css/style.css	Tue Mar 19 15:05:32 2013 +0100
@@ -3385,6 +3385,10 @@
     border-color: #c43c35 #c43c35 #882a25;
 }
 
+.error_msg a {
+	text-decoration: underline;
+}
+
 .warning_msg {
     color: #404040 !important;
     background-color: #eedc94;
@@ -3400,6 +3404,10 @@
     border-color: #eedc94 #eedc94 #e4c652;
 }
 
+.warning_msg a {
+	text-decoration: underline;
+}
+
 .success_msg {
     background-color: #57a957;
     background-repeat: repeat-x !important;
@@ -3414,6 +3422,11 @@
     border-color: #57a957 #57a957 #3d773d;
 }
 
+.success_msg a {
+	text-decoration: underline;
+	color: #FFF !important;
+}
+
 .notice_msg {
     background-color: #339bb9;
     background-repeat: repeat-x;
@@ -3428,6 +3441,10 @@
     border-color: #339bb9 #339bb9 #22697d;
 }
 
+.notice_msg a {
+    text-decoration: underline;
+}
+
 .success_msg, .error_msg, .notice_msg, .warning_msg {
     font-size: 12px;
     font-weight: 700;