committed by
Julius Härtl
parent
0b133c59d9
commit
1e4e0a3947
@@ -137,7 +137,7 @@ button:hover {
|
||||
|
||||
#board-header #home {
|
||||
position: relative;
|
||||
padding: 0px 12px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#board-actions {
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<p>{{ statusservice.text }}</p></div>
|
||||
</div>
|
||||
<div id="board-header">
|
||||
<a href="#" class="crumb svg last" id="home" title="<?php p($l->t('All Boards')); ?>">
|
||||
<img class="svg" src="../../../core/img/places/home.svg" alt="Home">
|
||||
</a>
|
||||
<div id="home" class="crumb svg last">
|
||||
<a href="#" title="<?php p($l->t('All Boards')); ?>">
|
||||
<img class="svg" src="../../../core/img/places/home.svg" alt="Home">
|
||||
</a>
|
||||
</div>
|
||||
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
|
||||
{{ boardservice.getCurrent().title }}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user