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
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 /css/app.css
parentf547ca83a7f71981be34aba8092d52183d1ed22c (diff)
Added search for users / groups to frontend
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/css/app.css b/css/app.css
index 9d68bd1b..75d383f8 100644
--- a/css/app.css
+++ b/css/app.css
@@ -171,9 +171,9 @@
display: inline-block;
font-weight: bold; }
#app-content #app-content-wrapper .actions.creatable .searchboxContainer {
- display: inline-block;
- float: right;
- margin-right: 10px; }
+ position: absolute;
+ right: 10px;
+ top: 0; }
#app-content #app-content-wrapper .actions.creatable .searchboxContainer .searchbox {
display: inline-block; }
#app-content #app-content-wrapper .credential-table {
@@ -203,6 +203,8 @@
border-radius: 5px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
+ #app-content #app-content-wrapper .credential-table tr td .tags .tag:last-child {
+ margin-right: 8px; }
#app-content #app-content-wrapper .credential-table tr td .icon-more {
display: inline-block;
float: right;
@@ -352,6 +354,13 @@
#app-navigation > ul ul {
display: inherit !important; }
+.sharing_table td:first-child {
+ width: 55%; }
+ .sharing_table td:first-child tags-input .tags {
+ width: 100%; }
+ .sharing_table td:first-child .autocomplete {
+ margin-top: 35px; }
+
.table {
width: 100%; }