Логотип ведёт в начало
This commit is contained in:
parent
0dc0943dbd
commit
90d8f3e235
|
|
@ -27,7 +27,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>WikiPoints</h1>
|
||||
<a href="/"><h1>WikiPoints</h1></a>
|
||||
</div>
|
||||
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
||||
<div class="modal fade" id="aboutModal" tabindex="-1" role="dialog" aria-labelledby="Информация о проекте" aria-hidden="true">
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ div.infoCard h3 {text-align: center; margin-top: 0;}
|
|||
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0; cursor: pointer;}
|
||||
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.add {cursor: pointer;}
|
||||
|
||||
.form-group .error {display: none;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue