[Logilogi-svn] SF.net SVN: logilogi:[1552] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2009-08-25 16:31:10
|
Revision: 1552
http://logilogi.svn.sourceforge.net/logilogi/?rev=1552&view=rev
Author: wybow
Date: 2009-08-25 16:30:54 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
Restyled max length warning
Modified Paths:
--------------
trunk/app/views/logis/_edit.html.erb
trunk/public/stylesheets/logilogi.css
Modified: trunk/app/views/logis/_edit.html.erb
===================================================================
--- trunk/app/views/logis/_edit.html.erb 2009-08-24 16:55:26 UTC (rev 1551)
+++ trunk/app/views/logis/_edit.html.erb 2009-08-25 16:30:54 UTC (rev 1552)
@@ -18,5 +18,6 @@
<%= (local_assigns[:defer] ? 'true' : 'false') %>);
<% end -%>
- <div id="length_warning"></div>
<% end -%>
+
+<div id="length_warning"></div>
Modified: trunk/public/stylesheets/logilogi.css
===================================================================
--- trunk/public/stylesheets/logilogi.css 2009-08-24 16:55:26 UTC (rev 1551)
+++ trunk/public/stylesheets/logilogi.css 2009-08-25 16:30:54 UTC (rev 1552)
@@ -1116,7 +1116,9 @@
/* errors */
-#length_warning {
+#length_warning.warning,
+#length_warning.error {
+ padding-left: 1em;
padding-top: 0.5em;
font-size: 1.2em;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|