Commit Graph

415 Commits

Author SHA1 Message Date
Frédéric Péters 2de4d57df3 style: use outline for focused widgets (#62209) 2022-03-03 19:56:04 +01:00
Frédéric Péters 10f8a3f333 style: set widget text color to black (#62208) 2022-03-03 19:56:04 +01:00
Frédéric Péters 71f1cd294c misc: restore content overflow rules (#62249) 2022-03-01 10:09:44 +01:00
Frédéric Péters 4e08feaa91 a11y: add text content to logout link (#62237) 2022-03-01 10:09:44 +01:00
Frédéric Péters c87fbbc994 remove old internet explorer warning note (#62161) 2022-02-25 08:08:13 +01:00
Frédéric Péters 38338670a0 misc: remove content overflow rules, only appopriate for wcs (#62142) 2022-02-25 08:08:13 +01:00
Benjamin Dauvergne 057935195b js: make .clickable-rows works with relative href (#61238) 2022-02-18 08:45:37 +01:00
Frédéric Péters 0c9b53ceac css: hide buttons with a hidden attribute (#61924) 2022-02-17 16:04:21 +01:00
Valentin Deniaud 0dcaeb1065 icons: add copy action (#59670) 2022-02-14 09:56:55 +01:00
Frédéric Péters 85a6196f97 style: set button display to inline-block (#61028) 2022-02-11 07:58:24 +01:00
Frédéric Péters 158b933d1c add styles for horizontal button links (#58153) 2022-02-11 07:58:24 +01:00
Frédéric Péters be1261c4b9 trivial: remove python 2 from classifiers 2022-02-02 08:11:43 +01:00
Frédéric Péters 0155852a44 js: do not open clickable-rows if the user was selecting text (#61251) 2022-01-31 10:00:13 +01:00
Frédéric Péters 03d76f7aa5 style: add pk-success class to mark "success" (#60952) 2022-01-30 13:35:23 +01:00
Frédéric Péters 214138fea4 style: add folded support to sections with <ul> as content (#60435) 2022-01-19 21:27:46 +01:00
Benjamin Dauvergne 7546932ddf general: handle .clickable-rows at document level (#60396) 2022-01-07 10:22:17 +01:00
Benjamin Dauvergne bfdbab4bca general: allow text selection in clickable-rows (#59873) 2022-01-05 18:07:49 +01:00
Frédéric Péters 68e236a120 general: add new clickable-rows class for rows that should be clickable (#59873) 2022-01-05 17:36:40 +01:00
Paul Marillonnet a3124c9c75 templates: provide more consistent use of ellipses in pagination (#59773) 2021-12-16 12:20:21 +01:00
Frédéric Péters f98dfe10da css: add style for disabled line in objects list (#59678) 2021-12-14 14:35:12 +01:00
Frédéric Péters 5a5a67f73c style: force white background on pagination links (#58298) 2021-10-30 10:41:35 +02:00
Frédéric Péters 4f6e955be4 debian: switch to debhelper-compat 12 (#57538) 2021-10-10 12:08:25 +02:00
Frédéric Péters ad2dd536eb add style for joined/toggled buttons (#57318) 2021-09-28 13:48:43 +02:00
Serghei Mihai 95ac0e40cb templates: customize checkbox and radio buttons rendering (#56114) 2021-09-17 11:00:53 +02:00
Serghei Mihai 4b3acfd876 a11y: add custom rendering for radio inputs (#54642) 2021-09-17 11:00:53 +02:00
Frédéric Péters 006689665a jenkins: disable concurrent builds 2021-09-05 11:09:50 +02:00
Frédéric Péters 857a43d0a6 jenkins: build .deb for bullseye 2021-09-05 11:04:03 +02:00
Frédéric Péters beff3e0863 Revert "a11y: add custom rendering for radio inputs (#54642)"
This reverts commit 6b941855c8.
2021-08-24 18:46:08 +02:00
Frédéric Péters c2a3a4ebc9 Revert "templates: customize checkbox and radio buttons rendering (#56114)"
This reverts commit d380d5537a.
2021-08-24 18:46:07 +02:00
Serghei Mihai e50ab0dfe1 templates: search custom template for simple widgets only (#56252) 2021-08-19 11:55:59 +02:00
Frédéric Péters 6bf6be86e0 debian: stop building python2 package (#56170) 2021-08-18 20:43:47 +02:00
Serghei Mihai d380d5537a templates: customize checkbox and radio buttons rendering (#56114) 2021-08-16 16:51:25 +02:00
Serghei Mihai 6b941855c8 a11y: add custom rendering for radio inputs (#54642) 2021-08-16 16:51:24 +02:00
Serghei Mihai 2a6ba2ca06 templates: add support for custom widget template (#54642) 2021-08-13 12:28:06 +02:00
Serghei Mihai 1fa018a2a8 a11y: add aria-labelledby for widgets (#54642) 2021-08-12 15:17:05 +02:00
Thomas Jund 467e9a5ec0 scss: add new grid system with flexbox (#54488) 2021-07-05 13:23:47 +02:00
Frédéric Péters 55d19c7050 css: add style for main title tag/badge (#55395) 2021-07-05 13:23:47 +02:00
Serghei Mihai 7ceef600ae templates: set id for widget labels (#55297) 2021-07-01 16:22:28 +02:00
Thomas Jund 351e45beca css: add cursor pointer to [role=button] (#53784) 2021-06-01 16:02:31 +02:00
Frédéric Péters 3154331eef misc: limit help text width in dialogs (#53820) 2021-05-18 10:53:26 +02:00
Frédéric Péters 2625ab7db7 icons: add action icon for jump (#54042) 2021-05-17 18:11:59 +02:00
Frédéric Péters 438fc92cf1 templates: load static template tags library using {% load static %} (#53226)
RemovedInDjango30Warning: {% load staticfiles %} is deprecated in favor
of {% load static %}.
2021-04-17 20:08:10 +02:00
Frédéric Péters 91dfa5f0d8 scss: force clear on <h3>, <h4> and <p> after any grid elements (#51896) 2021-03-11 09:14:26 +01:00
Frédéric Péters 847019138e templates: add stub favicon (#51384) 2021-02-23 18:05:04 +01:00
Thomas Jund 629a485ce2
scss: add .oneline-dialog modificator for jqueryUI dialog widget (#49585)
gitea/gadjo/pipeline/head Build started... Details
2021-01-19 14:51:45 +01:00
Frédéric Péters 0daa0d2ab4 style: add disabled variant of buttons (#50302) 2021-01-19 14:08:56 +01:00
Frédéric Péters 967c67f9fa style: lighten text colour of disabled radio items (#50036) 2021-01-11 14:11:58 +01:00
Frédéric Péters c1146c167c style: remove custom wcs classes (#49779) 2020-12-30 14:09:53 +01:00
Frédéric Péters c372a2611a style: don't display wcs steps bar when there's a single one (#49775) 2020-12-30 14:09:53 +01:00
Frédéric Péters ca2f9e6160 style: add pk-button class for compatibility with frontoffice parts (#49778) 2020-12-30 14:09:53 +01:00