Fix overflowing tables in statistics plugin's backend
CSS-only solution which a. reduces the font-size b. makes the tables horizontally scrollable if they still overflow their parent container (see http://goo.gl/EquJxL) References #373
This commit is contained in:
parent
fa1ca78ea7
commit
077425689d
@ -1201,11 +1201,24 @@ summary {
|
|||||||
|
|
||||||
#workspace,
|
#workspace,
|
||||||
.plugin_data,
|
.plugin_data,
|
||||||
.plugin_data summary,
|
.plugin_data summary {
|
||||||
.serendipity_statistics > .wide_box {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.serendipity_statistics > .wide_box {
|
||||||
|
min-height: .01%;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.serendipity_statistics > .wide_box table {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.serendipity_statistics > .wide_box tr {
|
||||||
|
font-size: .8125em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.serendipity_customfields label {
|
.serendipity_customfields label {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user