58 changes: 42 additions & 16 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ img {

.verticalslider_tabs a:link, .verticalslider_tabs a:visited {
display: block;
height: 29px;
padding: 7px 10px 6px 10px;
height: 25px;
padding: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
Expand All @@ -155,19 +155,16 @@ img {
height: 30px;
}

.verticalslider_subtabs {
margin-right: 20px;
}

.verticalslider_subtabs a:link, .verticalslider_tabs a:visited {
display: block;
height: 29px;
padding: 14px 10px 6px 10px;
height: 15px;
padding: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
font-weight: bold;
color: #333333;
text-decoration: none;
margin-left: 50px;
}

.verticalslider_contents {
Expand Down Expand Up @@ -253,18 +250,27 @@ fieldset {
font-size: 12px;
}

#lugListTable td.province {
#lugListTable td.region {
font-weight: bold;
text-align: left;
}

#lugListTable td.contactUrl a {
#lugListTable td.region a {
color: #000000;
}

#lugListTable td.province {
font-weight: bold;
color: #00f;
text-align: left;
}

#lugListTable td.contactUrl {
text-align: right;
#lugListTable td.zone a {
color: #000000;
}

#lugListTable td.contactUrl a {
font-weight: bold;
color: #000000;
}

#lugListTable {
Expand All @@ -273,15 +279,15 @@ fieldset {
}

#lugListTable thead, #lugListTable tfoot {
background-color: #000080;
background-color: #303030;
color: #fff;
}

#lugListTable tr.row_0 td {
#lugListTable tr.odd td {
background-color: #EEEEEE;
}

#lugListTable tr.row_1 td {
#lugListTable tr.even td {
background-color: #DDDDDD;
}

Expand All @@ -290,6 +296,26 @@ fieldset {
background-color: #FFFFFF;
}

.sorting_asc {
background: url('/images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
background: url('/images/sort_desc.png') no-repeat center right;
}

.sorting {
background: url('/images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
background: url('/images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
background: url('/images/sort_desc_disabled.png') no-repeat center right;
}

#title {
color: #000000;
text-align: center;
Expand Down
Binary file added images/sort_asc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sort_asc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sort_both.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sort_desc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sort_desc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading