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-10-07 13:10:06 +0300
committerbrantje <brantje@gmail.com>2016-10-07 13:10:06 +0300
commit75daa37155d8be6d5bb74a074299cf88d7abc883 (patch)
tree228a669c739f9ad02c9cdccd8258b92b0afe7776 /css/app.css
parent5ddfd200d9fdfe3b4c3534110c209b3cdfe65a9c (diff)
Ditch the table, use bootstrap rows
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css25
1 files changed, 12 insertions, 13 deletions
diff --git a/css/app.css b/css/app.css
index 2eaa72b9..1fb83807 100644
--- a/css/app.css
+++ b/css/app.css
@@ -371,6 +371,9 @@
#app-content #app-content-wrapper .app_sidebar {
padding: 10px;
overflow-y: auto; }
+ #app-content #app-content-wrapper .app_sidebar h2 {
+ margin-bottom: 10px;
+ font-weight: 400; }
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
position: absolute;
top: 10px;
@@ -379,22 +382,13 @@
#app-content #app-content-wrapper .app_sidebar.item_selected {
height: 25%;
display: inline-block; }
- #app-content #app-content-wrapper .app_sidebar table {
- width: 100%;
- margin-bottom: 10px; }
- #app-content #app-content-wrapper .app_sidebar table tr:hover {
- background-color: #fff; }
- #app-content #app-content-wrapper .app_sidebar table tr td {
- padding: 2px;
- width: auto;
- white-space: nowrap;
- height: 25px;
- vertical-align: middle; }
- #app-content #app-content-wrapper .app_sidebar .tags {
+ #app-content #app-content-wrapper .app_sidebar .credential-data .row {
+ margin-bottom: 11px; }
+ #app-content #app-content-wrapper .app_sidebar .credential-data .tags {
margin-top: 15px;
margin-bottom: 15px;
float: none; }
- #app-content #app-content-wrapper .app_sidebar .tags .tag {
+ #app-content #app-content-wrapper .app_sidebar .credential-data .tags .tag {
background-color: rgba(240, 240, 240, 0.9);
padding: 4px;
margin-right: 3px; }
@@ -403,6 +397,11 @@
overflow: hidden; }
.credential_field .cell, .credential_field .value {
float: left; }
+ .credential_field .value {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 70%; }
.credential_field .tools {
margin-left: 10px;
overflow: hidden;