mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 10:04:07 +01:00
Merge pull request #1853 from C-Otto/tracks-1851
Do not open 'new note' form when clicking unrelated links
This commit is contained in:
commit
3d77e11a87
9 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ img {
|
|||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon,
|
||||
#minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu,
|
||||
.container_toggle, .grip, .show_notes, .recurring_icon, #project-next-prev,
|
||||
.project_settings, .add_note_link {
|
||||
.project_settings, .link_in_container_header {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -602,7 +602,7 @@ div.note_footer a, div.note_footer a:hover {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
div.add_note_link {
|
||||
div.link_in_container_header {
|
||||
margin-top:12px;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue