Convert to SCSS and cleanup
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
This commit is contained in:
committed by
Julius Härtl
parent
1346d085fe
commit
2fa56cdd77
1018
css/style.scss
1018
css/style.scss
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<div class="crumb svg last">
|
<div class="crumb svg last">
|
||||||
<a href="#" id="button-home" title="<?php p($l->t('All Boards')); ?>">
|
<a href="#" class="icon-home" title="<?php p($l->t('All Boards')); ?>">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
|
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<div class="card-controls">
|
<div class="card-controls">
|
||||||
<i class="icon icon-filetype-text" ng-if="c.description" title="{{ c.description }}"></i>
|
<i class="icon icon-filetype-text" ng-if="c.description" title="{{ c.description }}"></i>
|
||||||
<span class="due" ng-if="c.duedate" ng-class="{'overdue': c.overdue == 3, 'now': c.overdue == 2, 'next': c.overdue == 1 }" title="{{ c.duedate }}">
|
<span class="due" ng-if="c.duedate" ng-class="{'overdue': c.overdue == 3, 'now': c.overdue == 2, 'next': c.overdue == 1 }" title="{{ c.duedate }}">
|
||||||
<i class="icon badge-icon"></i>
|
<i class="icon icon-badge"></i>
|
||||||
<span data-timestamp="{{ c.duedate | dateToTimestamp }}" class="live-relative-timestamp">{{ c.duedate | relativeDateFilterString }}</span>
|
<span data-timestamp="{{ c.duedate | dateToTimestamp }}" class="live-relative-timestamp">{{ c.duedate | relativeDateFilterString }}</span>
|
||||||
</span>
|
</span>
|
||||||
<div class="app-popover-menu-utils" ng-if="!boardservice.isArchived()">
|
<div class="app-popover-menu-utils" ng-if="!boardservice.isArchived()">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div id="controls">
|
<div id="controls">
|
||||||
<div class="breadcrumb">
|
<div class="breadcrumb">
|
||||||
<div class="crumb svg last">
|
<div class="crumb svg last">
|
||||||
<a href="#" id="button-home" title="<?php p($l->t('All Boards')); ?>">
|
<a href="#" class="icon-home" title="<?php p($l->t('All Boards')); ?>">
|
||||||
</a>
|
</a>
|
||||||
<span style="display: none;"></span>
|
<span style="display: none;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<p>{{ statusservice.text }}</p></div>
|
<p>{{ statusservice.text }}</p></div>
|
||||||
</div>
|
</div>
|
||||||
{{card=cardservice.getCurrent();""}}
|
{{card=cardservice.getCurrent();""}}
|
||||||
<div id="card-header">
|
<div id="sidebar-header">
|
||||||
<a class="icon-close" ui-sref="board" ng-click="sidebar.show=!sidebar.show"> </a>
|
<a class="icon-close" ui-sref="board" ng-click="sidebar.show=!sidebar.show"> </a>
|
||||||
<h2>
|
<h2>
|
||||||
<!-- TODO: change to textarea elastic //-->
|
<!-- TODO: change to textarea elastic //-->
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<?php p($l->t('Description')); ?>
|
<?php p($l->t('Description')); ?>
|
||||||
<a href="https://github.com/nextcloud/deck/wiki/Markdown-Help" target="_blank" class="icon-help" title="<?php p($l->t('Formatting help')); ?>"></a>
|
<a href="https://github.com/nextcloud/deck/wiki/Markdown-Help" target="_blank" class="icon icon-help" title="<?php p($l->t('Formatting help')); ?>"></a>
|
||||||
</div>
|
</div>
|
||||||
<span class="save-indicator"><?php p($l->t('Saved')); ?></span>
|
<span class="save-indicator"><?php p($l->t('Saved')); ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user