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