From: <gem...@li...> - 2013-01-18 17:28:23
|
Revision: 1113 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1113&view=rev Author: matijsdejong Date: 2013-01-18 17:28:15 +0000 (Fri, 18 Jan 2013) Log Message: ----------- Adapted css core files for Compliance overview Added lots of icons for use in compliance and for choosing them for surveys 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/alarm.png trunk/new_project/htdocs/gems/icons/arrow2_down_red.png trunk/new_project/htdocs/gems/icons/bottle_of_pills.png trunk/new_project/htdocs/gems/icons/delete.png trunk/new_project/htdocs/gems/icons/empty.png trunk/new_project/htdocs/gems/icons/first_aid.png trunk/new_project/htdocs/gems/icons/forbidden.png trunk/new_project/htdocs/gems/icons/garbage.png trunk/new_project/htdocs/gems/icons/hourglass.png trunk/new_project/htdocs/gems/icons/hourglass_pause.png trunk/new_project/htdocs/gems/icons/injection.png trunk/new_project/htdocs/gems/icons/nav_circle_blue.png trunk/new_project/htdocs/gems/icons/nav_circle_yellow.png trunk/new_project/htdocs/gems/icons/nav_down_red.png trunk/new_project/htdocs/gems/icons/nav_plain_blue.png trunk/new_project/htdocs/gems/icons/nav_plain_red.png trunk/new_project/htdocs/gems/icons/nav_up_blue.png trunk/new_project/htdocs/gems/icons/no_entry.png trunk/new_project/htdocs/gems/icons/ok.png trunk/new_project/htdocs/gems/icons/pill_blue.png trunk/new_project/htdocs/gems/icons/pylon.png trunk/new_project/htdocs/gems/icons/scalpel.png trunk/new_project/htdocs/gems/icons/selection_delete.png trunk/new_project/htdocs/gems/icons/sign_warning.png trunk/new_project/htdocs/gems/icons/sign_warning_biohazard.png trunk/new_project/htdocs/gems/icons/sign_warning_harmful.png trunk/new_project/htdocs/gems/icons/signpost3.png trunk/new_project/htdocs/gems/icons/stop.png trunk/new_project/htdocs/gems/icons/target.png trunk/new_project/htdocs/gems/icons/thermometer.png trunk/new_project/htdocs/gems/icons/unknown.png trunk/new_project/htdocs/gems/icons/view.png trunk/new_project/htdocs/gems/icons/yield.png Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-18 17:26:18 UTC (rev 1112) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-18 17:28:15 UTC (rev 1113) @@ -132,6 +132,55 @@ text-align: center; } +.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 { + 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-color: transparent; +} + +.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; +} + .currentRow { background-color: aqua; border: 3px solid darkblue !important; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2013-01-18 17:26:18 UTC (rev 1112) +++ trunk/new_project/htdocs/gems/css/gems.css 2013-01-18 17:28:15 UTC (rev 1113) @@ -91,13 +91,11 @@ } .compliance td.answered { - background-color: green; - color: green; + background: transparent url(../icons/ok.png) no-repeat center center; } .compliance td.missed { - background-color: red; - color: red; + background: transparent url(../icons/nav_plain_red.png) no-repeat center center; } .compliance td.newRound, .compliance th.newRound { @@ -105,29 +103,31 @@ } .compliance td.open { - background-color: yellow; - color: yellow; + background: transparent url(../icons/nav_up_blue.png) no-repeat center center; } +.compliance td.round { + 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-color: white; - color: white; + background-color: transparent; } .compliance td.waiting { - background-color: lightblue; - color: lightblue; + background: transparent url(../icons/nav_plain_blue.png) no-repeat center center; } .compliance td.empty { - background-color: white; - color: white; + background: transparent url(../icons/empty.png) no-repeat center center; } .currentRow { Added: trunk/new_project/htdocs/gems/icons/alarm.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/alarm.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/arrow2_down_red.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/arrow2_down_red.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/bottle_of_pills.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/bottle_of_pills.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/delete.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/delete.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/empty.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/empty.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/first_aid.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/first_aid.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/forbidden.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/forbidden.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/garbage.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/garbage.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/hourglass.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/hourglass.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/hourglass_pause.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/hourglass_pause.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/injection.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/injection.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_circle_blue.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_circle_blue.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_circle_yellow.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_circle_yellow.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_down_red.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_down_red.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_plain_blue.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_plain_blue.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_plain_red.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_plain_red.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/nav_up_blue.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/nav_up_blue.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/no_entry.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/no_entry.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/ok.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/ok.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/pill_blue.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/pill_blue.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/pylon.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/pylon.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/scalpel.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/scalpel.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/selection_delete.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/selection_delete.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/sign_warning.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/sign_warning.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/sign_warning_biohazard.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/sign_warning_biohazard.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/sign_warning_harmful.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/sign_warning_harmful.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/signpost3.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/signpost3.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/stop.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/stop.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/target.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/target.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/thermometer.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/thermometer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/unknown.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/unknown.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/view.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/view.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/new_project/htdocs/gems/icons/yield.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/icons/yield.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. |