diff --git a/sigPlace.java b/sigPlace.java index 994d72f..51e0b9b 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -78,7 +78,7 @@ public class sigPlace { //Use ⤈ if there's more text to be shown than can fit. } else if (s.contains("===")) { - s="
"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END"); + s=map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+" "+map.get("$CONTENT_END"); } } for (String key : map.keySet()) { diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 1bee284..11750f1 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -59,6 +59,7 @@ body{ } .contentBody .contentWrapper{ + position:relative; border-style: none none outset none; border-radius: 0px 0px 12px 0px; border-color: rgb(17, 153, 17, .3); @@ -85,7 +86,6 @@ body{ .contentBody .contentWrapper .content{ display: inline-block; - position:relative; min-width:98vw; font-size:1.25em; padding: 4px; @@ -93,20 +93,6 @@ body{ background-color: rgba(255, 255, 255, .06); z-index:0; } - - .contentBody .contentWrapper .content .unexpanded{ - position:absolute; - bottom:0px; - min-width:98vw; - text-align:center; - font-size:1.75em; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); - } - - .contentBody .contentWrapper .content .unexpanded:hover{ - bottom:-8px; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); - } .contentBody .contentWrapper .datebar{ font-size:0.75em; @@ -124,4 +110,18 @@ body{ min-width:98vw; z-index:0; background-color: rgba(255, 255, 255, .06); + } + + .contentBody .contentWrapper .unexpanded{ + position:absolute; + bottom:0px; + min-width:98vw; + text-align:center; + font-size:1.75em; + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); + } + + .contentBody .contentWrapper .unexpanded:hover{ + bottom:-8px; + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); } \ No newline at end of file