Statistics updates
This commit is contained in:
@@ -426,7 +426,7 @@
|
||||
}
|
||||
|
||||
/* grid layout for the overview: */
|
||||
.botmon_bots_grid, .botmon_webmetrics_grid, .botmon_traffic_grid {
|
||||
.botmon_bots_grid, .botmon_webmetrics_grid, .botmon_traffic_grid, .botmon_captcha_grid {
|
||||
& {
|
||||
display: grid;
|
||||
grid-gap: 0 .33em;
|
||||
@@ -468,6 +468,9 @@
|
||||
.botmon_traffic_grid {
|
||||
grid-template-columns: 2fr 1fr;
|
||||
}
|
||||
.botmon_captcha_grid {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
/* The tabs bar */
|
||||
#botmon__tabs ul.tabs li {
|
||||
|
||||
Reference in New Issue
Block a user