Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1061296 - Set a same and fixed position for event details element…
Browse files Browse the repository at this point in the history
…s in 12 and 24 hour format
  • Loading branch information
evanxd authored and rvandermeulen committed Sep 15, 2014
1 parent 10c6e19 commit d62a38e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/calendar/style/month.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,12 @@ section.month .icon-calendar-dot:before {
flex-direction: column;
height: 6rem;
justify-content: center;
left: 11.5rem;
position: absolute;
top: 0;
width: 17rem;
}

body[data-time-format="12"] #months-day-view .event-details {
left: 11.2rem;
}

body[data-time-format="24"] #months-day-view .event-details {
left: 8.5rem;
}

#months-day-view .event-details > h5 {
color: #252525;
font-size: 1.9rem;
Expand Down

0 comments on commit d62a38e

Please sign in to comment.