X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/4dee479f3957299afc14e57962d4f4d9aa0633aa..06d12e5d89cad3da647c74de04ee8375a88ecc59:/skins/portfolio_style.css.dtml diff --git a/skins/portfolio_style.css.dtml b/skins/portfolio_style.css.dtml index 2325550..8078a37 100755 --- a/skins/portfolio_style.css.dtml +++ b/skins/portfolio_style.css.dtml @@ -129,8 +129,8 @@ table.metadata_category select:focus { background: &dtml-portfolio_slide_background;; color: &dtml-fontColor;; display:block; - width: px;/*&dtml-slide_size;px;*/ - height: 256px; + width: px; + height: px; display:block; text-align:center; float:left; @@ -160,12 +160,17 @@ table.metadata_category select:focus { font-size: &dtml-fontSmallSize;; } -div.lightbox { /*the lightbox itself*/ - min-height:300px; +div.lightbox { + /* The lightbox itself. + Force this div to fit grid + effective height. + */ + overflow:hidden; } .photo-drop-target { background: url('&dtml-portal_url;/image-upload-dd-target.png') no-repeat center center; + min-height:300px; } .lightbox span { @@ -257,7 +262,7 @@ div.lightbox { /*the lightbox itself*/ /* slide del */ .lightbox .slide-del { - margin-left:200px; + margin-left:px; margin-top:5px; width:18px; height:19px; @@ -302,7 +307,14 @@ div.lightbox { /*the lightbox itself*/ border-radius:3px; width:0; margin-left:11px; - top:208px; + top:px; +} + +.lightbox span.label { + position: relative; + padding-left:0.5em; + top: -4px; +/* border: 1px solid red;*/ } .image_toolbar { @@ -324,7 +336,7 @@ div.lightbox { /*the lightbox itself*/ overflow:hidden; position:relative; width:100%; - height: px;; + height: px;; } #film_bar table { @@ -338,8 +350,8 @@ div.lightbox { /*the lightbox itself*/ } #film_bar a { - width: px;; - height: px;; + width: px;; + height: px;; display:block; text-align:center; vertical-align:middle;