[DRE-commits] r5354 - in trunk/gemwatch: public views

Antonio Terceiro terceiro-guest at alioth.debian.org
Sun May 16 17:09:58 UTC 2010


Author: terceiro-guest
Date: 2010-05-16 17:09:54 +0000 (Sun, 16 May 2010)
New Revision: 5354

Modified:
   trunk/gemwatch/public/style.css
   trunk/gemwatch/views/error.haml
Log:
Fixed style for error screen



Modified: trunk/gemwatch/public/style.css
===================================================================
--- trunk/gemwatch/public/style.css	2010-05-16 17:01:08 UTC (rev 5353)
+++ trunk/gemwatch/public/style.css	2010-05-16 17:09:54 UTC (rev 5354)
@@ -104,8 +104,7 @@
 }
 
 /* Internal error */
-body.internal-error .wrap {
-  border-color: #a40000;
+body.internal-error .content {
   background-color: #fc9999;
 }
 

Modified: trunk/gemwatch/views/error.haml
===================================================================
--- trunk/gemwatch/views/error.haml	2010-05-16 17:01:08 UTC (rev 5353)
+++ trunk/gemwatch/views/error.haml	2010-05-16 17:09:54 UTC (rev 5354)
@@ -2,5 +2,6 @@
 - @body_class = 'internal-error'
 %h1 Internal error
 %p Sorry, gemwatch detected an internal error and cannot continue with your request.
-%a{:href => app_url('/')} Start over
+%div.buttons
+  %a{:href => app_url('/')} Start over
 




More information about the Pkg-ruby-extras-commits mailing list