|
From: <gem...@li...> - 2013-01-21 13:56:03
|
Revision: 1116
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1116&view=rev
Author: matijsdejong
Date: 2013-01-21 13:55:56 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
Added icon & display for status of future tokens
Compliance token status links also are transparent
Modified Paths:
--------------
trunk/new_project/htdocs/gems/css/gems-new.css
trunk/new_project/htdocs/gems/css/gems.css
Added Paths:
-----------
trunk/new_project/htdocs/gems/icons/nav_flat_blue.png
Modified: trunk/new_project/htdocs/gems/css/gems-new.css
===================================================================
--- trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-21 13:54:40 UTC (rev 1115)
+++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-21 13:55:56 UTC (rev 1116)
@@ -157,7 +157,7 @@
background: transparent url(../icons/nav_up_blue.png) no-repeat center center;
}
-.compliance td.round {
+.compliance td.round, .compliance td.round a {
color: transparent;
}
@@ -170,7 +170,7 @@
}
.compliance td.unknown {
- background-color: transparent;
+ background: transparent url(../icons/nav_flat_blue.png) no-repeat center center;
}
.compliance td.waiting {
Modified: trunk/new_project/htdocs/gems/css/gems.css
===================================================================
--- trunk/new_project/htdocs/gems/css/gems.css 2013-01-21 13:54:40 UTC (rev 1115)
+++ trunk/new_project/htdocs/gems/css/gems.css 2013-01-21 13:55:56 UTC (rev 1116)
@@ -106,7 +106,7 @@
background: transparent url(../icons/nav_up_blue.png) no-repeat center center;
}
-.compliance td.round {
+.compliance td.round, .compliance td.round a {
color: transparent;
}
@@ -119,7 +119,7 @@
}
.compliance td.unknown {
- background-color: transparent;
+ background: transparent url(../icons/nav_flat_blue.png) no-repeat center center;
}
.compliance td.waiting {
Added: trunk/new_project/htdocs/gems/icons/nav_flat_blue.png
===================================================================
(Binary files differ)
Property changes on: trunk/new_project/htdocs/gems/icons/nav_flat_blue.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|