Author: kevinshen
Date: 2009-09-16 11:35:48 +0200 (Wed, 16 Sep 2009)
New Revision: 38648

Removed:
   
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main_extension.css
Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/assettrash.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/contenttrash.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/restore.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/channeldeletewarning.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/collection.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/elementlist.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/reordercontent.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/unlinkcreation.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentinfo.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageinfo.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/secondaryedit.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlinfo.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/simple/simplecontent.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-duplicate-icaches.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-non-visible-portlets.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changelanguage.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changeprofile.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/rights.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/linkedlist.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/reorder.jsp
Log:
CMSC-1529 Make tabs clickable in the full width

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/assettrash.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/assettrash.jsp
 2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/assettrash.jsp
 2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="recyclebin.title">
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script src="recyclebin.js" type="text/javascript"></script>
   <c:if test="${not empty fresh}">
      <script type="text/javascript">     

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/contenttrash.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/contenttrash.jsp
       2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/contenttrash.jsp
       2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="recyclebin.title">
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script src="recyclebin.js" type="text/javascript"></script>
   <c:if test="${not empty fresh && fresh == 'true'}">
      <script type="text/javascript">     

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/restore.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/restore.jsp
    2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/restore.jsp
    2009-09-16 09:35:48 UTC (rev 38648)
@@ -5,7 +5,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="recyclebin.restore.title" >
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <body>
 <mm:cloud jspvar="cloud" rank="basic user" method='http'>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp
        2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp
        2009-09-16 09:35:48 UTC (rev 38648)
@@ -21,7 +21,6 @@
 <mm:import externid="resultCount" jspvar="resultCount" 
vartype="Integer">0</mm:import>
 
 <cmscedit:head title="search.title">
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
       <link rel="stylesheet" type="text/css" href="../css/assetsearch.css" />
       <link rel="stylesheet" href="<cmsc:staticurl 
page='../css/thumbnail.css'/>" type="text/css"/>
       <script src="../../mmbase/edit/wizard/javascript/validator.js" 
type="text/javascript"></script>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/channeldeletewarning.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/channeldeletewarning.jsp
       2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/channeldeletewarning.jsp
       2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="channeldelete.title">
-   <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <script src="content.js" type="text/javascript"></script>
 </cmscedit:head>
 <body>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/collection.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/collection.jsp
 2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/collection.jsp
 2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="collection.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <body>
 <mm:cloud jspvar="cloud" rank="basic user" loginpage="../login.jsp">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-09-16 09:35:48 UTC (rev 38648)
@@ -9,7 +9,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="search.title">
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
       <script src="../../mmbase/edit/wizard/javascript/validator.js" 
type="text/javascript"></script>
       <script src="content.js" type="text/javascript"></script>
       <script src="search.js" type="text/javascript"></script>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/elementlist.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/elementlist.jsp
        2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/elementlist.jsp
        2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="content.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
     <script src="content.js" type="text/javascript"></script>
     <script type="text/javascript">
     <c:if test="${not empty requestScope.message}">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/reordercontent.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/reordercontent.jsp
     2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/reordercontent.jsp
     2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="channelreorder.title">
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script type="text/javascript" src="reorder.js"></script>
   <style type="text/css">
     input.button { width : 100; }

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/unlinkcreation.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/unlinkcreation.jsp
     2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/unlinkcreation.jsp
     2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="unlinkcreation.title">
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script src="content.js" type="text/javascript"></script>
 </cmscedit:head>
 <body>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentinfo.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentinfo.jsp
      2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentinfo.jsp
      2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="attachmentinfo.title" >
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <body>
     <div class="tabs">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp
    2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp
    2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="attachments.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <script src="../repository/search.js" type="text/javascript"></script>
    <script src="../resources/assetsearch.js" type="text/javascript"></script>
    <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageinfo.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageinfo.jsp
   2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageinfo.jsp
   2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <html:html xhtml="true">
 <cmscedit:head title="imageinfo.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <body>
     <div class="tabs">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp
 2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp
 2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="images.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <script src="../repository/search.js" type="text/javascript"></script>
    <script src="../resources/assetsearch.js" type="text/javascript"></script>
    <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/secondaryedit.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/secondaryedit.jsp
       2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/secondaryedit.jsp
       2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="secondaryedit.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
        <script>
                function save() {
                        var form = document.forms["SecondaryEditForm"];

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlinfo.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlinfo.jsp
     2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlinfo.jsp
     2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="urlinfo.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 
 <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp
   2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp
   2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="urls.title">
-    <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 <script src="../repository/search.js" type="text/javascript"></script>
 <script src="../resources/assetsearch.js" type="text/javascript"></script>
 <script type="text/javascript">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/simple/simplecontent.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/simple/simplecontent.jsp
  2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/simple/simplecontent.jsp
  2009-09-16 09:35:48 UTC (rev 38648)
@@ -5,7 +5,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="search.title">
-   <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
    <link href="../css/simpleeditor.css" rel="stylesheet" type="text/css"/>
    <script src="../repository/search.js" type="text/javascript"></script>
    <script src="../repository/content.js" type="text/javascript"></script>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css
    2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css
    2009-09-16 09:35:48 UTC (rev 38648)
@@ -1422,4 +1422,19 @@
   height:15px;
   border:0px;
   margin-bottom:4px;
-}
\ No newline at end of file
+}
+/*change the tab's style */
+div.tabs div.tab div.body div.title{
+   color:#4A5040;
+   float:left;
+   font-size:13px;
+   padding-top:14px;
+   text-decoration:none;
+}
+div.tabs div.tab_active div.body div.title{
+   color:black;
+   float:left;
+   font-size:14px;
+   padding-top:17px;
+   text-decoration:none;
+}

Deleted: 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main_extension.css
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main_extension.css
  2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main_extension.css
  2009-09-16 09:35:48 UTC (rev 38648)
@@ -1,14 +0,0 @@
-       div.tabs div.tab div.body div.title{
-          color:#4A5040;
-          float:left;
-          font-size:13px;
-          padding-top:14px;
-          text-decoration:none;
-       }
-       div.tabs div.tab_active div.body div.title{
-               color:black;
-               float:left;
-               font-size:14px;
-               padding-top:17px;
-               text-decoration:none;
-       }

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-duplicate-icaches.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-duplicate-icaches.jsp
 2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-duplicate-icaches.jsp
 2009-09-16 09:35:48 UTC (rev 38648)
@@ -5,7 +5,6 @@
 <html:html xhtml="true">
 <cmscedit:head title="maintenance.icaches.cleanduplicates">
    <link href="style.css" type="text/css" rel="stylesheet"/>
-      <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
 </cmscedit:head>
    <body>
 <mm:cloud jspvar="cloud" rank="basic user" method="http">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-non-visible-portlets.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-non-visible-portlets.jsp
      2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/clean-non-visible-portlets.jsp
      2009-09-16 09:35:48 UTC (rev 38648)
@@ -5,7 +5,6 @@
 <html:html xhtml="true">
   <cmscedit:head title="Clean Non-Visible Portlets">
     <link href="style.css" type="text/css" rel="stylesheet"/>
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
   </cmscedit:head>
 
   <body>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changelanguage.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changelanguage.jsp
  2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changelanguage.jsp
  2009-09-16 09:35:48 UTC (rev 38648)
@@ -12,7 +12,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="changelanguage.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head> 
 <body>
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changeprofile.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changeprofile.jsp
   2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changeprofile.jsp
   2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="changeprofile.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <c:choose>
 <c:when test="${param.succeeded}">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/rights.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/rights.jsp
  2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/rights.jsp
  2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="user.title">
-<link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
 </cmscedit:head>
 <mm:cloud jspvar="cloud" loginpage="../login.jsp">
 <body style="overflow: auto">

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/linkedlist.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/linkedlist.jsp
  2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/linkedlist.jsp
  2009-09-16 09:35:48 UTC (rev 38648)
@@ -3,7 +3,6 @@
 %><mm:content type="text/html" encoding="UTF-8" expires="0"><!DOCTYPE html 
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="sitedelete.title">
-       <link rel="stylesheet" type="text/css" href="../css/main_extension.css" 
/>
 </cmscedit:head>
 <mm:import externid="number" required="true" from="parameters"/>
 <mm:import externid="pageMap" from="request" required="true"/>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp
 2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp
 2009-09-16 09:35:48 UTC (rev 38648)
@@ -6,7 +6,6 @@
    <html:html xhtml="true">
       <cmscedit:head title="toolbar.title">
          <link href="../css/toolbar.css" rel="stylesheet" type="text/css"/>
-                <link rel="stylesheet" type="text/css" 
href="../css/main_extension.css" />
          <script language="JavaScript" src="../../js/prototype.js" 
type="text/javascript"></script>
          <c:url value="/editors/workflow/PageWorkflowPublishAction.do" 
var="pagePublishAction"/>
          <c:url value="/editors/site/NavigatorPanel.do" var="pageUrl"/>

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/reorder.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/reorder.jsp
     2009-09-16 09:11:50 UTC (rev 38647)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/reorder.jsp
     2009-09-16 09:35:48 UTC (rev 38648)
@@ -4,7 +4,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="pagereorder.title">
-  <link rel="stylesheet" type="text/css" href="../css/main_extension.css" />
   <script type="text/javascript" src="../repository/reorder.js"></script>
   <style type="text/css">
     input.button { width : 100; }

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to