More CSS clean-up to league-table.css. Comments added for more clarity
This commit is contained in:
@@ -39,38 +39,43 @@
|
|||||||
{
|
{
|
||||||
border-bottom: 3px solid red; /* Add red bottom border */
|
border-bottom: 3px solid red; /* Add red bottom border */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the width for the column containing the club logo */
|
/*
|
||||||
#club-logo-column {
|
===========================
|
||||||
width: 25px;
|
TABLE COLUMNS STYLE
|
||||||
|
===========================
|
||||||
|
*/
|
||||||
|
|
||||||
/* Club Logo Style */
|
/* Set the width for the column containing the club logo */
|
||||||
#table-club-logo
|
#club-logo-column {
|
||||||
{
|
|
||||||
width: 25px;
|
width: 25px;
|
||||||
margin-right: 5px;
|
|
||||||
|
/* Club Logo Style */
|
||||||
|
#table-club-logo
|
||||||
|
{
|
||||||
|
width: 25px;
|
||||||
|
margin-right: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the club name column */
|
||||||
|
#club-name-column
|
||||||
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
#points-column
|
||||||
|
{
|
||||||
/* Style the club name column */
|
font-weight: bolder;
|
||||||
#club-name-column
|
}
|
||||||
{
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#points-column
|
|
||||||
{
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Style each piece of data in a row */
|
|
||||||
#standings-table td
|
|
||||||
{
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Define styles for odd and even rows */
|
/* Define styles for odd and even rows */
|
||||||
#standings-table tbody tr:nth-child(odd)
|
#standings-table tbody tr:nth-child(odd)
|
||||||
|
|||||||
Reference in New Issue
Block a user