diff --git a/application/views/login.php b/application/views/login.php
index a348b07..6f4b302 100644
--- a/application/views/login.php
+++ b/application/views/login.php
@@ -43,12 +43,12 @@
- - agent
- - Password: agent
+ - User: agent
+ - Pass: agent
- - moderator
- - Password: moderator
+ - User: moderator
+ - Pass: moderator
More information can be found on the
project's github page.
diff --git a/application/views/surveys/survey_page.php b/application/views/surveys/survey_page.php
index ec5dbfe..0d80c51 100644
--- a/application/views/surveys/survey_page.php
+++ b/application/views/surveys/survey_page.php
@@ -48,8 +48,8 @@
has_xml() || !$survey->status_allows('export csv data any survey') ? 'disabled' : ''; ?>
- - Results
- - Results (Raw)
+ - Results (CSV)
+ - Results raw (CSV)
diff --git a/src/styles/_demo_styles.scss b/src/styles/_demo_styles.scss
index ccfd29f..e792a15 100644
--- a/src/styles/_demo_styles.scss
+++ b/src/styles/_demo_styles.scss
@@ -93,7 +93,7 @@
overflow: hidden;
background-color: palette(blue);
box-shadow: 0 4px 0 0 rgba(69, 77, 83, 0.1);
- transform: rotate(45deg);
+ @include transform(rotate(-45deg));
white-space: nowrap;
a {