Web: style task log buttons

Style the task log buttons like the other buttons.
This commit is contained in:
Sybren A. Stüvel 2022-07-16 13:23:06 +02:00
parent a97913bebb
commit b3701ef493

View File

@ -56,9 +56,13 @@
</dl>
<h3 class="sub-title">Task Log</h3>
<button @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer.">
Follow Task Log</button>
<button @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button>
<div class="btn-bar-group">
<section class="btn-bar tasklog">
<button class="btn" @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer.">
Follow Task Log</button>
<button class="btn" @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button>
</section>
</div>
</template>
<div v-else class="details-no-item-selected">