Skip to content

Commit 517330f

Browse files
author
Chris Balt
committed
Edits to widget stat sizes for small screen fit
Adjusted .big_stat .stat widths to fit large numbers more appropriately & adjusted fixed height to "auto" as to not cut off wrapped figures, if they occur.
1 parent eb41fc8 commit 517330f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css/pages/dashboard.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ Bootstrap Admin Template by EGrappler.com
207207

208208
.big_stats .stat {
209209
width: 35%;
210-
height: 90px;
210+
height: auto;
211211
text-align: center;
212212
display: table-cell;
213-
padding: 0;
213+
padding: 0 0 1em;
214214
position: relative;
215215

216216
border-right: 1px solid #CCC;
@@ -229,12 +229,12 @@ h6.bigstats {
229229

230230
.big_stats .stat:first-child {
231231
border-left: none;
232-
width:35%;
232+
width:33%;
233233
}
234234

235235
.big_stats .stat:last-child {
236236
border-right: none;
237-
width:35%;
237+
width:33%;
238238
}
239239

240240
.big_stats .stat h4 {
@@ -261,7 +261,7 @@ h6.bigstats {
261261
}
262262

263263
.big_stats .stat {
264-
width: 25%;
264+
width: 32%;
265265
display: block;
266266
margin-bottom: 1em;
267267
float: left;

0 commit comments

Comments
 (0)