diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
commit | 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 (patch) | |
tree | 782a414d15f9091d04bcf3960a957f952958e548 /assets | |
parent | 66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (diff) |
Acl refactoring
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/alert.css | 3 | ||||
-rw-r--r-- | assets/css/app.css | 4 |
2 files changed, 5 insertions, 2 deletions
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; |