From 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 31 Dec 2014 12:37:15 -0500 Subject: Acl refactoring --- assets/css/alert.css | 3 ++- assets/css/app.css | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/alert.css b/assets/css/alert.css index 14e26c91..99dc417c 100644 --- a/assets/css/alert.css +++ b/assets/css/alert.css @@ -74,6 +74,7 @@ } } +#main .alert, .page .alert { margin-top: 10px; -} \ No newline at end of file +} diff --git a/assets/css/app.css b/assets/css/app.css index 970030e4..3e579918 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -523,9 +523,11 @@ a.btn-blue:focus, } } +#main .alert, .page .alert { margin-top: 10px; -}/* tooltip */ +} +/* tooltip */ .tooltip-arrow:after { background: #fff; border: 1px solid #aaaaaa; -- cgit v1.2.3