Skip to content

Commit

Permalink
[#665] Reposition the time picker to be right aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
afuna committed Oct 7, 2014
1 parent cbc42ab commit 2822c83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/scss/pages/entry/new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
.picker-output {
margin-top: -1 * rem-calc(20); // $form-spacing + 2px for borders
}
.picker--time {
// column-gutter: 15
// component padding: 20
right: rem-calc(15+20);
}
}

/* elements in modals */
Expand Down

0 comments on commit 2822c83

Please sign in to comment.