From: <gem...@li...> - 2012-02-08 12:30:17
|
Revision: 463 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=463&view=rev Author: matijsdejong Date: 2012-02-08 12:30:08 +0000 (Wed, 08 Feb 2012) Log Message: ----------- Icons for track rounds Modified Paths: -------------- branches/1.5.x/new_project/htdocs/gems/css/gems-new.css branches/1.5.x/new_project/htdocs/gems/css/gems.css Added Paths: ----------- branches/1.5.x/new_project/htdocs/gems/icons/ Property Changed: ---------------- branches/1.5.x/new_project/htdocs/gems/ Property changes on: branches/1.5.x/new_project/htdocs/gems ___________________________________________________________________ Added: svn:mergeinfo + /branches/1.5.0-pulse/new_project/htdocs/gems:306-430 /tags/1.5.0beta1/new_project/htdocs/gems:305 /trunk/new_project/htdocs/gems:461 Modified: branches/1.5.x/new_project/htdocs/gems/css/gems-new.css =================================================================== --- branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-02-08 12:24:32 UTC (rev 462) +++ branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-02-08 12:30:08 UTC (rev 463) @@ -131,6 +131,11 @@ text-decoration: line-through; /* Bug in Firefox: line-through remains on for descending inline elements */ } +.icon { + float: right; + padding-right: 4px; +} + input[disabled], .disabled { color: #737373; font-style: italic; Modified: branches/1.5.x/new_project/htdocs/gems/css/gems.css =================================================================== --- branches/1.5.x/new_project/htdocs/gems/css/gems.css 2012-02-08 12:24:32 UTC (rev 462) +++ branches/1.5.x/new_project/htdocs/gems/css/gems.css 2012-02-08 12:30:08 UTC (rev 463) @@ -147,6 +147,11 @@ margin-top: 0; } +.icon { + float: right; + padding-right: 4px; +} + img { border: 0 solid transparent; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |