← Back to team overview

ubiquity-slideshow team mailing list archive

[Merge] lp:~fitoschido/ubiquity-slideshow-ubuntu/header-gradient into lp:ubiquity-slideshow-ubuntu

 

Fitoschido has proposed merging lp:~fitoschido/ubiquity-slideshow-ubuntu/header-gradient into lp:ubiquity-slideshow-ubuntu.

Requested reviews:
  Ubiquity Slideshow (ubiquity-slideshow)

For more details, see:
https://code.launchpad.net/~fitoschido/ubiquity-slideshow-ubuntu/header-gradient/+merge/92626

Added a gradient that mimics that found in GTK3 primary-toolbars whan using the Ambiance theme. I added the old and new WebKit syntax for gradients since I'm not sure what will do the trick. Should I add syntax for more browsers for properly testing?
-- 
https://code.launchpad.net/~fitoschido/ubiquity-slideshow-ubuntu/header-gradient/+merge/92626
Your team Ubiquity Slideshow is requested to review the proposed merge of lp:~fitoschido/ubiquity-slideshow-ubuntu/header-gradient into lp:ubiquity-slideshow-ubuntu.
=== modified file 'slideshows/ubuntu/slides/link/base.css'
--- slideshows/ubuntu/slides/link/base.css	2012-01-24 03:55:55 +0000
+++ slideshows/ubuntu/slides/link/base.css	2012-02-11 17:30:25 +0000
@@ -111,7 +111,8 @@
 	top:0px;
 	width:100%;
 	height:68px;
-	background-color:#3C3B37;
+	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3936), to(#53514a));
+	background-image: -webkit-linear-gradient(top, #3a3936, #53514a);
 }
 
 .header > .slidetitle {


Follow ups