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-26 21:22:38 +0300
committerdartcafe <github@dartcafe.de>2017-11-26 21:22:38 +0300
commit820a438115dc1c11cdfc81a48471e17db8ab569b (patch)
tree0d90626f82d5465b3cfc8e65e1d99cfdac34a567 /css
parent819d04182259cbc96b6b13a27403f000ea3d9f4f (diff)
Centering badge text
Diffstat (limited to 'css')
-rw-r--r--css/vote.css5
-rw-r--r--css/vote.scss5
2 files changed, 4 insertions, 6 deletions
diff --git a/css/vote.css b/css/vote.css
index d9423604..9edf7a34 100644
--- a/css/vote.css
+++ b/css/vote.css
@@ -157,7 +157,8 @@ div.crumb {
background-position-x: center;
text-shadow: 1px 1px #666;
color: #fff;
- min-width: 34px; }
+ min-width: 34px;
+ text-align: center; }
.button.details .badge.no-comments {
background-image: url("../../../apps/polls/css/../img/no-comment.svg"); }
@@ -256,8 +257,6 @@ div.crumb {
#app-sidebar .pollActions > ul > li a,
#app-sidebar .pollActions > ul > li .app-navigation-entry-deleted {
padding-left: 44px !important; }
-#app-sidebar #commentsTabView textarea, #app-sidebar #commentsTabView div[contenteditable="true"] {
- cursor: text; }
#app-sidebar #commentsTabView .newCommentForm div.message:empty:before {
content: attr(data-placeholder);
color: grey; }
diff --git a/css/vote.scss b/css/vote.scss
index 7f63f4af..c287cb9e 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -236,6 +236,7 @@ div.crumb {
text-shadow: 1px 1px #666;
color: #fff;
min-width: 34px;
+ text-align: center;
&.no-comments {
background-image: url('../../../apps/polls/css/../img/no-comment.svg');
}
@@ -386,9 +387,7 @@ div.crumb {
}
#commentsTabView {
- textarea, div[contenteditable="true"] {
- cursor: text;
- }
+
.newCommentForm div.message:empty:before {
content: attr(data-placeholder);
color: grey;