Fix frontend scrollable table styling

This commit is contained in:
Brian Miyaji
2014-05-09 18:56:54 +10:00
parent b9004101c1
commit 11fc488992
11 changed files with 27 additions and 23 deletions

View File

@@ -1,8 +1,13 @@
/* SportsPress */
.sp-scrollable-table-wrapper {
overflow: auto;
}
/* Data Tables */
.sp-data-table {
width: 100%;
position: relative;
}
.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
@@ -122,7 +127,6 @@
}
.sp-event-blocks .team-logo {
width: 20%;
height: auto;
margin: 10px;
}
.sp-event-blocks .logo-odd {