aboutsummaryrefslogtreecommitdiff
path: root/static/style.css (unfollow)
Commit message (Collapse)Author
2020-07-10Move back to own popup system.Hugo Hörnquist
JQuery apparently doesn't handle xhtml, so the old system goes bust. Currently it's replaced with a barebones popup system, which works almost as well as the dependency. However; current problems include: - Wrong mouse cursor on events - Bad size on some browsers - Close button broken - Sometimes placed outside intended area, stretching it (since I *need* scroll on it). - ...
2020-07-09HTML Download tab now div instead of article.Hugo Hörnquist
2020-07-08HTML move download to own tab.Hugo Hörnquist
2020-07-08Reformat xcal data in HTML with js.Hugo Hörnquist
2020-07-07Draft of multiple tabs for HTML popups.Hugo Hörnquist
Adds a tab system inside each popup. Vivaldi's lighthouse says it works fine, but firefox takes way longer to load the page, and uses 100% CPU for a while. Not sure why. Possible solution would be client side rendering for the events (since they only need to be shown one clicked). It's worth taking another look at this once the popup system has been replaced.
2020-05-24Handle events with no DTEND.Hugo Hörnquist
2020-05-03Add [today] and [jump to] button in frontend.Hugo Hörnquist
Currently the JavaScript updates these buttons to work, but they by default reference backend endpoints which are not yet written.
2020-04-29Move overflow: hidden for events.Hugo Hörnquist
2020-04-29Made code more compatible with popups, improve config.Hugo Hörnquist
2020-04-29Test tooltip library.Hugo Hörnquist
2020-04-29Remove dead code from style.css.Hugo Hörnquist
2020-04-28.btn click area now fixed.Hugo Hörnquist
2020-04-28Clean up and simlify event drag code.Hugo Hörnquist
2020-04-28Ensured event creation drag and drop works.Hugo Hörnquist
2020-04-28Fix week number display in small calendar.Hugo Hörnquist
2020-04-27Eventlist now only scrolls vertically.Hugo Hörnquist
2020-04-27Made popup slightly more visually pleasing.Hugo Hörnquist
2020-04-27Replace code for small calendar.Hugo Hörnquist
2020-04-27Minor updates.Hugo Hörnquist
2020-04-27Change scroll behaviour in popups.Hugo Hörnquist
2020-04-27Fix current-time marker.Hugo Hörnquist
2020-04-27Long comments about positioning of popups.Hugo Hörnquist
2020-04-27Made btn shadow-height variable.Hugo Hörnquist
2020-04-26Popup sidebar now button holder.Hugo Hörnquist
2020-04-26Add popup close button.Hugo Hörnquist
2020-04-26Made .btn own css class.Hugo Hörnquist
2020-04-26Text event CSS better generalized.Hugo Hörnquist
2020-04-26All HTML graphical events now use same render code.Hugo Hörnquist
2020-04-26Styled weekly,monthly button better.Hugo Hörnquist
2020-04-26CSS change scale from percent to parts.Hugo Hörnquist
Apparently chrome doesn't support transform: scale(100%), but just scale(1). Firefox support both.
2020-04-26Month view better colors.Hugo Hörnquist
2020-04-26HTML update gray to have slightly better contrast.Hugo Hörnquist
2020-04-25Made repeat-marker in side menu red.Hugo Hörnquist
2020-04-16Add week numbers to HTML small calendar.Hugo Hörnquist
2020-04-14Add UI sliders to tune CSS.Hugo Hörnquist
2020-04-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-06Popups more or less fixed, now with animations.Hugo Hörnquist
2020-04-05Made small-calendar have box-sizing border-box.Hugo Hörnquist
2020-04-05CSS made smallcal links larger.Hugo Hörnquist
2020-04-05Minor changes.Hugo Hörnquist
2020-04-04Made dates in month-view slightly smaller.Hugo Hörnquist
2020-04-04Add header for month layout.Hugo Hörnquist
2020-04-03Add responsivnes, major rework on css.Hugo Hörnquist
Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
2020-04-02Made page slightly responsive.Hugo Hörnquist
2020-04-01Add bottom border to small calendar.Hugo Hörnquist
2020-04-01HTML force calendar list to be single lines.Hugo Hörnquist
2020-03-31Slightly improve footer layout in HTML.Hugo Hörnquist
2020-03-29Change time markers width.Hugo Hörnquist
2020-03-23Minor CSS cleanup.Hugo Hörnquist
2020-03-23Renormalize CSS whitespace.Hugo Hörnquist