From: <gem...@li...> - 2012-04-26 11:36:53
|
Revision: 639 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=639&view=rev Author: matijsdejong Date: 2012-04-26 11:36:42 +0000 (Thu, 26 Apr 2012) Log Message: ----------- Fix for #12 screen where patients return Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-26 11:36:37 UTC (rev 638) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-04-26 11:36:42 UTC (rev 639) @@ -105,6 +105,18 @@ padding-right: 20px !important; } +.askRound { + margin-left: 2em; +} + +.askSurvey { + margin: 0.1em 0 0.1em 4em; +} + +.askTrack { + margin-top: 0.8em; +} + body { margin: 0; padding: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2012-04-26 11:36:37 UTC (rev 638) +++ trunk/new_project/htdocs/gems/css/gems.css 2012-04-26 11:36:42 UTC (rev 639) @@ -44,16 +44,28 @@ padding-right: 20px !important; } +.actionbox { + margin: .5em 0; + float: right; +} + #all, #all_full_width { margin: 0 auto; max-width: 1012px; } -.actionbox { - margin: .5em 0; - float: right; +.askRound { + margin-left: 2em; } +.askSurvey { + margin: 0.1em 0 0.1em 4em; +} + +.askTrack { + margin-top: 0.8em; +} + body { margin: 0; padding: 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |