From: <gem...@li...> - 2013-01-17 17:34:42
|
Revision: 1111 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1111&view=rev Author: matijsdejong Date: 2013-01-17 17:34:35 +0000 (Thu, 17 Jan 2013) Log Message: ----------- ComplianceAction.php now looks nice and exports to excel Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2013-01-17 17:34:11 UTC (rev 1110) +++ trunk/new_project/htdocs/gems/css/gems.css 2013-01-17 17:34:35 UTC (rev 1111) @@ -81,6 +81,55 @@ text-align: center; } +.compliance .rounds { + overflow: hidden; + white-space: pre; +} + +.compliance .rounds th { + border-top: transparent none; +} + +.compliance td.answered { + background-color: green; + color: green; +} + +.compliance td.missed { + background-color: red; + color: red; +} + +.compliance td.newRound, .compliance th.newRound { + border-left-width: 3px; +} + +.compliance td.open { + background-color: yellow; + color: yellow; +} + +.compliance td.round, .compliance th.round { + min-width: 14px; + max-width: 14px; + overflow: hidden; +} + +.compliance td.unknown { + background-color: white; + color: white; +} + +.compliance td.waiting { + background-color: lightblue; + color: lightblue; +} + +.compliance td.empty { + background-color: white; + color: white; +} + .currentRow { background-color: aqua; border: 3px solid darkblue !important; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |