Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory james.mmbase.org:/tmp/cvs-serv10052

Modified Files:
        pageediting.jsp 
Log Message:
CMSC-752 make the page edit tab vertical-align


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
See also: http://www.mmbase.org/jira/browse/CMSC-752


Index: pageediting.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- pageediting.jsp     28 May 2008 09:02:30 -0000      1.6
+++ pageediting.jsp     29 May 2008 02:59:57 -0000      1.7
@@ -121,7 +121,7 @@
                </style>
       <body onLoad="refreshTreeTab();">
          <table style="width:100%; height:100%;" cellpadding="0" 
cellspacing="0" border="0">
-            <tr style="height:35px;">
+            <tr style="height:37px;">
                <td style="width:60%;">
                   <div class="tabs" style="width:100%;">
                      <div ${'edit' eq sessionScope.pageMode ? 
'class="tab_active"' : 'class="tab"'} >
@@ -144,7 +144,7 @@
                      </div>
                   </div>
                </td>
-               <td style="width:40%; vertical-align:middle; text-align:right; 
background:url(<cmsc:staticurl page='/editors/gfx/edit_shadow.gif'/>) 
repeat-x;">
+               <td style="width:40%; height:36px;vertical-align:middle; 
text-align:right; background:url(<cmsc:staticurl 
page='/editors/gfx/edit_shadow.gif'/>) repeat-x center;">
                   <input type="checkbox" name="treevisable" id="treevisable" 
value="<fmt:message key='toolbar.showtree'/>" checked onClick="return 
switchChannelPanel(this);">
                      <fmt:message key="toolbar.showtree" />
                   </input>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to