mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Small fix to footer margin for columns. Fixes #869.
This commit is contained in:
parent
dbeb793214
commit
2e7e75649b
1 changed files with 5 additions and 1 deletions
|
|
@ -403,10 +403,14 @@ input.item-checkbox {
|
|||
font-size: 85%;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
margin: 20px 20px 5px 20px;
|
||||
margin: 20px 310px 5px 20px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body.preferences div#footer {
|
||||
margin-right:410px;
|
||||
}
|
||||
|
||||
/* The notes which may be attached to an item */
|
||||
.todo_notes {
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue