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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Jan 31 16:15:02 GMT 2006


Author: mark
Date: 2006-01-31 16:15:01 +0000 (Tue, 31 Jan 2006)
New Revision: 2876

Modified:
   plog/trunk/styles/admin.css
   plog/trunk/templates/admin/editpost.template
   plog/trunk/templates/admin/newpost.template
Log:
A little style sheets changes.

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2006-01-30 14:14:49 UTC (rev 2875)
+++ plog/trunk/styles/admin.css	2006-01-31 16:15:01 UTC (rev 2876)
@@ -470,6 +470,24 @@
     float:left;
 }
 
+.optionIcon
+{
+	text-align       : right;
+}
+
+.optionIcon a
+{
+	text-decoration  : none; 
+	color            : #888888;
+	padding          : 2px;
+}
+
+.optionIcon a:hover
+{
+	background-color : #888888;
+	color            : #FFFFFF;
+}
+
 /* -------------------------------------------------------------- */
 /* Data lists parameters & search bar                             */
 /* -------------------------------------------------------------- */

Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2006-01-30 14:14:49 UTC (rev 2875)
+++ plog/trunk/templates/admin/editpost.template	2006-01-31 16:15:01 UTC (rev 2876)
@@ -28,9 +28,9 @@
    <fieldset class="inputField">
    <legend>{$locale->tr("editPost")}</legend>
 
-   <div style="text-align: right;">
+   <div class="optionIcon">
      <a id="optionIconLink" href="#" title="{$locale->tr("hide_option_panel")}" onclick="switchOptionPanel()">{$locale->tr("hide_option_panel")}</a>
-   </div>
+   </div> 
    
    <div id="mainPanel" style="float:left; width: 73%; border-right: 1px solid #DEDEDE;">  
      {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_updating_post")}    

Modified: plog/trunk/templates/admin/newpost.template
===================================================================
--- plog/trunk/templates/admin/newpost.template	2006-01-30 14:14:49 UTC (rev 2875)
+++ plog/trunk/templates/admin/newpost.template	2006-01-31 16:15:01 UTC (rev 2876)
@@ -41,7 +41,7 @@
    <fieldset class="inputField">
    <legend>{$locale->tr("newPost")}</legend>
 
-   <div style="text-align: right;">
+   <div class="optionIcon">
      <a id="optionIconLink" href="#" title="{$locale->tr("hide_option_panel")}" onclick="switchOptionPanel()">{$locale->tr("hide_option_panel")}</a>
    </div> 
 



More information about the pLog-svn mailing list