Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-05 18:58:55 +0300
committerdartcafe <github@dartcafe.de>2017-11-05 18:58:55 +0300
commitb18b31a7d5ebd1aebd8d03b1577abee86dd1f8c6 (patch)
tree9cdff789b7576a87747aa52bcc7ff3f272fe08c6 /css
parent5fd9b3a2c3b9b37e2ee45b7de1a1a3aae5c4b6c8 (diff)
Eliminated unvoted and some css fixes
Diffstat (limited to 'css')
-rw-r--r--css/public.scss6
-rw-r--r--css/vote.scss18
2 files changed, 21 insertions, 3 deletions
diff --git a/css/public.scss b/css/public.scss
index cc2bbade..1bced48a 100644
--- a/css/public.scss
+++ b/css/public.scss
@@ -1,5 +1,9 @@
#header {
- #appmenu,.header-right {
+ #appmenu,.header-right, nav {
display:none;
}
+}
+
+div.crumb {
+ background-image: none;
} \ No newline at end of file
diff --git a/css/vote.scss b/css/vote.scss
index 70e7c3f2..4c5bae3e 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -75,9 +75,11 @@ div.crumb {
.user {
border-top: $border_user;
+ height: 44px;
+ padding: 0 17px;
}
-.user, .header {
+.header {
padding: 0 17px;
}
@@ -154,7 +156,7 @@ div.crumb {
background-position: center;
background-repeat: no-repeat;
background-size: 32px;
- height: 32px;
+ height: 44px;
&.active {
cursor: pointer;
@@ -303,6 +305,11 @@ div.crumb {
}
+@media all and (max-width: (768px) ) {
+ #app-content {
+ position: relative !important;
+ }
+}
@media all and (max-width: (480px) ) {
.table {
@@ -434,3 +441,10 @@ div.crumb {
width: 100%;
}
}
+
+ @media all and (max-width: (320px) ) {
+
+ .table {
+ padding-bottom: 105px;
+ }
+}