From 3ea27ec779081bb052f9e5199948dcb210446f7d Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Wed, 14 Dec 2016 21:45:38 -0200 Subject: [PATCH] Fix alert message text --- view/css/main.css | 6 +++++- view/templates/index.html | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/view/css/main.css b/view/css/main.css index f296a47..0e48d7a 100755 --- a/view/css/main.css +++ b/view/css/main.css @@ -11,7 +11,11 @@ } #alert-container .alert-actions a { - padding: 10px 15px 10px 0px; + padding: 10px 0 10px 0px; +} + +#alert-container .alert-actions .btn { + vertical-align: baseline; } #main-container { diff --git a/view/templates/index.html b/view/templates/index.html index 29e5550..e43cb58 100755 --- a/view/templates/index.html +++ b/view/templates/index.html @@ -16,9 +16,9 @@ -- libgit2 0.21.2