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-10-21 15:58:18 +0300
committerdartcafe <github@dartcafe.de>2017-10-21 15:58:18 +0300
commitc048b9697a3d1a68ad6d47663d66e42282d4ae4e (patch)
treeacb0c5984451fa117e3c273bb58b2b439a46ef82 /css
parent540e09bcade129f22e2682041dcf4e704385ee79 (diff)
fix svg paths in css
Diffstat (limited to 'css')
-rw-r--r--css/list.css18
-rw-r--r--css/vote.css14
2 files changed, 16 insertions, 16 deletions
diff --git a/css/list.css b/css/list.css
index c2475935..bfbc6f29 100644
--- a/css/list.css
+++ b/css/list.css
@@ -5,7 +5,7 @@
}
.icon-polls {
background-color:black;
- mask:url('../../../apps/polls/css/../img/app-logo-polls.svg') no-repeat 50% 50%
+ mask:url('../img/app-logo-polls.svg') no-repeat 50% 50%
}
.table {
position:relative
@@ -94,16 +94,16 @@
width:80px
}
.participants div.partic_voted.icon-partic_yes {
- background-image:url('../../../apps/polls/css/../img/yes-vote.svg')
+ background-image:url('../img/yes-vote.svg')
}
.participants div.partic_voted.icon-partic_no {
- background-image:url('../../../apps/polls/css/../img/no-vote.svg')
+ background-image:url('../img/no-vote.svg')
}
.participants div.partic_commented.icon-commented_yes {
- background-image:url('../../../apps/polls/css/../img/yes-comment.svg')
+ background-image:url('../img/yes-comment.svg')
}
.participants div.partic_commented.icon-commented_no {
- background-image:url('../../../apps/polls/css/../img/no-comment.svg')
+ background-image:url('../img/no-comment.svg')
}
.actions {
width:44px;
@@ -119,16 +119,16 @@
background-position:center
}
.thumbnail.progress.partic_yes,.thumbnail.endless.partic_yes {
- background-image:url('../../../apps/polls/css/../img/open-voted-vote.svg')
+ background-image:url('../img/open-voted-vote.svg')
}
.thumbnail.progress.partic_no,.thumbnail.endless.partic_no {
- background-image:url('../../../apps/polls/css/../img/open-unvoted-vote.svg')
+ background-image:url('../img/open-unvoted-vote.svg')
}
.thumbnail.expired.partic_yes {
- background-image:url('../../../apps/polls/css/../img/expired-voted-vote.svg')
+ background-image:url('../img/expired-voted-vote.svg')
}
.thumbnail.expired.partic_no {
- background-image:url('../../../apps/polls/css/../img/expired-unvoted-vote.svg')
+ background-image:url('../img/expired-unvoted-vote.svg')
}
.options,.participants {
display:flex;
diff --git a/css/vote.css b/css/vote.css
index c9753b0d..6b6da813 100644
--- a/css/vote.css
+++ b/css/vote.css
@@ -44,13 +44,13 @@
margin-right:auto
}
.vote_table .poll-cell.yes div,.vote_table .toggle.yes div {
- background-image:url('../../../apps/polls/css/../img/yes-vote.svg')
+ background-image:url('../img/yes-vote.svg')
}
.vote_table .poll-cell.maybe div,.vote_table .toggle.maybe div {
- background-image:url('../../../apps/polls/css/../img/maybe-vote.svg')
+ background-image:url('../img/maybe-vote.svg')
}
.vote_table .poll-cell.no div,.vote_table .toggle.no div {
- background-image:url('../../../apps/polls/css/../img/no-vote.svg')
+ background-image:url('../img/no-vote.svg')
}
.vote_table .toggle div {
width:24px;
@@ -69,13 +69,13 @@
min-width:50px
}
.vote_table td.toggle-all.toggle.yes div {
- background-image:url('../../../apps/polls/css/../img/yes-toggle.svg')
+ background-image:url('../img/yes-toggle.svg')
}
.vote_table td.toggle-all.toggle.maybe div {
- background-image:url('../../../apps/polls/css/../img/maybe-toggle.svg')
+ background-image:url('../img/maybe-toggle.svg')
}
.vote_table td.toggle-all.toggle.no div {
- background-image:url('../../../apps/polls/css/../img/no-toggle.svg')
+ background-image:url('../img/no-toggle.svg')
}
.vote_table td.toggle-all.toggle img {
float:right;
@@ -159,7 +159,7 @@ th,tr,td {
margin:10px 0
}
.share .input-group-addon {
- background-image:url('../../../apps/polls/css/../img/share.svg');
+ background-image:url('../img/share.svg');
background-repeat:no-repeat;
background-position:10px center;
padding-left:35px