CSS adjustments
This commit is contained in:
parent
6feb005100
commit
cbf062388c
@ -75,7 +75,7 @@ public class sigPlace {
|
|||||||
//Start of a title piece.
|
//Start of a title piece.
|
||||||
s=s.replace("-",map.get("$TITLE_CONTENT_START"));
|
s=s.replace("-",map.get("$TITLE_CONTENT_START"));
|
||||||
s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\"");
|
s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\"");
|
||||||
//Use ⤈ if there's more text to be shown than can fit.
|
Use ⤈ if there's more text to be shown than can fit.
|
||||||
} else
|
} else
|
||||||
if (s.contains("===")) {
|
if (s.contains("===")) {
|
||||||
s="<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\">⤈ Click to expand.</div>"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END");
|
s="<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\">⤈ Click to expand.</div>"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END");
|
||||||
|
@ -97,6 +97,7 @@ body{
|
|||||||
position:relative;
|
position:relative;
|
||||||
top:-20px;
|
top:-20px;
|
||||||
min-width:98vw;
|
min-width:98vw;
|
||||||
|
max-height:0px; /*Make the element effectively have no space taken*/
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:1.75em;
|
font-size:1.75em;
|
||||||
padding-top:2px;
|
padding-top:2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user