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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-14 21:49:17 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-14 21:49:17 +0400
commitf26e107504b28d02c211ea04f6e71f75b8ecf7c7 (patch)
tree1134c3fc5c360dedf24524c94f35ca3b903e47b5 /css
parent09e0f2cc60c545af948c1e1df6f0957389653ba5 (diff)
No more barrier to enter for guests. Closes #200
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 8bee07d7..34ea1952 100755
--- a/css/style.css
+++ b/css/style.css
@@ -232,6 +232,10 @@
border: 0 none !important;
}
+.memberListButton input{
+ width:46px;
+}
+
#toolbar {
top:30px !important;
border-bottom: none !important;