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-14 23:50:14 +0300
committerbrantje <brantje@gmail.com>2016-09-14 23:50:14 +0300
commit7f0f297aa35deeae48c8d7c581288743ce835a29 (patch)
tree470027254955089ff6426461cd203d0b497f5f22 /css/app.css
parent12258482121449a7e256d762fadb8ef2a7f4a5c4 (diff)
Improvements in credential field, showing items
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css28
1 files changed, 23 insertions, 5 deletions
diff --git a/css/app.css b/css/app.css
index 18c75977..dc01de4a 100644
--- a/css/app.css
+++ b/css/app.css
@@ -260,7 +260,7 @@
-webkit-box-shadow: 0px -4px 3px rgba(150, 150, 150, 0.75);
-moz-box-shadow: 0px -4px 3px rgba(150, 150, 150, 0.75);
box-shadow: 0px -4px 3px rgba(150, 150, 150, 0.75);
- padding-top: 10px;
+ padding: 10px;
position: absolute;
bottom: 0;
background-color: #eee;
@@ -268,12 +268,30 @@
right: 0;
display: none;
overflow-y: auto; }
- #app-content #app-content-wrapper .view_pane .row {
- margin-left: 0;
- margin-right: 0; }
#app-content #app-content-wrapper .view_pane.item_selected {
- height: 20%;
+ height: 25%;
display: inline-block; }
+ #app-content #app-content-wrapper .view_pane table {
+ width: 100%; }
+ #app-content #app-content-wrapper .view_pane table tr td:first-child {
+ width: 15%; }
+ #app-content #app-content-wrapper .view_pane table tr td {
+ width: auto;
+ white-space: nowrap;
+ height: 20px;
+ vertical-align: middle; }
+
+.credential_field {
+ overflow: hidden; }
+ .credential_field .cell, .credential_field .value {
+ float: left; }
+ .credential_field .tools {
+ margin-left: 10px;
+ overflow: hidden;
+ float: left; }
+ .credential_field .tools .cell {
+ cursor: pointer;
+ margin-right: 4px; }
.settings-container div {
padding-left: 15px; }