aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/modules
AgeCommit message (Collapse)Author
2018-05-22Refs #7031; Fix text overflow in stops nameZog
2018-05-17Refs #7031; Css fixes (safe)Zog
2018-05-16Merge pull request #562 from af83/6972-fix-consolidated-viewsAlban Peignier
Fix consolidated view when togglable elements are open. Fixes #6972
2018-05-11Refs #6973; Update consolidted views CSSZog
2018-05-11Refs #6972; Fix consolidated view when togglable elements are open6972-fix-consolidated-viewsZog
2018-05-07Refs #6321; :fire: commentsZog
2018-05-07Refs #6923; More :lipstick:Zog
2018-05-07Refs #6923; :lipstick:Zog
2018-05-04Refs #6923; Some css sugarZog
2018-05-04Refs #6923; Implement a consolidated viewZog
2018-03-09Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windowsZog
2018-02-19Refs #5853; Better cssZog
2018-02-19Refs #5853 @2h; Add a detailed calendars view on VJs editorZog
2018-02-01Merge pull request #272 from af83/5796-fix-vjs-indexLuc Donnet
5796 Add some legroom in the JourneyPatterns editor
2018-01-31Refs #5796: Add some legroom in the JourneyPatterns editorZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-29Refs #5750; Add a validation on VehicleJourneysZog
Ensure a time is set for all non-commercial stops
2018-01-29Refs #5750 @1h; Manage non-commercial StopAreasZog
- Add a `kind` attribute - Hide irrelevant fields in the form
2018-01-11Refs #5556 @0.25h; Show total time and distance in JP editorZog
2018-01-11Fix overflow on JP editorZog
2018-01-08Fix css on JourneyPatterns editorZog
2018-01-08Refs #45455 @1h; CR updates #1Zog
2018-01-08Refs #5455; Optimize controllers for the Journey Patterns editorZog
2018-01-08Refs #5455; Adjust UIZog
2018-01-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-03Fix import messages style Refs #4473 @2Luc Donnet
2017-12-29Fixes CSS of import_messages in imports#show. Refs #4473Alban Peignier
2017-09-19Resolve merge conflictscedricnjanga
2017-09-06Fix import messages when referential can't be created. Delete unused sass ↵Luc Donnet
files. Refs #4259
2017-08-21Add the possibility to add included days in a periodcedricnjanga
2017-06-29Refs #3776: adding first-step error system to JPjpl
2017-05-17Fix stopareas display on routes#editjpl
2017-05-16Refs #3402: fix VJ tt displayjpl
2017-05-05Refs #3159: updating styles on stop_areas listsjpl
2017-05-04_vj_collection.sass: Remove z-index from .has-error:beforeTeddy Wing
When an error occurred when modifying a time in a journey pattern, it would be surrounded by a red box. The trouble is, you wouldn't be able to click inside that box to focus the inputs and change times once the box was added. The problem happens on this page: http://stif-boiv.dev:3000/referentials/4/lines/158/routes/1/vehicle_journeys This was due to the z-index placing the box on a layer closer to the front than the inputs, eating click events and preventing them from being clicked on. Originally I thought about using `pointer-events: none;` but according to http://caniuse.com/#search=pointer-events it isn't supported in IE < 11. Eliminated the `z-index` instead which has the same effect and doesn't appear to cause any visual problems, at least on the page I mentioned. Only tested in Opera TBH. Refs #3301
2017-05-04Refs #3271: adding periods correct dates display on tt#editjpl
2017-04-28Refs #3236: add styles to first step error system, for VJjpl
2017-04-25Refs #2891: updating periodform layout (2)jpl
2017-04-25Reordering daytypes list on tt#editjpl
2017-04-24Refs #3151: updating period_form layoutjpl
2017-04-24Refs #2893: remove (again) rails form in tt#edit (managed by reactux)jpl
2017-04-21Fix jp end of stop_areas list grey line (css only)jpl
2017-04-21Refs #3152: Adding exception links DOMjpl
2017-04-20Refs #2892: adding conditionnal position for period_manager dropdown on tt#editjpl
2017-04-20Refs #2892: update stuffjpl
2017-04-20Refs #2892: update stuffjpl
2017-04-20Refs #2892: adding periodManager actions css comp.jpl
2017-04-19Refs #2982: updating layout on tt#editjpl
2017-04-19Refs #2982: updating integration for month_selectorjpl
2017-04-19Refs #2982: adding periode_range to PeriodManager displayjpl