[wp-meta] [Making WordPress.org] #1238: Stats: General design improvements
Making WordPress.org
noreply at wordpress.org
Mon Sep 21 22:46:47 UTC 2015
#1238: Stats: General design improvements
---------------------------+-------------------------------------
Reporter: samuelsidler | Owner:
Type: enhancement | Status: new
Priority: lowest | Component: translate.wordpress.org
Resolution: | Keywords: ui-feedback
---------------------------+-------------------------------------
Comment (by ramiy):
For simple mobile view, we can use:
{{{
@media (max-width: 700px) {
.stats-table table thead th {
display: block;
text-align: left !important;
}
.stats-table table tbody th,
.stats-table table tbody tr,
.stats-table table tbody td {
display: block;
text-align: left;
}
.stats-table table tbody td {
padding: 3px 10px;
}
}
}}}
if needed, I can improve it more and give it a nicer look.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1238#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list