diff --git a/src/app/pages/pages.component.ts b/src/app/pages/pages.component.ts
index 79877823..852f7e52 100644
--- a/src/app/pages/pages.component.ts
+++ b/src/app/pages/pages.component.ts
@@ -20,10 +20,10 @@ import { PAGES_MENU } from './pages.menu';
diff --git a/src/app/theme/components/baPageTop/baPageTop.html b/src/app/theme/components/baPageTop/baPageTop.html
index d66c1b29..d12c4275 100644
--- a/src/app/theme/components/baPageTop/baPageTop.html
+++ b/src/app/theme/components/baPageTop/baPageTop.html
@@ -21,4 +21,5 @@
+
diff --git a/src/app/theme/components/baPageTop/baPageTop.scss b/src/app/theme/components/baPageTop/baPageTop.scss
index 0e7cbdae..07560a9e 100644
--- a/src/app/theme/components/baPageTop/baPageTop.scss
+++ b/src/app/theme/components/baPageTop/baPageTop.scss
@@ -83,6 +83,22 @@
}
}
+ .questions-section {
+ position: absolute;
+ right: 200px;
+ top: 0;
+ height: $top-height;
+ line-height: $top-height;
+ color: $default;
+ font-weight: $font-light;
+ a {
+ color: $primary;
+ &:active, &:hover, &:focus {
+ color: $primary-light;
+ }
+ }
+ }
+
a.refresh-data {
color: $sidebar-text;
font-size: 13px;
@@ -168,6 +184,12 @@
}
}
+ @media screen and (max-width: $resM) {
+ .questions-section {
+ display: none;
+ }
+ }
+
@media screen and (max-width: $resS) {
.search {
display: none;
diff --git a/src/index.html b/src/index.html
index 22f60edd..295736c4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -7,6 +7,19 @@
ng2-admin
+