fix design issues in some browsers

This commit is contained in:
korelstar 2018-11-29 15:45:35 +01:00
parent 56c243f734
commit 1e35a89c91
2 changed files with 8 additions and 6 deletions

View File

@ -96,6 +96,11 @@
padding-top: 2ex;
}
#app-settings-content form,
#app-content .note-meta > .note-category > form {
display: inline-flex;
}
/* old style search (before NC14) */
.note-search span {
background-position: 0 center;
@ -195,11 +200,6 @@
display: inline;
}
#app-content .note-meta .edit {
background-color: transparent;
border: none;
}
#app-content .note-meta .note-category {
cursor: pointer;
}
@ -211,6 +211,8 @@
}
#app-content .note-meta .edit {
background-color: transparent;
border: none;
opacity: 0.5;
vertical-align: middle;
}

View File

@ -159,7 +159,7 @@ style('notes', [
<div id="app-settings-content">
<div class="settings-notesPath">
<p class="settings-hint"><label for="notesPath"><?php p($l->t('Folder to store your notes')) ?></label></p>
<input type="text" name="notesPath" ng-model="settings.notesPath" placeholder="<?php p($l->t('path to notes')); ?>" id="notesPath" style="width:80%"/><input type="submit" class="icon-confirm" value="">
<form><input type="text" name="notesPath" ng-model="settings.notesPath" placeholder="<?php p($l->t('path to notes')); ?>" id="notesPath"/><input type="submit" class="icon-confirm" value=""></form>
</div>
<div class="settings-fileSuffix">
<p class="settings-hint"><label for="fileSuffix"><?php p($l->t('File extension for new notes')) ?></label></p>