From 43294b2f49b5969d85bd5bcce6a889e04102e383 Mon Sep 17 00:00:00 2001 From: devin Date: Wed, 29 Aug 2012 17:48:29 +0800 Subject: [PATCH] backend update --- .../gallery/app/assets/stylesheets/gallery.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css b/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css index 21475b7a..846918e9 100755 --- a/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css +++ b/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css @@ -45,13 +45,19 @@ padding: 16px; margin: 0 8px 8px 0; border: solid 1px #ccc; - height: 180px; + width: 300px; + height: 120px; border-radius: 4px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } +.rgalbum a { + display: block; + float: left; + margin-right: 10px; +} .rgalbum:hover { box-shadow: 0 0 6px rgba(0,0,0,0.2); } @@ -528,7 +534,8 @@ #orbit_gallery .form-actions { background-color: whiteSmoke; } .o_gallery .tagnames { - display: inline-block; + display: block; + margin-top: 6px; } .o_gallery .label-tags { display: inline-block;