From 0f0af9877a48546caf1adb5b76c724a85e92c416 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 3 Apr 2014 13:07:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=BA=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/layout.php | 26 +++++++++++++------------- public/css/style.css | 4 +++- 2 files changed, 16 insertions(+), 14 deletions(-) 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