From b826856dcf822f2fba52826c52ee6a26169da5e5 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 20 Apr 2011 06:44:12 +0000 Subject: More updates around the domain artifacts ui git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095297 13f79535-47bb-0310-9956-ffa450edef68 --- .../node-manager/src/test/resources/ui/index.html | 48 +++++++++++++++++++--- 1 file changed, 43 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/modules/node-manager/src/test/resources/ui/index.html') diff --git a/sca-java-2.x/trunk/modules/node-manager/src/test/resources/ui/index.html b/sca-java-2.x/trunk/modules/node-manager/src/test/resources/ui/index.html index bce2f430b6..32cee911bb 100644 --- a/sca-java-2.x/trunk/modules/node-manager/src/test/resources/ui/index.html +++ b/sca-java-2.x/trunk/modules/node-manager/src/test/resources/ui/index.html @@ -11,13 +11,32 @@ body,html { font-family: helvetica, arial, sans-serif; font-size: 90%; } - +.componentIcon { + margin-left: 16px; + width: 16px; + height: 16px; + background: url('/manager/ui/component.gif') no-repeat; +} + +.serviceIcon { + margin-left: 16px; + width: 16px; + height: 16px; + background: url('service.gif') no-repeat; +} + +.referenceIcon { + margin-left: 16px; + width: 16px; + height: 16px; + background: url('reference.gif') no-repeat; +} + -