pvollenweider 2005/02/15 18:04:16 CET
Modified files:
src/view/jsp web_css.jsp
Log:
Add stylesheet for tree
Revision Changes Path
1.28 +55 -0 corporate_portal_templates/src/view/jsp/web_css.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/web_css.jsp.diff?r1=1.27&r2=1.28&f=h
Index: web_css.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/web_css.jsp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- web_css.jsp 15 Oct 2004 15:16:33 -0000 1.27
+++ web_css.jsp 15 Feb 2005 17:04:16 -0000 1.28
@@ -585,3 +585,58 @@
.nfDate { font-size: 9px; font-style: normal; font-weight: bold; color:
<%=color1%> }
.nfSource { font-size: 9px; font-style: normal; color: <%=color1%> }
.nfMedia { font-size: 9px; font-style: italic; color: <%=color1%> }
+div.tree {
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+}
+div.tree span {
+ display: block;
+}
+div.tree span.i {
+ width: 16px;
+ //height: 16px;
+ background: url(images/tree_i.gif) repeat-y 0 0;
+ padding-left: 16px;
+}
+div.tree span.t {
+ width: 16px;
+ //height: 16px;
+ background: url(images/tree_t.gif) no-repeat 0 0;
+ padding-left: 16px;
+}
+div.tree span.l {
+ width: 16px;
+ //height: 16px;
+ background: url(images/tree_l.gif) no-repeat 0 0;
+ padding-left: 16px;
+}
+div.tree span.pix {
+ width: 16px;
+ //height: 16px;
+ padding-left: 16px;
+}
+div.tree a {
+ color: #666;
+ /*white-space: nowrap;*/
+ display: block;
+ width: 400px;
+ padding-left: 32px;
+ text-decoration: none;
+ /*sets the height for all browsers to auto*/
+ height: auto !important;
+ /*sets height (which acts like min-height) to your set size
+ for IE, since it doesn't understand !important */
+ height: 20px;
+ /*set min-height for other browsers that understand !important*/
+ min-height: 20px;
+}
+div.tree a:hover {
+ text-decoration: underline;
+}
+div.tree a.folderon {
+ background: url(images/folder_on.gif) no-repeat;
+ font-weight: bold;
+}
+div.tree a.folderoff {
+ background: url(images/folder_off.gif) no-repeat;
+}
\ No newline at end of file