shuber 2005/03/11 10:17:23 CET
Modified files:
src/view/jsp/images/portlets tabLeft.gif tabRight.gif
windowStates.gif
windowStates_maximized.gif
windowStates_minimized.gif
windowStates_normal.gif
src/view/jsp/include box_webapps.inc
src/view/jsp portlets.css
Log:
Improve look to make colors transparent and move bar to the right.
Revision Changes Path
1.2 +1 -1
corporate_portal_templates/src/view/jsp/images/portlets/tabLeft.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/tabLeft.gif.diff?r1=1.1&r2=1.2&f=h
1.2 +1 -1
corporate_portal_templates/src/view/jsp/images/portlets/tabRight.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/tabRight.gif.diff?r1=1.1&r2=1.2&f=h
1.2 +1 -1
corporate_portal_templates/src/view/jsp/images/portlets/windowStates.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/windowStates.gif.diff?r1=1.1&r2=1.2&f=h
1.2 +1 -1
corporate_portal_templates/src/view/jsp/images/portlets/windowStates_maximized.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/windowStates_maximized.gif.diff?r1=1.1&r2=1.2&f=h
1.2 +1 -2
corporate_portal_templates/src/view/jsp/images/portlets/windowStates_minimized.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/windowStates_minimized.gif.diff?r1=1.1&r2=1.2&f=h
1.2 +1 -1
corporate_portal_templates/src/view/jsp/images/portlets/windowStates_normal.gif
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/images/portlets/windowStates_normal.gif.diff?r1=1.1&r2=1.2&f=h
1.3 +1 -1
corporate_portal_templates/src/view/jsp/include/box_webapps.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/box_webapps.inc.diff?r1=1.2&r2=1.3&f=h
1.2 +5 -4 corporate_portal_templates/src/view/jsp/portlets.css
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/portlets.css.diff?r1=1.1&r2=1.2&f=h
Index: tabLeft.gif
===================================================================
<<Binary file>>
Index: tabRight.gif
===================================================================
<<Binary file>>
Index: windowStates.gif
===================================================================
<<Binary file>>
Index: windowStates_maximized.gif
===================================================================
<<Binary file>>
Index: windowStates_minimized.gif
===================================================================
<<Binary file>>
Index: windowStates_normal.gif
===================================================================
<<Binary file>>
Index: box_webapps.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/box_webapps.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- box_webapps.inc 11 Mar 2005 08:43:49 -0000 1.2
+++ box_webapps.inc 11 Mar 2005 09:17:23 -0000 1.3
@@ -2,8 +2,8 @@
<content:container>
<content:applicationField name='<%="webapp" + id%>' id="webapp"
display="false" />
<bean:define id="portletWindowBean" name="webapp" property="object"
/>
- <jahiaHtml:portletModes name="portletWindowBean" />
<jahiaHtml:windowStates name="portletWindowBean" />
+ <jahiaHtml:portletModes name="portletWindowBean" />
<br/>
<bean:write name="webapp" property="value" filter="false" />
<content:updateContainerURL id="updateWebappsContainerURL"
display="false"/>
Index: portlets.css
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/portlets.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portlets.css 11 Mar 2005 08:43:49 -0000 1.1
+++ portlets.css 11 Mar 2005 09:17:23 -0000 1.2
@@ -1,11 +1,12 @@
ul.portletModes {
- background: url(images/portlets/tabBorder.gif) #FFFFFF repeat-x bottom;
+ background: url(images/portlets/tabBorder.gif) repeat-x bottom;
color: #515C6A;
- float: left;
+ float: right;
list-style: none;
margin: 0px;
padding: 0px;
+ padding-left: 2px;
}
ul.portletModes a {
background: url(images/portlets/tabRight.gif) no-repeat right top;
@@ -50,9 +51,9 @@
/* End IE5-Mac hack */
ul.windowStates {
- background: url(images/portlets/tabBorder.gif) #FFFFFF repeat-x bottom;
+ background: url(images/portlets/tabBorder.gif) repeat-x bottom;
color: #515C6A;
- float: left;
+ float: right;
list-style: none;
margin: 0px;
padding: 0px;