myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3473] trunk/public/stylesheets/styles.css: Re-ad


From: noreply
Subject: [myexperiment-hackers] [3473] trunk/public/stylesheets/styles.css: Re-added error style
Date: Thu, 7 Mar 2013 12:06:13 +0000 (UTC)

Revision
3473
Author
fbacall
Date
2013-03-07 12:06:12 +0000 (Thu, 07 Mar 2013)

Log Message

Re-added error style

Modified Paths

Diff

Modified: trunk/public/stylesheets/styles.css (3472 => 3473)


--- trunk/public/stylesheets/styles.css	2013-03-07 10:34:24 UTC (rev 3472)
+++ trunk/public/stylesheets/styles.css	2013-03-07 12:06:12 UTC (rev 3473)
@@ -2407,4 +2407,18 @@
 	font-weight: bold;
 	color: #333333;
   font-size: 100%;
-}
\ No newline at end of file
+}
+
+div.error {
+  width: 500px;
+  border: 2px solid #f44;
+  padding-bottom: 1em;
+  margin: 1em auto;
+  text-align: center;
+}
+
+div.error h1 {
+  color: white;
+  background-color: #f44;
+  margin-top: 0;
+}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]