Author: rwesten
Date: Mon Jun 10 07:57:59 2013
New Revision: 1491362
URL: http://svn.apache.org/r1491362
Log:
STANBOL-1059: applied patch provided by Sergio
Modified:
stanbol/trunk/commons/web/home/src/license/THIRD-PARTY.properties
stanbol/trunk/commons/web/home/src/main/resources/META-INF/resources/static/home/style/stanbol.css
Modified: stanbol/trunk/commons/web/home/src/license/THIRD-PARTY.properties
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/home/src/license/THIRD-PARTY.properties?rev=1491362&r1=1491361&r2=1491362&view=diff
==============================================================================
--- stanbol/trunk/commons/web/home/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/web/home/src/license/THIRD-PARTY.properties Mon Jun
10 07:57:59 2013
@@ -20,8 +20,7 @@
# Please fill the missing licenses for dependencies :
#
#
-#Thu Dec 13 13:43:20 CET 2012
-asm--asm--3.1=BSD License
+#Fri Mar 22 11:51:15 CET 2013
javax.servlet--servlet-api--2.5=Common Development And Distribution License
(CDDL), Version 1.0
org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
Modified:
stanbol/trunk/commons/web/home/src/main/resources/META-INF/resources/static/home/style/stanbol.css
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/home/src/main/resources/META-INF/resources/static/home/style/stanbol.css?rev=1491362&r1=1491361&r2=1491362&view=diff
==============================================================================
---
stanbol/trunk/commons/web/home/src/main/resources/META-INF/resources/static/home/style/stanbol.css
(original)
+++
stanbol/trunk/commons/web/home/src/main/resources/META-INF/resources/static/home/style/stanbol.css
Mon Jun 10 07:57:59 2013
@@ -445,3 +445,15 @@ p.note {
text-align: center;
font-size: 110%;
}
+
+div.enginelisting span.active {
+ color: #006600;
+}
+
+div.enginelisting span.optional {
+ color: #666666;
+}
+
+div.enginelisting span.inactive {
+ color: #660000;
+}