A bit of tuning of collapsible look - prevent it having 100% width

sql-rework
Tomasz Golinski 2020-01-28 06:32:03 +01:00
rodzic 59a5b4423d
commit f78b8af5e2
1 zmienionych plików z 7 dodań i 7 usunięć

14
geo.css
Wyświetl plik

@ -25,7 +25,7 @@ h2 {
color: #48B;
}
div.basic_stats {
div.basic_stats, div.histogram_others {
text-align: center;
padding-bottom: 20px;
}
@ -43,7 +43,6 @@ a:active {
table,
dl,
.histogram_others,
.heatmap {
margin-left: auto;
margin-right: auto;
@ -146,10 +145,6 @@ dl {
padding-top: 0;
}
.histogram_others {
width: 700px;
}
/* collapsible */
@ -166,6 +161,8 @@ dl {
border-radius: 7px;
transition: all 0.25s ease-out;
padding-left: 1em;
margin-left: auto;
margin-right: auto;
}
.lbl-toggle:hover {
@ -192,11 +189,14 @@ dl {
font-size: 12px;
max-height: 0px;
overflow: hidden;
transition: max-height .25s ease-in-out;
/* transition: max-height .25s ease-in-out; */
}
.toggle:checked+.lbl-toggle+.collapsible-content {
max-height: 10000em;
width: 700px;
margin-left: auto;
margin-right: auto;
}
.collapsible-content .content-inner {