From 5da5255cd41b5057babdcdf9e6defb4a06b9fd77 Mon Sep 17 00:00:00 2001 From: karen menezes Date: Fri, 4 Jan 2013 01:20:03 -0800 Subject: [PATCH] h1 issues on view page, not getting styling from line 76 in inner-details.css --- itf/static/css/noel/inner-details.css | 16 +++++++++++++++- itf/static/css/noel/inner.css | 3 ++- itf/templates/mediagallery/view.html | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index bbcb102..3440cf3 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -41,7 +41,7 @@ height:114px; -moz-box-shadow:1px 1px 3px 3px #aaa; -webkit-box-shadow:1px 1px 3px 3px #aaa; box-shadow:1px 1px 3px 3px #aaa; -margin:5px; +margin:6px 5px; cursor:pointer;} .searchHighlight @@ -73,6 +73,20 @@ display:block;} .hideText {display:none;} +#lightbox h1 { + font-size: 120%; + padding: 10px; +} + +#imagesContainer { + padding: 10px 14px; +} + +#imagesContainer h3 { + font-family: 'Arial Regular', Arial, Helvetica, sans-serif; + font-size: 110%; +} + /* FORMS FOR E-RANG */ #comment_form { margin-top: 24px; diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 20e76a8..2a11462 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -507,7 +507,8 @@ right:0px; width:100%; height:100%; z-index:1000;} /*everything except the lightbox panel should be below this z-index*/ - + + #lightboxPanel { display:none; position:fixed; diff --git a/itf/templates/mediagallery/view.html b/itf/templates/mediagallery/view.html index 23ec7f7..e6d0bb0 100644 --- a/itf/templates/mediagallery/view.html +++ b/itf/templates/mediagallery/view.html @@ -22,7 +22,7 @@

{{ title }}

{% if photos %}
-

Photos

+

Photos

{% for p in photos %} {% thumbnail p.image "640" as bigimage %} {% thumbnail p.image "164x114" crop="center" as thumb %}