From 43d3f0ee7e1a9a767acabb79806404411b640dfd Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Tue, 24 Apr 2012 20:57:37 +0000 Subject: [PATCH] [gh-135] Merging test into staging -c1582 git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1583 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_digitalsignage/css/1920.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/sites/all/themes/unl_digitalsignage/css/1920.css b/sites/all/themes/unl_digitalsignage/css/1920.css index fa1d71e9..f4827670 100644 --- a/sites/all/themes/unl_digitalsignage/css/1920.css +++ b/sites/all/themes/unl_digitalsignage/css/1920.css @@ -72,10 +72,10 @@ body.node-type-digital-sign .field-name-field-beautyshots .field-item img { body.node-type-digital-sign .field-name-field-twitter { display: inline-block; float: right; - width: 350px; + width: 370px; min-height: 175px; padding: 20px 0 20px 20px; - margin: 20px 0 0 50px; + margin: 0 0 0 50px; border-radius: 10px 0 0 90px / 10px 0 0 163px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; background-color: rgba(255, 255, 255, 0.86); @@ -235,7 +235,7 @@ body.node-type-digital-sign .field-name-field-newssources .field-newssources-qrc border-radius: 0 10px 10px 0; } .field-name-field-newssources .field-display .desc { - line-height: 1.2em; + line-height: 1.3em; overflow: hidden; max-height: 221px; } @@ -375,4 +375,12 @@ body.node-type-digital-sign .field-name-field-videosources .field-videosources-d list-style-type: disc; margin: 0 60px; padding: 5px 0; -} \ No newline at end of file +} + +/* Bottom Right Graphic +****************/ +.field-name-field-btm-img { + position: absolute !important; + bottom: 0; + left: 1700px; +} -- GitLab