diff --git a/ground/views/layout.php b/ground/views/layout.php index d8f8a2c..895f5b5 100644 --- a/ground/views/layout.php +++ b/ground/views/layout.php @@ -40,8 +40,7 @@
= isset($content) && !empty($content) ? $content : 'No content =(' ?> = self::renderPartial('modals/about.php', array(), true) ?> diff --git a/public/css/style.css b/public/css/style.css index 57af5fc..252e2ab 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,10 +15,8 @@ div.infoCard {text-align: justify;} div.infoCard h3 {text-align: center; margin-top: 0;} div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0; cursor: pointer;} div.infoCard .photosCount {position: absolute;margin: 3px;color: white;background-color: black;border-radius: 3px;padding: 2px 4px;opacity: 0.5;} -div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;} -div.header h1 {display: inline; color: #333; cursor: default;} -div.header a:hover {text-decoration: none;} -div.header a:hover h1 {cursor: pointer;} +div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;} +div.header img {height: 99px;} div.add {cursor: pointer;} #addPointModal .extraImage .button {cursor: pointer; background-color: #eeeeee;} @@ -62,6 +60,7 @@ div#box #boxClose {position: absolute; right: 7px; top: 7px; color: #999; font-s div#box div {display: none;} div#box div div{display: block;} div#box h3 {margin-top: 10px;} +div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; background-position: 100% 100%;} .layers {cursor: pointer;} .layers.selected {font-weight: bold;} diff --git a/public/img/back.png b/public/img/back.png new file mode 100644 index 0000000..a39071a Binary files /dev/null and b/public/img/back.png differ diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..886b48f Binary files /dev/null and b/public/img/logo.png differ