Update equation builder

This commit is contained in:
Brian Miyaji
2014-05-28 11:37:19 +10:00
parent 846e8bd5e1
commit 1aad90b738
17 changed files with 377 additions and 149 deletions

View File

@@ -1,10 +1,15 @@
/* SportsPress */
.sp-scrollable-table-wrapper {
overflow: auto;
/* Header */
.sp-header {
position: relative;
overflow: visible;
}
/* Data Tables */
.sp-scrollable-table-wrapper {
overflow: auto;
}
.sp-data-table {
width: 100%;
position: relative;