Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/contentrepository/src/webapp/editors/repository

Modified Files:
        contentsearch.jsp assetsearch.jsp selector.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: contentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- contentsearch.jsp   6 Feb 2009 07:45:55 -0000       1.17
+++ contentsearch.jsp   9 Feb 2009 14:48:32 -0000       1.18
@@ -30,7 +30,7 @@
 <mm:import externid="resultCount" jspvar="resultCount" 
vartype="Integer">0</mm:import>
 <c:set var="returnurl" value="${fn:replace(returnurl,'&amp;','&')}"/>
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
-<div style="position: absolute;padding-right:10px">
+
    <div class="tabs">
 <c:if test="${param.index eq 'yes'}">
     <!-- active TAB -->
@@ -313,7 +313,7 @@
          </html:form>
       </div>
 
-   <div class="ruler_green" style="width:1000px;"><div><fmt:message 
key="searchform.results" /></div></div>
+   <div class="ruler_green"><div><fmt:message key="searchform.results" 
/></div></div>
    <div class="body">
 
 <!-- we check to see if we have workflow, this is done by looking if the 
editors for the workflow are on the HD -->
@@ -542,7 +542,6 @@
    </mm:list>
    </div>
    </div>
-   </div>
 </mm:cloud>
 
    </body>


Index: assetsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- assetsearch.jsp     6 Feb 2009 07:45:55 -0000       1.24
+++ assetsearch.jsp     9 Feb 2009 14:48:32 -0000       1.25
@@ -57,7 +57,6 @@
 <mm:import id="assetsearchinit"><c:url 
value='/editors/repository/AssetSearchInitAction.do'/></mm:import>
 
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
-<div style="position: absolute;padding-right:10px">
 <c:if test="${empty strict}">
    <div class="tabs">
     <!-- active TAB -->
@@ -306,7 +305,7 @@
          </html:form>
       </div>
 
-   <div class="ruler_green" style="width:1000px;"><div><fmt:message 
key="searchform.results" /></div></div>
+   <div class="ruler_green"><div><fmt:message key="searchform.results" 
/></div></div>
 
    <div class="body">
    <div style="padding-left:11px">
@@ -528,7 +527,6 @@
 </c:if>
 </div>
    </div>
-   </div>
 </mm:cloud>
 
    </body>


Index: selector.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/selector.jsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- selector.jsp        12 Jan 2009 10:46:06 -0000      1.24
+++ selector.jsp        9 Feb 2009 14:48:32 -0000       1.25
@@ -56,6 +56,7 @@
    </script>
 
    <style type="text/css">
+      body { overflow: hidden; }
       .tooltip {
          position: absolute;
          display: none;
@@ -68,7 +69,7 @@
       }
    </style>
 </cmscedit:head>
-<body style="overflow: auto" onload="loadFunction();">
+<body onload="loadFunction();">
    <mm:cloud jspvar="cloud" loginpage="../login.jsp">
 
    <div id="left">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to