diff --git a/app/assets/fonts/icons.eot b/app/assets/fonts/icons.eot
index 5f29191f7..5564a5c62 100644
Binary files a/app/assets/fonts/icons.eot and b/app/assets/fonts/icons.eot differ
diff --git a/app/assets/fonts/icons.svg b/app/assets/fonts/icons.svg
index 2b884a912..0d94e5751 100644
--- a/app/assets/fonts/icons.svg
+++ b/app/assets/fonts/icons.svg
@@ -63,4 +63,6 @@
+
+
diff --git a/app/assets/fonts/icons.ttf b/app/assets/fonts/icons.ttf
index 252457611..6af0797fb 100644
Binary files a/app/assets/fonts/icons.ttf and b/app/assets/fonts/icons.ttf differ
diff --git a/app/assets/fonts/icons.woff b/app/assets/fonts/icons.woff
index 2cf6dc4b7..7f8f3c95e 100644
Binary files a/app/assets/fonts/icons.woff and b/app/assets/fonts/icons.woff differ
diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss
index 135b9fe12..96eb10a0d 100644
--- a/app/assets/stylesheets/icons.scss
+++ b/app/assets/stylesheets/icons.scss
@@ -260,3 +260,11 @@
.icon-image::before {
content: '\33';
}
+
+.icon-search-plus::before {
+ content: '\34';
+}
+
+.icon-search-minus::before {
+ content: '\35';
+}
diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss
index 582e6edb4..38e330003 100644
--- a/app/assets/stylesheets/participation.scss
+++ b/app/assets/stylesheets/participation.scss
@@ -1605,6 +1605,28 @@
background: #eee;
color: $text;
}
+
+.zoom-link {
+ background: #fff;
+ border-radius: rem-calc(48);
+ color: #000;
+ font-size: rem-calc(24);
+ font-weight: bold;
+ height: rem-calc(48);
+ line-height: rem-calc(48);
+ right: 12px;
+ padding-top: rem-calc(4);
+ position: absolute;
+ text-align: center;
+ top: 24px;
+ width: rem-calc(48);
+ z-index: 9;
+
+ &:hover {
+ background: $dark;
+ color: #fff;
+ text-decoration: none;
+ }
}
.poll,
diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml
index 0f662879d..644c84562 100644
--- a/config/locales/en/general.yml
+++ b/config/locales/en/general.yml
@@ -492,6 +492,7 @@ en:
cant_answer_expired: "This poll has finished."
more_info_title: "More information"
documents: Documents
+ zoom_plus: Expand image
poll_questions:
create_question: "Create question"
default_valid_answers: "Yes, No"
diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml
index 88fef9cd4..531be386e 100644
--- a/config/locales/es/general.yml
+++ b/config/locales/es/general.yml
@@ -492,6 +492,7 @@ es:
cant_answer_expired: "Esta votación ha terminado."
more_info_title: "Más información"
documents: Documentación
+ zoom_plus: Ampliar imagen
poll_questions:
create_question: "Crear pregunta para votación"
default_valid_answers: "Sí, No"