Commit Graph

12 Commits

Author SHA1 Message Date
Javi Martín
bc0f040758 Use order links in legislation proposals admin
As mentioned in the previous commits, a `<select>` field which submits
its form on change causes many accessibility and usability issues, so
we're replacing it with the order links we use everywhere else.

Since the links "Id" and "Title" by themselves don't have enough
information to let users know they're used to sort by ID or title, we
have to update them somehow. We could add a "Sort by:" prefix before the
list of links (and associate it with the `aria-labelledby` attribute);
however, we don't do this anywhere else and might look weird depending
on the screen size.

So we're simply adding "Sort by" before each link.

Now that we don't use the `wide_order_selector` partial anymore, we can
remove it alongside the styles for the `select-order` class.
2021-06-28 01:20:39 +02:00
decabeza
6c2384fd74 uses underscore for ids names 2017-10-17 13:26:27 +02:00
decabeza
f374478ddf improves styles displaying search results 2017-06-05 16:18:32 +02:00
Alberto Garcia Cabeza
5bd7bbee4f Improves styles for management section 2016-06-01 18:07:58 +02:00
kikito
dea1a28a69 purges simple_captcha 2016-04-27 16:07:47 +02:00
nachogomez
51d9d186af Add Thematic structure and Districts - Iss685 2016-01-08 13:49:23 +01:00
Alberto Garcia Cabeza
2e421ff760 Improves styles for print_proposals 2015-10-28 20:06:04 +01:00
Alberto Garcia Cabeza
b0be8a15a8 Improves styles for management on IE 2015-10-19 22:40:21 +02:00
Alberto Garcia Cabeza
8c339b54fc Adds new styles for print buttons 2015-10-19 13:27:34 +02:00
Alberto Garcia Cabeza
c163d63813 Improves styles for management UI 2015-10-14 22:12:21 +02:00
Alberto Garcia Cabeza
ba14126505 Adds styles for management IE 2015-10-14 18:35:48 +02:00
Alberto Garcia Cabeza
68b866171b Adds styles for management pages 2015-10-13 23:49:12 +02:00