diff --git a/test/examples/WeatherStation/index.html b/test/examples/WeatherStation/index.html index 066b3f8..5ecc656 100644 --- a/test/examples/WeatherStation/index.html +++ b/test/examples/WeatherStation/index.html @@ -20,6 +20,28 @@ margin-bottom: 12px; } +#myInputC { + background-image: url('/css/searchicon.png'); + background-position: 10px 10px; + background-repeat: no-repeat; + width: 100%; + font-size: 16px; + padding: 12px 20px 12px 40px; + border: 1px solid #ddd; + margin-bottom: 12px; +} + +#myInputR { + background-image: url('/css/searchicon.png'); + background-position: 10px 10px; + background-repeat: no-repeat; + width: 100%; + font-size: 16px; + padding: 12px 20px 12px 40px; + border: 1px solid #ddd; + margin-bottom: 12px; +} + #myTable { border-collapse: collapse; width: 100%; @@ -27,18 +49,58 @@ font-size: 18px; } +#myTableR { + border-collapse: collapse; + width: 100%; + border: 1px solid #ddd; + font-size: 18px; +} + +#myTableC { + border-collapse: collapse; + width: 100%; + border: 1px solid #ddd; + font-size: 18px; +} + #myTable th, #myTable td { text-align: left; padding: 12px; } +#myTableR th, #myTableR td { + text-align: left; + padding: 12px; +} + +#myTableC th, #myTableC td { + text-align: left; + padding: 12px; +} + #myTable tr { border-bottom: 1px solid #ddd; } +#myTableR tr { + border-bottom: 1px solid #ddd; +} + +#myTableC tr { + border-bottom: 1px solid #ddd; +} + #myTable tr.header, #myTable tr:hover { background-color: #f1f1f1; } + +#myTableR tr.header, #myTable tr:hover { + background-color: #f1f1f1; +} + +#myTableC tr.header, #myTable tr:hover { + background-color: #f1f1f1; +} /* END FILTERED TABLE */ /* TABS */ @@ -93,6 +155,8 @@
count | +id | +start | +end | +
---|
count | +id | +start | +end | +
---|
A list of diagrams or some sorting could be here.