aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-21 23:02:33 -0700
committerValerio Virgillito2012-06-21 23:02:33 -0700
commita93ab1f2c5e87931b7f522a8e950a457de668579 (patch)
treeaab943312e3758a40f3677aeb2894122048d2f8b /node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
parentc8fc6d15e1570e89243abe527cd149e354f7e11f (diff)
downloadninja-a93ab1f2c5e87931b7f522a8e950a457de668579.tar.gz
Fixed issue with Youtube not updating after save and Picasa bacground
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css')
-rwxr-xr-xnode_modules/montage-google/picasa-carousel.reel/picasa-carousel.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
index 2494614b..bdb1a04f 100755
--- a/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
+++ b/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
@@ -3,36 +3,36 @@
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6
7
6.montage-google-picasa-carousel { 8.montage-google-picasa-carousel {
7 width: 100%; 9 width: 100%;
8 height: 100%; 10 height: 100%;
9 display: -webkit-box; 11 /*display: -webkit-box;*/
10 -webkit-box-pack: center; 12 /*-webkit-box-pack: center;*/
11 -webkit-box-align: center; 13 /*-webkit-box-align: center;*/
12 display: -moz-box; 14 /*display: -moz-box;*/
13 -moz-box-pack: center; 15 /*-moz-box-pack: center;*/
14 -moz-box-align: center; 16 /*-moz-box-align: center;*/
15 display: -ms-box; 17 /*display: -ms-box;*/
16 -ms-box-pack: center; 18 /*-ms-box-pack: center;*/
17 -ms-box-align: center; 19 /*-ms-box-align: center;*/
18 display: box; 20 /*display: box;*/
19 box-pack: center; 21 /*box-pack: center;*/
20 box-align: center; 22 /*box-align: center;*/
23 -webkit-transform-style: preserve-3d;
21} 24}
22 25
23.montage-google-picasa-carousel .flow { 26.montage-google-picasa-carousel .flow {
24 width: 100%; 27 width: 100%;
25 height: 100%; 28 height: 100%;
26/* top: 0; 29
27 left: 0; 30 -webkit-transform-style: preserve-3d;
28 right: 0; 31 -webkit-perspective: 1400px;
29 bottom: 0;
30*/
31 background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));
32} 32}
33
33.image { 34.image {
34 position: absolute; 35 position: absolute;
35 /*-top: 50%;*/
36 -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5); 36 -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
37} 37}
38 38