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-09-23 13:03:37 +0300
committerbrantje <brantje@gmail.com>2016-09-23 13:03:37 +0300
commit25d1f98e6fa1d64773641a27a0f765006acae5ce (patch)
tree538a8cd67b4d959c9ba946df62973d52e8c53864 /sass
parentf547ca83a7f71981be34aba8092d52183d1ed22c (diff)
Added search for users / groups to frontend
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss10
-rw-r--r--sass/share_credential.scss16
2 files changed, 23 insertions, 3 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 4ae88d93..ebcfe96f 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -35,9 +35,10 @@
font-weight: bold;
}
.searchboxContainer{
- display: inline-block;
- float: right;
- margin-right: 10px;
+ position: absolute;
+ right: 10px;
+ top: 0;
+
.searchbox{
display: inline-block;
@@ -74,6 +75,9 @@
margin-right: 3px;
@include border-radius(5px);
}
+ .tag:last-child{
+ margin-right: 8px;
+ }
}
.icon-more {
display: inline-block;
diff --git a/sass/share_credential.scss b/sass/share_credential.scss
index ea2ea1ee..d6efab43 100644
--- a/sass/share_credential.scss
+++ b/sass/share_credential.scss
@@ -1,3 +1,19 @@
+.sharing_table{
+ td:first-child{
+ width: 55%;
+ tags-input{
+ .tags {
+ width: 100%;
+ input {
+ //width: 90% !important;
+ }
+ }
+ }
+ .autocomplete{
+ margin-top: 35px;
+ }
+ }
+}
.table{
width: 100%;
} \ No newline at end of file