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 11:05:57 +0300
committerbrantje <brantje@gmail.com>2016-09-29 11:05:57 +0300
commit95a870a740c2bb50ed0ba109b06146dc1cc34c8e (patch)
tree06ebf4fb02dd60f6b688069a06c4e43ac89f4cb8 /css/app.css
parent1bcaef4405ee71accc510eb8cb098cd539371b90 (diff)
Decrease title width
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index 36facb16..290057e7 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% - 370px);
+ width: calc( 100% - 375px);
text-align: center;
display: inline-block;
font-weight: bold;