diff --git a/servers/php/css/dark.css b/servers/php/css/dark.css index 257177b..1549414 100644 --- a/servers/php/css/dark.css +++ b/servers/php/css/dark.css @@ -13,7 +13,7 @@ .col-sm-2 { height: 50px; } -.col-sm-4 { +.col-sm-3 { height: 50px; margin-bottom: 10px; } @@ -47,22 +47,28 @@ color: #000; } #autorefresh { - width: 205px; + width: 100%; height: 44px; - background-color: #33ffcc; - color: #000; + background-color: #33ffcc; + color: #000; } #delete { - width: 205px; + width: 100%; height: 44px; - background-color: #33ffcc; - color: #000; + background-color: #33ffcc; + color: #000; } #refresh { - width: 205px; - height: 44px; - background-color: #33ffcc; - color: #000; + width: 100%; + height: 44px; + background-color: #33ffcc; + color: #000; +} +#viewall { + width: 100%; + height: 44px; + background-color: #33ffcc; + color: #000; } .deletediv { text-align: center; @@ -73,23 +79,41 @@ .refreshdiv { text-align: center; } +.viewalldiv { + text-align: center; +} @media only screen and (min-width : 768px) { .container { margin-top: 25px; } + #autorefresh { + width: 150px; + } + #delete { + width: 150px; + } + #refresh { + width: 150px; + } + #viewall { + width: 150px; + } .deletediv { text-align: left; } - .autorefreshdiv { text-align: center; } .refreshdiv { + text-align: center; + } + + .viewalldiv { text-align: right; padding-right: 15px; } -} +} #map-canvas { border: 1px solid #000; width: 100%; diff --git a/servers/php/css/light.css b/servers/php/css/light.css index e1ae079..6f0f71c 100644 --- a/servers/php/css/light.css +++ b/servers/php/css/light.css @@ -7,7 +7,7 @@ .col-sm-2 { height: 50px; } -.col-sm-4 { +.col-sm-3 { height: 50px; margin-bottom: 10px; } @@ -40,17 +40,22 @@ background-color: #E8E8E8; } #autorefresh { - width: 205px; + width: 100%; height: 44px; color: #000; } #delete { - width: 205px; + width: 100%; height: 44px; color: #000; } #refresh { - width: 205px; + width: 100%; + height: 44px; + color: #000; +} +#viewall { + width: 100%; height: 44px; color: #000; } @@ -63,19 +68,37 @@ .refreshdiv { text-align: center; } +.viewalldiv { + text-align: center; +} @media only screen and (min-width : 768px) { .container { margin-top: 25px; } + #autorefresh { + width: 150px; + } + #delete { + width: 150px; + } + #refresh { + width: 150px; + } + #viewall { + width: 150px; + } .deletediv { text-align: left; } - .autorefreshdiv { text-align: center; } .refreshdiv { + text-align: center; + } + + .viewalldiv { text-align: right; padding-right: 15px; } diff --git a/servers/php/displaymap-dark.php b/servers/php/displaymap-dark.php new file mode 100644 index 0000000..db10b3f --- /dev/null +++ b/servers/php/displaymap-dark.php @@ -0,0 +1,54 @@ + + +
+ +