decabeza
e3539544a8
Remove google plus share button
2020-07-17 16:24:20 +02:00
Senén Rodero Rodríguez
31c0b4360d
Improve the way to toggle comment responses
...
Co-Authored-By: Javi Martín <javim@elretirao.net >
2020-05-26 13:20:26 +02:00
Javi Martín
ae41becd3a
Use CSS to hide reply forms
...
We were using inline styles and passing local variables around, while
the rule we were following is very simple: it's only hidden if it's a
form to reply to a comment.
2020-05-12 23:57:57 +02:00
Javi Martín
4627372a62
Use a <ul> tag for a list of comments
...
We were using a <ul> tag for a single comment, where the first element
of the list was the comment itself and the second element was the list
of replies.
IMHO it makes more sense to have a list of all comments, where every
element is a comment and inside it there's a list of replies.
We're also rendering the list even if it has no children so it's easier
to add comments through JavaScript. Then we use the :empty CSS selector
to hide the list if it's empty. However, since ERB adds whitespace if we
structure our code the usual way and current browsers don't recognize
elements with whitespace as empty, we have to use the `tag` helper so no
whitespace is added.
2020-05-12 23:57:16 +02:00
Javier Martín
5a80548fc8
Merge pull request #3973 from consul/cards-height
...
Replace equalizer to display flex on cards
2020-04-21 14:00:02 +02:00
decabeza
111e3d3083
Replaces icons of expand/collapse comments
2020-04-16 23:22:14 +02:00
decabeza
a8537f7e19
Replace equalizer to display flex on cards
2020-04-14 17:14:52 +02:00
Eduardo Moreira
9f948c150b
Fix card description overflow
2020-02-18 09:36:19 -03:00
Julian Herrero
193e51d42f
Enable Wordpress Oauth login and registration
2020-02-07 12:23:41 +07:00
decabeza
d163dee242
Fix menu styles
2020-01-18 11:10:11 +01:00
Alberto
34c75fec4b
Merge pull request #3606 from consul/fontawesome
...
Add Font Awesome icons
2020-01-18 11:07:03 +01:00
Javier Martín
bae999299a
Merge pull request #3900 from consul/fix_ckeditor_validation_error
...
Fix style for validation errors in HTML areas
2020-01-17 16:41:41 +01:00
Javier Martín
50c830a55f
Merge pull request #3830 from PierreMesure/fixes-pagination-bug-on-mobile
...
Fix pagination problem on mobile
2020-01-17 16:12:21 +01:00
Javi Martín
dc485b0ac6
Fix style for validation errors in HTML areas
...
Rails automatically adds the field class to the validation error
message, and so it had an unusual height.
2020-01-09 20:33:11 +01:00
Pierre Mesure
1431a8379c
Fix a CSS leak
2019-12-19 23:34:31 +01:00
Pierre Mesure
d32f9aca90
Backport AyuntamientoMadrid/consul/pull/248
2019-11-08 16:22:24 +01:00
Javi Martín
4ab3498892
Avoid jumping CKEditor
...
This is a hack: we're making the textarea have the same size as CKEditor
so when it's replaced the page won't jump.
A very similar hack was removed in commit e844b0b2 . Back then I thought
this was a small issue we could live with, but the user experience turns
out to be a bit annoying, and it makes tests fail sometimes because
Capybara is trying to click something when the page jumps, and so it
misses the click.
2019-11-06 20:26:26 +01:00
Javi Martín
e844b0b2db
Remove CKEditor divs
...
This way the HTML does not depend on CKEditor, and changing the editor
we use in textareas will require very few changes.
2019-10-25 17:00:18 +02:00
decabeza
974064a742
Update icons scss to use fontawesome icons
2019-10-23 15:49:15 +02:00
Senén Rodero Rodríguez
fd7cc624db
Add new and create actions
2019-07-29 13:07:24 +02:00
Senén Rodero Rodríguez
3ef8ef8c9c
Add class to set padding-top to any element
2019-07-01 14:49:43 +02:00
Senén Rodero Rodríguez
a6e8fecc16
Highlight translation interface and translatable form fields
...
Only when translations interface is enabled.
Co-Authored-By: alessandro <agileontheweb@gmail.com >
2019-07-01 14:49:43 +02:00
taitus
1e084017d6
Fix style for remote-translation-button
2019-06-27 09:21:19 +02:00
taitus
cbd7ab7179
Add remote translation button
...
- Create partial to render remote translation button. This button will
send remote_translations as json to remote translations controller.
- Add locales
- Add styles
Co-Authored-By: alessandro <agileontheweb@gmail.com >
2019-06-27 09:21:18 +02:00
decabeza
148ea1ede9
Prevent notice been overlapped by header
2019-05-22 12:42:03 +02:00
decabeza
69cada5f9b
Prevent header overlaps the support button
2019-05-22 12:41:57 +02:00
decabeza
6734054330
Prevent map overlaps the support button
2019-05-22 12:41:54 +02:00
decabeza
4b3172912e
Add spec to show sticky button on mobile screens
...
Also remove some unnecessary css lines that were causing some unrelated specs to fail.
2019-05-22 12:41:52 +02:00
decabeza
8684835857
Adds sticky on proposals supports for mobile version
2019-05-22 12:40:12 +02:00
decabeza
df68822111
Improve color contrast on leaflet map
2019-03-14 11:31:28 +01:00
decabeza
05e4c344f2
Improve feed image styles and move image to right
2019-03-06 13:08:35 +01:00
decabeza
8066b96fe3
Remove legacy banner images and banner styles settings
2019-02-25 14:59:38 +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
98f550fc18
Add columns on pages card view and improve css layout
2019-01-31 17:06:44 +01: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
Julian Herrero
c5a7492128
add some improvements on budget headings
...
Show information about longitude and latitude in a budget heading
Show information about custom content in a budget heading
Fix render of map (zoom scrollable and points clickable)
Fix typo in app/models/map_location.rb
2019-01-02 10:46:46 +01:00
Julian Herrero
d2b3943968
improve rendering of map in the sidebar
2019-01-02 10:41:03 +01:00
decabeza
aebd29f7e2
Adds create question button to admin proposals show
2018-12-19 16:08:57 +01:00
Julian Herrero
25e1afea48
fix map rendering for budget headings
2018-12-14 15:37:22 +01:00
Julian Nicolas Herrero
9aab3ddd7b
Merge pull request #3038 from MatheusMiranda/add_map_to_heading_page
...
Add map to sidebar on Heading's page
2018-12-11 16:32:35 +01:00
decabeza
6f1e7abedd
Improves styles for milestones documents
2018-12-04 17:31:04 +01:00
decabeza
be199eedec
Fixes icon overlapping on language select form
2018-12-04 17:30:58 +01:00
decabeza
ddcc03450d
Improves styles for help text class
2018-12-04 17:30:51 +01:00
Raimond Garcia
ed9e501ae7
Merge branch 'master' into add_map_to_heading_page
2018-11-27 11:07:16 +01:00
decabeza
8f27398bd1
Fixes globalize tabs when there is a lot of available locales
2018-11-22 11:37:26 +01:00
Matheus Miranda
06f07b1139
Add map to sidebar on Heading's page
...
Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com >
2018-11-16 09:05:23 +01:00
decabeza
0c34e66478
Removes styles to fix logo size on devise views
2018-10-18 18:17:22 +02:00