-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Survey refactor expansion UI changes #933
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<!-- Start Time Tag --> | ||
<!-- <div class="start-time-tag">{{trip.display_end_time}}</div> --> | ||
<div class="diary-card short" style="padding-top: 10px;"> | ||
<div style="width: 100%; margin: auto; padding: 5px"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why was this padding removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reverting. @sebastianbarry please address @JGreenlee's related comment on Monday |
||
<div style="width: 100%;"> | ||
shankari marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<div class="row place-title"> | ||
<!-- Place (Destination of Prev. Trip) --> | ||
<i class="icon ion-location"></i> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div style="color:#6e6e6e;"> | ||
<p style="font-weight: 700;color:#6e6e6e;margin: 0px;">Are you sure you wish to delete this entry?</p> | ||
<p>{{currEntry.data.label}}<br />{{currEntry.displayTime || setDisplayTime(entry)}}</p> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me, this puts the trash can a little too far in. How about 15 on the left and 10 on the right?
Here's what that looks like