|
|
@ -85,6 +85,7 @@ body{ |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .content{ |
|
|
|
.contentBody .contentWrapper .content{ |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
position:relative; |
|
|
|
min-width:98vw; |
|
|
|
min-width:98vw; |
|
|
|
font-size:1.25em; |
|
|
|
font-size:1.25em; |
|
|
|
padding: 4px; |
|
|
|
padding: 4px; |
|
|
@ -94,7 +95,7 @@ body{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .content .unexpanded{ |
|
|
|
.contentBody .contentWrapper .content .unexpanded{ |
|
|
|
position:relative; |
|
|
|
position:absolute; |
|
|
|
top:-20px; |
|
|
|
top:-20px; |
|
|
|
min-width:98vw; |
|
|
|
min-width:98vw; |
|
|
|
max-height:0px; /*Make the element effectively have no space taken*/ |
|
|
|
max-height:0px; /*Make the element effectively have no space taken*/ |
|
|
|