X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/011a53d5681ad1f5fa88a534ec041c93d3e7be95..5802a9ba7af569abfc58b5e8c554ceacecf348ce:/skins/portfolio_style.css.dtml diff --git a/skins/portfolio_style.css.dtml b/skins/portfolio_style.css.dtml index d3103cb..2325550 100755 --- a/skins/portfolio_style.css.dtml +++ b/skins/portfolio_style.css.dtml @@ -1,8 +1,8 @@ /* -$Id: portfolio_style.css.dtml 1312 2009-08-26 09:01:06Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Portfolio/trunk/skins/portfolio_style.css.dtml $ + + */ /* Photo / Portfolio */ .photo_viewer { @@ -160,6 +160,13 @@ table.metadata_category select:focus { font-size: &dtml-fontSmallSize;; } +div.lightbox { /*the lightbox itself*/ + min-height:300px; +} + +.photo-drop-target { + background: url('&dtml-portal_url;/image-upload-dd-target.png') no-repeat center center; +} .lightbox span { width: &dtml-slide_size;px; @@ -287,6 +294,17 @@ table.metadata_category select:focus { background: url(&dtml-portal_url;/slide-eye-closed.png); } +.lightbox span.upload-progress { + display: block; + position:relative; + background:#ef8e32; + height:5px; + border-radius:3px; + width:0; + margin-left:11px; + top:208px; +} + .image_toolbar { background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x; position:relative;