diff --git a/ground/views/layout.php b/ground/views/layout.php index 8c8fdc3..9e5cdb0 100644 --- a/ground/views/layout.php +++ b/ground/views/layout.php @@ -1,7 +1,7 @@ - - <?=App::getConfig('title')?> + + <?= App::getConfig('title') ?> @@ -15,15 +15,15 @@ - - -

-
- Главная | - Точки | - Выбранная точка | - Категории -
- - + + +
+

WikiPoints

+ Главная | + Точки | + Выбранная точка | + Категории +
+ + \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index d251c30..8b16f38 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -10,4 +10,6 @@ html {height: 100%;} body {margin: 0; padding: 0; height: 100%;} div#map {width: 100%; height: 100%;} div.infoCard {width: 400px;} -div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;} \ No newline at end of file +div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;} +div.header {display: block; position: absolute; top: 0; left: 20px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;} +div.header h1 {display: inline; margin-right: 25px; color: #555;} \ No newline at end of file