From 93ecc5903639c8218a5178d1eb8b92942ec62033 Mon Sep 17 00:00:00 2001 From: brantje Date: Thu, 29 Sep 2016 00:22:28 +0200 Subject: Few minor ui tweaks --- css/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css/app.css') 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; -- cgit v1.2.3