X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/8a59623d303386b587ea30f8170cd0c66ec5d196..9c9b2f54e463753e5516303323c96eb9d8317f3e:/skins/portfolio_style.css.dtml diff --git a/skins/portfolio_style.css.dtml b/skins/portfolio_style.css.dtml index 63c996d..1005ea0 100755 --- a/skins/portfolio_style.css.dtml +++ b/skins/portfolio_style.css.dtml @@ -129,7 +129,7 @@ table.metadata_category select:focus { background: &dtml-portfolio_slide_background;; color: &dtml-fontColor;; display:block; - width: px;/*&dtml-slide_size;px;*/ + width: px;/*&dtml-slide_size;px;*/ height: 256px; display:block; text-align:center; @@ -160,6 +160,18 @@ table.metadata_category select:focus { font-size: &dtml-fontSmallSize;; } +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 { width: &dtml-slide_size;px; @@ -287,6 +299,24 @@ 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:px; +} + +.lightbox span.label { + position: relative; + padding-left:0.5em; + top: -4px; +/* border: 1px solid red;*/ +} + .image_toolbar { background: url(&dtml-portal_url;/image_toolbar_bg.gif) repeat-x; position:relative; @@ -306,7 +336,7 @@ table.metadata_category select:focus { overflow:hidden; position:relative; width:100%; - height: px;; + height: px;; } #film_bar table { @@ -320,8 +350,8 @@ table.metadata_category select:focus { } #film_bar a { - width: px;; - height: px;; + width: px;; + height: px;; display:block; text-align:center; vertical-align:middle;