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:
authorVinzenz <vinzenz.rosenkranz@gmail.com>2016-03-06 00:10:17 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-03-06 00:10:17 +0300
commit51874d65c8b128322fb172bf7835f73cfb04af1b (patch)
tree84e09672d11c938a31a0ab18abcc2c9d76902a7c /css
parent6aa61b8c85ba31012513ca28dcdac3602f1c40c6 (diff)
style improvements
Diffstat (limited to 'css')
-rw-r--r--css/main.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 9d89155b..717db03e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -151,7 +151,7 @@ td.td_shown {
padding: 10px;
}
-.cl_create_form, .vote_table {
+.cl_create_form {
min-width: 60%;
margin-bottom: 10px;
}
@@ -167,6 +167,19 @@ td.td_shown {
text-align: center;
}
+.time-slot-cell {
+ min-width: 50px;
+}
+
+.toggle-all {
+ width: 20px;
+}
+
+.user-cell {
+ padding-left: 20px;
+ padding-right: 20px;
+}
+
.userNameImg {
vertical-align: middle;
margin-right: 5px;