[pLog-svn] r614 - in plog/trunk: styles templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 23:15:06 GMT 2004


Author: oscar
Date: 2004-12-29 23:15:06 +0000 (Wed, 29 Dec 2004)
New Revision: 614

Modified:
   plog/trunk/styles/admin.css
   plog/trunk/templates/admin/errormessage.template
   plog/trunk/templates/admin/successmessage.template
Log:
some nicer formatting (and very likely, this is how it's going to look like in the end) given to the error and feedback message. All positive feedback messages are in green color with the little lightbulb icon while all the negative feedback/error messages are in red color with the little red exclamation mark.

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2004-12-29 23:10:30 UTC (rev 613)
+++ plog/trunk/styles/admin.css	2004-12-29 23:15:06 UTC (rev 614)
@@ -606,6 +606,11 @@
 /* Positive or negative feedback messages                         */
 /* -------------------------------------------------------------- */
 
+#list #FormError
+{
+	padding-left: 10px;
+}
+
 #FormError
 {
  align: left;
@@ -618,9 +623,16 @@
 
 }
 
+#list #FormInfo
+{
+	padding-left: 10px;
+}
+
 #FormInfo
 {
  align: left;
+ padding-top: 5px;
+ padding-bottom: 5px; 
 }
 
 /**

Modified: plog/trunk/templates/admin/errormessage.template
===================================================================
--- plog/trunk/templates/admin/errormessage.template	2004-12-29 23:10:30 UTC (rev 613)
+++ plog/trunk/templates/admin/errormessage.template	2004-12-29 23:15:06 UTC (rev 614)
@@ -1,4 +1,4 @@
 <div id="FormError">
-  <!-- <img src="imgs/icon_warning-16.png" alt="Info" />&nbsp; -->
-  <span style="color:red">{$message}</span>
+  <img src="imgs/icon_warning-16.png" alt="Info" style="float:left;clear:left;margin-top:10px;" />
+  <p style="padding-left:20px;color:red">{$message}</p>
 </div>
\ No newline at end of file

Modified: plog/trunk/templates/admin/successmessage.template
===================================================================
--- plog/trunk/templates/admin/successmessage.template	2004-12-29 23:10:30 UTC (rev 613)
+++ plog/trunk/templates/admin/successmessage.template	2004-12-29 23:15:06 UTC (rev 614)
@@ -1,4 +1,4 @@
 <div id="FormInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" />&nbsp;
-  <span style="color:green">{$message}</span>
+  <img src="imgs/icon_info-16.png" alt="Info" style="float:left;clear:left;margin-top:10px;" />
+  <p style="color:green;padding-left:20px;">{$message}</p>
 </div>
\ No newline at end of file




More information about the pLog-svn mailing list