From 101b76c16ef2d7af846d84b21e94ee695db70cc3 Mon Sep 17 00:00:00 2001 From: karen menezes Date: Fri, 4 Jan 2013 01:28:15 -0800 Subject: [PATCH] main view page looks better now --- itf/static/css/noel/inner-details.css | 5 +++-- itf/static/css/noel/inner.css | 15 +++++++++++++-- itf/templates/mediagallery/view.html | 4 ++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index 3440cf3..2c68b0c 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -73,9 +73,10 @@ display:block;} .hideText {display:none;} -#lightbox h1 { - font-size: 120%; +.lightboxHeading { + font-size: 130%; padding: 10px; + text-align: center; } #imagesContainer { diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 2a11462..68f363d 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -580,7 +580,17 @@ margin-top:6px} {position:relative; height:100%;} -.lightboxNext, .lightboxPrev { + +.closinglightbox { + display: block; + text-align: center; + text-decoration: none; + left: 0; + right: 0; + margin: 0 auto; +} + +.closinglightbox, .lightboxNext, .lightboxPrev { font-size:14px; color:#F7BD00; font-weight:bold; @@ -649,7 +659,8 @@ border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; -moz-box-shadow:2px 3px 16px #252425; -webkit-box-shadow:2px 3px 16px #252425; -box-shadow:2px 3px 16px #252425;} +box-shadow:2px 3px 16px #252425; +position: relative;} #searchContent { diff --git a/itf/templates/mediagallery/view.html b/itf/templates/mediagallery/view.html index e6d0bb0..9acf235 100644 --- a/itf/templates/mediagallery/view.html +++ b/itf/templates/mediagallery/view.html @@ -19,7 +19,7 @@ -

{{ title }}

+

{{ title }}

{% if photos %}

Photos

@@ -59,6 +59,6 @@ {% endif %} -Close +Close {% endblock %}