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:
authorSander <sbrand@exed.nl>2016-09-12 12:38:45 +0300
committerSander <sbrand@exed.nl>2016-09-12 12:38:45 +0300
commitc04745aef86c4d4337f086c1ec81b70662b04a0e (patch)
treeee3375cb0f8bd5cb01e187aa87d2f9d9ff6500fc /css/app.css
parent06cd52e024d836d0acc96f8a45f1dbb389627ad0 (diff)
Add float to label
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index a7eed132..7d264ab6 100644
--- a/css/app.css
+++ b/css/app.css
@@ -91,6 +91,8 @@
cursor: pointer;
padding: 5px;
border-bottom: 1px solid #eeeeee; }
+ .credential-table tr td .label {
+ float: left; }
.credential-table tr td .tags {
float: right; }
.credential-table tr td .tags .tag {