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>2017-02-18 17:26:08 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commit9e7f47a715724fc5cf01d5ddcf11a73b723d224c (patch)
treed5438b886c2481aa8c818a6f12cf032b5a616b1b /css/app.css
parent3dd9e84de7c306dd6c543bd4e69432ff3935cbb4 (diff)
Add a generic CSV importer
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 20a584d4..f1dd5817 100644
--- a/css/app.css
+++ b/css/app.css
@@ -892,6 +892,19 @@
.import-steps li {
list-style-type: disc; }
+.import-table-outter {
+ overflow-x: scroll; }
+
+.import-table {
+ padding-right: 15px; }
+ .import-table .inspect {
+ text-align: center;
+ width: 25px;
+ cursor: pointer; }
+ .import-table th, .import-table td {
+ text-align: left;
+ padding: 3px 5px; }
+
#app-settings-content:not(.ng-hide) {
height: 90px;
display: inherit !important;