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-29 01:22:28 +0300
committerbrantje <brantje@gmail.com>2016-09-29 01:22:28 +0300
commit93ecc5903639c8218a5178d1eb8b92942ec62033 (patch)
tree000f3a09146eb8dd53425318d59ae2188c777cc8 /css/app.css
parent101f137db596e766f01aad538626c360621466db (diff)
Few minor ui tweaks
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/app.css b/css/app.css
index 0b584fed..36facb16 100644
--- a/css/app.css
+++ b/css/app.css
@@ -147,7 +147,7 @@
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9; }
#app-content #app-content-wrapper .title {
- width: calc( 100% - 325px);
+ width: calc( 100% - 370px);
text-align: center;
display: inline-block;
font-weight: bold;
@@ -379,7 +379,8 @@
vertical-align: middle; }
#app-content #app-content-wrapper .app_sidebar .tags {
margin-top: 15px;
- margin-bottom: 15px; }
+ margin-bottom: 15px;
+ float: none; }
#app-content #app-content-wrapper .app_sidebar .tags .tag {
background-color: rgba(240, 240, 240, 0.9);
padding: 4px;