xlawrence 2005/06/07 11:50:06 CEST
Modified files:
core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker
jahia-linker.css
Log:
MarkForDelete pages are now displayed with a line-through decoration
Revision Changes Path
1.3 +2 -2
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/jahia-linker.css
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/jahia-linker.css.diff?r1=1.2&r2=1.3&f=h
Index: jahia-linker.css
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/plugins/JahiaLinker/jahia-linker.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jahia-linker.css 2 Jun 2005 12:25:35 -0000 1.2
+++ jahia-linker.css 7 Jun 2005 09:50:06 -0000 1.3
@@ -18,7 +18,7 @@
.tree {
background: #FFFFFF;
overflow: auto;
- width: 750px;
+ width: 450px;
height: 460px;
border: 1px solid #000000;
padding: 5px;
@@ -62,7 +62,6 @@
.dtree .clip {
overflow: hidden;
}
-
.staging {
color: #9C0101;
}
@@ -77,4 +76,5 @@
.markForDeleted {
color: #0951B3;
+ text-decoration: line-through;
}
\ No newline at end of file