From bc9d4a0f2266e5ac1a018f0b691c76d53479b9e5 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 29 Apr 2011 20:46:44 -0400
Subject: [PATCH] Working on error handling.
---
src/com/gitblit/wicket/resources/gitblit.css | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css
index 8317e36..3d0a1cd 100644
--- a/src/com/gitblit/wicket/resources/gitblit.css
+++ b/src/com/gitblit/wicket/resources/gitblit.css
@@ -100,6 +100,13 @@
padding: 0px 0px 15px 5px;
}
+span.empty {
+ font-size: 0.9em;
+ font-style: italic;
+ padding-left:10px;
+ color: #008000;
+}
+
span.link, span.link a {
font-family: sans-serif;
font-size: 11px;
@@ -633,8 +640,7 @@
.feedbackPanelERROR {
color: red;
list-style-image: url(bullet_error.png);
- font-weight: bold;
- text-align:left;
+ font-weight: bold;
vertical-align: top;
padding:0;
margin:0;
@@ -643,8 +649,7 @@
.feedbackPanelINFO {
color: green;
list-style: none;
- font-weight: bold;
- text-align:center;
+ font-weight: bold;
padding:0;
margin:0;
}
\ No newline at end of file
--
Gitblit v1.9.1