Merge pull request #132 from nextcloud/formating-help
Link to help for markdown usage
This commit is contained in:
@@ -506,7 +506,7 @@ button:hover {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-indicator {
|
#card-description .save-indicator {
|
||||||
background-color: #009900;
|
background-color: #009900;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@@ -515,6 +515,9 @@ button:hover {
|
|||||||
font-size: 8pt !important;
|
font-size: 8pt !important;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#card-description .icon-help {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar-header,
|
#sidebar-header,
|
||||||
.card-block {
|
.card-block {
|
||||||
@@ -905,6 +908,12 @@ button:hover {
|
|||||||
background-image: url('../../../settings/img/users.svg');
|
background-image: url('../../../settings/img/users.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-help {
|
||||||
|
background-image: url('../../../settings/img/help.svg');
|
||||||
|
padding: 11px 20px;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-add-white {
|
.icon-add-white {
|
||||||
background-image: url('../img/add-white.svg');
|
background-image: url('../img/add-white.svg');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,11 @@
|
|||||||
</div>//-->
|
</div>//-->
|
||||||
|
|
||||||
<div id="card-description">
|
<div id="card-description">
|
||||||
<h3>Description<div class="save-indicator"><?php p($l->t('Saved')); ?></div></h3>
|
<h3>
|
||||||
|
<?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('Formating help')); ?>"></a>
|
||||||
|
<span class="save-indicator"><?php p($l->t('Saved')); ?></span>
|
||||||
|
</h3>
|
||||||
<textarea elastic ng-if="status.cardEditDescription"
|
<textarea elastic ng-if="status.cardEditDescription"
|
||||||
placeholder="Enter your description here ..."
|
placeholder="Enter your description here ..."
|
||||||
ng-blur="cardUpdate(cardservice.getCurrent())"
|
ng-blur="cardUpdate(cardservice.getCurrent())"
|
||||||
|
|||||||
Reference in New Issue
Block a user