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

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


Author: oscar
Date: 2007-08-05 14:14:56 -0400 (Sun, 05 Aug 2007)
New Revision: 5793

Modified:
   plog/trunk/styles/admin.css
   plog/trunk/templates/admin/header.template
Log:
We can overwrite one of the default YUI styles so that we get a nicer, darker mask for the overlay window instead of the older greyish one.


Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2007-08-05 10:53:20 UTC (rev 5792)
+++ plog/trunk/styles/admin.css	2007-08-05 18:14:56 UTC (rev 5793)
@@ -1109,4 +1109,19 @@
 	margin:0;
 	margin-bottom:5px;
 	padding:0;	
+}
+
+/**
+ * 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;
 }
\ No newline at end of file

Modified: plog/trunk/templates/admin/header.template
===================================================================
--- plog/trunk/templates/admin/header.template	2007-08-05 10:53:20 UTC (rev 5792)
+++ plog/trunk/templates/admin/header.template	2007-08-05 18:14:56 UTC (rev 5793)
@@ -7,12 +7,12 @@
 <meta name="generator" content="{$version}" />
 <title>LifeType Admin</title>
 {assign var=blogEnablePullDownMenu value=$blogsettings->getValue("pull_down_menu_enabled")}
+<link rel="stylesheet" type="text/css" href="js/yui/container/assets/container.css" /> 
 {if $locale->getDirection()=="rtl"}
 <link rel="stylesheet" href="styles/admin-rtl.css" type="text/css" media="screen" />
 {else}
 <link rel="stylesheet" href="styles/admin.css" type="text/css" media="screen" />
 {/if}
-<link rel="stylesheet" type="text/css" href="js/yui/container/assets/container.css" /> 
 <link rel="shortcut icon" type="image/x-icon" href="{$url->getUrl("/imgs/favicon.ico")}" />
 <!--[if IE ]>
 <link rel="stylesheet" href="styles/admin-ie.css" type="text/css" media="screen" />
@@ -24,7 +24,6 @@
 {js src="js/yui/connection/connection-min.js"}
 {js src="js/yui/animation/animation-min.js"}
 {js src="js/yui/container/container-min.js"}
-<link rel="stylesheet" type="text/css" href="js/yui/container/assets/container.css">
 <!-- LifeType UI Library -->
 {js src="js/ui/core.js"}
 {js src="js/ui/ui.js"}



More information about the pLog-svn mailing list