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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Aug 5 14:21:03 EDT 2007


Author: oscar
Date: 2007-08-05 14:21:03 -0400 (Sun, 05 Aug 2007)
New Revision: 5794

Modified:
   plog/trunk/styles/admin.css
Log:
Added a nicer border to the overlay dialog, as well as reducing the amount of properties we need for the .mask class to just one (the one we actually need)

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2007-08-05 18:14:56 UTC (rev 5793)
+++ plog/trunk/styles/admin.css	2007-08-05 18:21:03 UTC (rev 5794)
@@ -1115,13 +1115,9 @@
  * for the YUI Panel class
  */
 .mask {
-    z-index: 1; 
-    display:none;
-    position:absolute;
-    top:0;
-    left:0;
-    -moz-opacity: 0.5;
-    opacity:.50;
-    filter: alpha(opacity=50);
     background-color:#000;
+}
+
+.yui-panel {
+	border:1px solid #b2b2b2;
 }
\ No newline at end of file



More information about the pLog-svn mailing list