From e16cd6b32fc43c4cd10d16abd211ebc5973c2659 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Fri, 4 Jul 2014 11:23:17 +0200 Subject: [PATCH] btn style --- portal/static/css/onelab.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index c49c5506..6e272d9f 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -63,6 +63,7 @@ button.btn-default:active { background-color:white; border:1px solid #ADADAD; border-bottom:1px solid #ADADAD; + margin-top:2px; box-shadow:none; } button.btn-primary { @@ -73,6 +74,7 @@ button.btn-primary:hover { } button.btn-primary:active { box-shadow:none; + margin-top:2px; } button.btn-danger { border-bottom:2px solid #FF7394; @@ -83,6 +85,7 @@ button.btn-danger:hover { button.btn-danger:active { border:1px solid #D2322D; box-shadow:none; + margin-top:2px; } button.btn-onelab { border:0; @@ -99,6 +102,7 @@ button.btn-onelab:hover { button.btn-onelab:active { box-shadow:none; border-bottom:1px solid #540086; + margin-top:2px; } /***** Notifications *****/ .warning { -- 2.43.0