|
From: <gem...@li...> - 2013-02-28 10:22:29
|
Revision: 1160
http://sourceforge.net/p/gemstracker/code/1160
Author: mennodekker
Date: 2013-02-28 10:22:25 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
Added compliance css to gemsfluid
Modified Paths:
--------------
trunk/new_project/htdocs/gems/css/gems-fluid.css
Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css
===================================================================
--- trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-28 09:03:05 UTC (rev 1159)
+++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-28 10:22:25 UTC (rev 1160)
@@ -692,4 +692,53 @@
/* fixes for tabrow with browsetable */
#autofilter_target { clear: both;}
.tabrow { clear: both; padding-top: 0.5em; }
-.tabrow .tab { width: auto;}
\ No newline at end of file
+.tabrow .tab { width: auto;}
+
+.compliance .rounds {
+ overflow: hidden;
+ white-space: pre;
+}
+
+.compliance .rounds th {
+ border-top: transparent none;
+}
+
+.compliance td.answered {
+ background: transparent url(../icons/ok.png) no-repeat center center;
+}
+
+.compliance td.missed {
+ background: transparent url(../icons/nav_plain_red.png) no-repeat center center;
+}
+
+.compliance td.newRound, .compliance th.newRound {
+ border-left-width: 3px;
+}
+
+.compliance td.open {
+ background: transparent url(../icons/nav_up_blue.png) no-repeat center center;
+}
+
+.compliance td.round, .compliance td.round a {
+ color: transparent;
+}
+
+.compliance td.round, .compliance th.round {
+ min-width: 14px;
+ max-width: 14px;
+ overflow: hidden;
+ text-align: center;
+ width: 14px;
+}
+
+.compliance td.unknown {
+ background: transparent url(../icons/nav_flat_blue.png) no-repeat center center;
+}
+
+.compliance td.waiting {
+ background: transparent url(../icons/nav_plain_blue.png) no-repeat center center;
+}
+
+.compliance td.empty {
+ background: transparent url(../icons/empty.png) no-repeat center center;
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|