Add widget alignment

This commit is contained in:
Brian Miyaji
2015-04-16 23:02:05 +10:00
parent 1d725beacf
commit 390343fafe
10 changed files with 172 additions and 0 deletions

View File

@@ -105,6 +105,23 @@
cursor: default;
}
/* Widget Alignment */
.sp-widget-align-none {
clear: both;
overflow: auto;
zoom: 1;
}
.sp-widget-align-left {
width: 48.387%;
float: left;
clear: left;
}
.sp-widget-align-right {
width: 48.387%;
float: right;
clear: right;
}
/* League Table */
.sp-league-table td {
line-height: 2em;