From b4cece1dc0b4566941625a1c652ea709b369db16 Mon Sep 17 00:00:00 2001 From: Herb Susmann Date: Wed, 6 Jun 2012 14:36:04 -0400 Subject: [PATCH] Got the slides working with portrait oriented photos --- app/assets/images/arrow.png | Bin 1543 -> 1543 bytes app/assets/stylesheets/styles.css | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/images/arrow.png b/app/assets/images/arrow.png index 821f863805583e753d91f774f2eb04c344fcadf7..06a375e41024f1fc271156144f7961f3e4e59edb 100644 GIT binary patch delta 18 ZcmZqYY3G@c$j-#UrO}=JVPnR8Rsb^J1^xg4 delta 18 ZcmZqYY3G@c$j)FYtsQ>-(#DMWtN=B_23G(8 diff --git a/app/assets/stylesheets/styles.css b/app/assets/stylesheets/styles.css index cac7a7a..e829497 100644 --- a/app/assets/stylesheets/styles.css +++ b/app/assets/stylesheets/styles.css @@ -66,6 +66,10 @@ header { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0.379, rgba(226, 233, 235, 0.49)), to(#c5d2d7)); } +header h1 { + padding-left: 0; +} + h1 { padding: 12px 12px 0; color: #4d72b1; @@ -621,8 +625,10 @@ dl.show h4, h4.wide { text-align: right; background: #4D72B1; color: white; - padding: 10px; + padding: 8px 10px; border-radius: 5px; + box-shadow: inset 0px 0px 2px white; + border: 1px solid #4D72B1; } dl.show section { @@ -695,13 +701,18 @@ dt, dd { .slides_container { width: 100%; - height: 200px; + height: 300px; margin: 20px auto; } .slides_container img { } +#slides .pagination { + position: relative; + top: -360px; +} + #slides .pagination li { display: inline-block; }