[pLog-svn] r5830 - plog/trunk/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Aug 15 17:04:07 EDT 2007


Author: oscar
Date: 2007-08-15 17:04:07 -0400 (Wed, 15 Aug 2007)
New Revision: 5830

Modified:
   plog/trunk/styles/admin.css
Log:
Added a couple new styles to make buttons in the javascript ok/cancel prompt look like the rest of the buttons in the admin interface


Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2007-08-15 19:58:53 UTC (rev 5829)
+++ plog/trunk/styles/admin.css	2007-08-15 21:04:07 UTC (rev 5830)
@@ -1127,4 +1127,33 @@
 
 .yui-panel {
 	border:1px solid #b2b2b2;
+}
+
+
+/**
+ * Used by the YesNoPrompt dialog
+ */
+.promptBody
+{
+	padding-top: 20px;
+	padding-bottom: 5px;
+}
+
+.button-group button
+{
+    background       : #FFFFFF;
+    border           : 1px solid #b2b2b2;
+    color            : #000000;
+    font-family      : arial, verdana, tahoma, sans-serif;
+    font-size        : 1em;
+}
+
+.button-group button:hover, 
+.button-group button.hover,
+.buttons input:hover, 
+#list_action_bar input:hover
+{
+    background       : #FFFFFF;
+	border: 1px solid #8cacbb;	
+    color            : #000000;
 }
\ No newline at end of file



More information about the pLog-svn mailing list