Julian Herrero
1ece761beb
Render map properly when changing between setting tabs
2019-03-19 18:14:57 +01:00
Julian Herrero
d9eaea4ea0
Use double quotes in app/assets
2019-03-15 09:26:00 +01:00
Julian Herrero
87be6f302c
Add default site customization pages
...
From now on these static pages:
`/privacy'
`/conditions'
`/accesibility'
`/help/faq'
`/welcome'
have been moved to the DB and can be modified easily by any
administrator in `/admin/site_customization/pages'
2019-03-14 18:35:51 +01:00
decabeza
df68822111
Improve color contrast on leaflet map
2019-03-14 11:31:28 +01:00
decabeza
528a4b6e8e
Add default colours to admin banners
2019-03-13 13:17:42 +01:00
decabeza
05e4c344f2
Improve feed image styles and move image to right
2019-03-06 13:08:35 +01:00
Javi Martín
b27855c1cf
Use double quotes in CoffeeScript files
...
As we do in the rest of the application.
Note we cannot add a rule enforcing double quotes because CoffeeScript
Lint does not have such rule.
2019-03-06 11:41:21 +01:00
Javi Martín
9e80c75032
Use string interpolation in CoffeeScript
...
We use it in Ruby, and it will make it easier to change all quotes to
double quotes in CoffeeScript files.
2019-03-06 11:41:21 +01:00
Javi Martín
a6a6d50ac1
Remove trailing whitespaces
2019-03-05 21:50:13 +01:00
Javi Martín
5d30ea8835
Fix spacing after comma
2019-03-05 21:50:13 +01:00
Javi Martín
9deed3f39d
Fix inconsistent indenation in CoffeeScript files
...
We always use two spaces as indentation.
2019-03-05 21:50:13 +01:00
Javi Martín
a03c68c1e5
Remove trailing newlines in CoffeeScript files
2019-03-05 21:49:32 +01:00
Javi Martín
af9dce1dcf
Remove trailing semicolons in CoffeeScript files
2019-03-05 21:38:36 +01:00
Javi Martín
d963657e41
Use spaces around curly braces in CoffeeScript
...
Just like we do in Ruby.
2019-03-05 21:38:36 +01:00
Alberto
098f4b6c5f
Merge pull request #3328 from consul/admin-settings
...
Improve Admin settings section
2019-02-27 10:49:54 +01:00
decabeza
8066b96fe3
Remove legacy banner images and banner styles settings
2019-02-25 14:59:38 +01:00
Julian Herrero
00bd7008bb
Show all system emails in Admin section
2019-02-22 16:13:49 +01:00
decabeza
9e9eb1359b
Add icon to sortable table
2019-02-20 13:07:08 +01:00
Javier Martín
b330de01f6
Merge pull request #3148 from matisnape/budget_investments_sorting_columns
...
Add sort links to admin tables
2019-02-15 19:19:11 +01:00
Alberto
938d5eba43
Merge pull request #3191 from consul/ui-i18n-details
...
Fix i18n and UI minor details
2019-02-13 10:55:03 +01:00
decabeza
acc7cf65e3
Replace single quotes to double quotes on scss files
2019-02-11 17:42:58 +01:00
decabeza
bce8b8b0a3
Change locale switcher background color
2019-02-11 15:41:44 +01:00
decabeza
dfe7126ca0
Synchronize color inputs
2019-02-08 12:32:13 +01:00
Alberto
6a7fcde9a6
Merge pull request #3268 from consul/budget-polish
...
[Backport] Budgets UI minor fixes
2019-02-06 14:31:26 +01:00
decabeza
4d71a70e1e
Set tags max length to 160
2019-02-05 17:40:27 +01:00
decabeza
556a72347e
Hide hover background color on budget index if there is no heading link
2019-02-05 17:15:35 +01:00
decabeza
98f550fc18
Add columns on pages card view and improve css layout
2019-01-31 17:06:44 +01:00
Alberto
41fe1e3922
Merge pull request #3152 from NahiaSolutions/add_image_to_legislation_processes
...
Add image to legislation processes and banner colors
2019-01-29 16:06:54 +01:00
Alberto
ebe5bf13e7
Merge pull request #3149 from NahiaSolutions/add_cards_to_custom_pages
...
Add cards to custom pages
2019-01-29 16:05:47 +01:00
Alberto
78479ff0e7
Merge pull request #3228 from consul/milestones_public_progress_bar
...
[Backport] Add progress bars to milestones public view
2019-01-29 14:12:08 +01:00
Alberto
bd4826b25e
Merge branch 'master' into add_cards_to_custom_pages
2019-01-28 14:49:39 +01:00
Alberto
c297595e49
Merge branch 'master' into add_image_to_legislation_processes
2019-01-28 14:49:19 +01:00
decabeza
78d8e34415
Show following tab on process if there are progress bar
...
Before, this tab only was show if were some milestone
2019-01-24 17:40:09 +01:00
decabeza
b27616eeed
Add styles to milestones progress bars
2019-01-24 17:40:05 +01:00
Javi Martín
1962fcc2a2
Hide locale selector for primary progress bars
...
These progress bars don't have any translatable attributes.
2019-01-24 17:34:55 +01:00
Javi Martín
8c5907a3fb
Add percentage text to progress bars
...
Note we require extra <span> tags because the <progress> tag is an empty
tag (like <img>), and so it can't have ::before or ::after
pseudo-elements. There's a workaround for that, but currently it only
works on Chrome.
For some reason, the text seems to be slightly misaligned vertically in
all implementations I've tried. So the `top: -0.1rem` rule is a hack to
align it properly.
2019-01-24 17:34:04 +01:00
Javi Martín
ce0a93be58
Add styles to milestones progress bars
2019-01-24 17:33:56 +01:00
Javi Martín
e73f3bd97a
Add progress bars to milestones public view
2019-01-24 17:33:34 +01:00
decabeza
7e89cc149f
Replace default map image
2019-01-24 14:52:44 +01:00
Alberto
25b56e84ec
Merge pull request #3196 from consul/refactor_milestones_css
...
[Backport] Refactor milestones css
2019-01-24 12:02:15 +01:00
Manu
b6cfe92d76
fixed banner styles issues
2019-01-21 12:02:27 -05:00
Manu
1e020f4df8
use banners js in new legislative process
2019-01-21 12:02:27 -05:00
Manu
bd4e12112d
Add image to legislation processes and banner colors
2019-01-21 12:02:27 -05:00
Manu
238ddc2595
fixed trailing whitespace hound alert
2019-01-18 09:54:43 -05:00
Manu
142a0403d6
added new scss class 'custom-page'
2019-01-18 09:54:43 -05:00
Javi Martín
fb72fc48fd
Simplify milestones styles for small devices
...
The selector `nth-child(even)` didn't need specific rules, and it's
easier to understand the code for the selector `nth-child(odd)` if all
breakpoints are grouped together.
2019-01-18 14:26:17 +01:00
Javi Martín
46296b702e
Group milestone content CSS rules together
2019-01-18 14:26:11 +01:00
Javi Martín
39c8d431f8
Group milestones timeline li CSS rules together
2019-01-18 14:26:08 +01:00
Javi Martín
cb92d29ddc
Simplify nth-child selectors
...
Using `nth-child(odd), nth-child(even)` is the same as selecting all
the elements.
2019-01-18 14:26:05 +01:00
Javi Martín
51a4ca98ad
Move milestone styles to their own sheet
2019-01-18 14:26:02 +01:00