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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 17:13:28 +0300
committerbrantje <brantje@gmail.com>2016-10-07 17:13:28 +0300
commitbabf4113ee22231ed36b7db741a88c03c4200b1a (patch)
tree9966fd3bcf6d4f3b34062958a52280bd682017ed /sass
parent836d2f1410ae4d308b11afff81cf732f06d2b2de (diff)
Make sharing page pretty, closes #59
Diffstat (limited to 'sass')
-rw-r--r--sass/share_credential.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/sass/share_credential.scss b/sass/share_credential.scss
index 4f32ef92..eb052d27 100644
--- a/sass/share_credential.scss
+++ b/sass/share_credential.scss
@@ -1,4 +1,6 @@
.sharing_table {
+
+
td:first-child {
width: 55%;
tags-input {
@@ -18,7 +20,15 @@
.table {
width: 100%;
}
-
+.share_credential{
+ padding-top: 10px;
+ input{
+ width: auto;
+ }
+ >div{
+ margin-bottom: 10px;
+ }
+}
.shared_table {
.fa-trash {
cursor: pointer;