Scarab commit: svn commit: r10709 - trunk/src/webapp: WEB-INF/templates/layouts skins

Hussayn Dabbous <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2009-03-28 10:14:55-0700
New Revision: 10709

Modified:
   trunk/src/webapp/WEB-INF/templates/layouts/Default.vm
   trunk/src/webapp/skins/classic.css

Log:
Added visual enhancement for creole tables in issue comments (only when wiki syntax is selected). support for zebra tables (does not work yet).

Modified: trunk/src/webapp/WEB-INF/templates/layouts/Default.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/layouts/Default.vm?view=diff&pathrev=10709&r1=10708&r2=10709
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/layouts/Default.vm	(original)
+++ trunk/src/webapp/WEB-INF/templates/layouts/Default.vm	2009-03-28 10:14:55-0700
@@ -21,6 +21,7 @@
     <script src="$staticLink.setPath("/scripts/CalendarPopup.js")"></script>
     <script src="$staticLink.setPath("/scripts/sstree.js")"></script>
     <script src="$staticLink.setPath("/scripts/tooltips.js")"></script>
+    <script src="$staticLink.setPath("/scripts/guiUtils.js")"></script>
 
     <script language="Javascript" id="js1">
       var calPopup = new CalendarPopup("datePopupDiv");

Modified: trunk/src/webapp/skins/classic.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/classic.css?view=diff&pathrev=10709&r1=10708&r2=10709
==============================================================================
--- trunk/src/webapp/skins/classic.css	(original)
+++ trunk/src/webapp/skins/classic.css	2009-03-28 10:14:55-0700
@@ -1219,4 +1219,14 @@
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
 	background-color: #ffffff;
-}
\ No newline at end of file
+}
+
+table.wiki-table{
+margin-left:20px;
+margin-right:20px;
+padding:10px;
+background-color:#ffffc0;
+border-style:dotted;
+border-color:#abc4db;
+border-width:1px;
+}

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1458562
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.