notes add button fix margins
This commit is contained in:
@@ -14,6 +14,14 @@
|
|||||||
height: $notes-title-bar-height;
|
height: $notes-title-bar-height;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
||||||
|
.title {
|
||||||
|
width: calc(90% - 45px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#notes-add-button {
|
||||||
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-menu-bar {
|
.tag-menu-bar {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.content
|
.content
|
||||||
.section-title-bar#notes-title-bar
|
.section-title-bar#notes-title-bar
|
||||||
.title {{ctrl.tag.title}} notes
|
.title {{ctrl.tag.title}} notes
|
||||||
.add-button{"ng-click" => "ctrl.createNewNote()"} +
|
.add-button#notes-add-button{"ng-click" => "ctrl.createNewNote()"} +
|
||||||
%br
|
%br
|
||||||
.filter-section
|
.filter-section
|
||||||
%input.filter-bar{"select-on-click" => "true", "ng-model" => "ctrl.noteFilter.text", "placeholder" => "Search", "ng-change" => "ctrl.filterTextChanged()", "lowercase" => "true"}
|
%input.filter-bar{"select-on-click" => "true", "ng-model" => "ctrl.noteFilter.text", "placeholder" => "Search", "ng-change" => "ctrl.filterTextChanged()", "lowercase" => "true"}
|
||||||
|
|||||||
Reference in New Issue
Block a user