[PATCH] Added background gradient for Provider Selection table.

Matt Wagner matt.wagner at redhat.com
Thu Oct 4 18:35:45 UTC 2012


On Thu, Oct 04, 2012 at 02:19:05PM -0400, Brian McLaughlin wrote:
> ---
>  src/public/stylesheets/layout_ie8.css | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/src/public/stylesheets/layout_ie8.css b/src/public/stylesheets/layout_ie8.css
> index 53cf27a..8214928 100644
> --- a/src/public/stylesheets/layout_ie8.css
> +++ b/src/public/stylesheets/layout_ie8.css
> @@ -23,3 +23,8 @@ section.maincontent {
>  #maincontent section.maincontent .page-header INPUT[type='submit'].off.provider_toggle {
>    float:right;
>  }
> +
> +/* Provider Selection Strategies */
> +table.provider-selection-strategies td {
> +	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
> +}
> -- 
> 1.7.11.4

ACK! Pushed to master and 1.1.

-- Matt



More information about the aeolus-devel mailing list