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-13 17:31:07 +0300
committerSander <sbrand@exed.nl>2016-09-13 17:31:07 +0300
commit19959b1d0a49a0a94399893fe495d96c1795a2e7 (patch)
treec879eadf0fd8f8b08456700ed596e2b48cc16f29 /css/app.css
parentd8f26f8b5d1ec4b9a9c9dcb09e326f60076bb321 (diff)
Add custom fields
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 8dbf43ba..ec37d557 100644
--- a/css/app.css
+++ b/css/app.css
@@ -223,6 +223,21 @@
float: left; }
.edit_credential .password_settings label .label {
float: left; }
+ .edit_credential .password_settings label .label.sm {
+ font-size: 12px; }
+.edit_credential .custom_fields {
+ margin-top: 10px; }
+ .edit_credential .custom_fields table {
+ width: 100%; }
+ .edit_credential .custom_fields table thead th {
+ background-color: #0082c9;
+ color: #fff; }
+ .edit_credential .custom_fields table thead th.field_actions {
+ width: 15%; }
+ .edit_credential .custom_fields table tr td.field_actions {
+ font-size: 13px; }
+ .edit_credential .custom_fields table tr td, .edit_credential .custom_fields table tr th {
+ padding: 5px; }
.settings-container div {
padding-left: 15px; }