FIX css (some buttons not aligned)

This commit is contained in:
Laurent Destailleur 2019-10-16 13:55:29 +02:00
parent a9e57fa2b2
commit 9663205601
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@ if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
div.divButAction {
margin-bottom: 1.4em;
}
div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused {
div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete {
margin-bottom: 1.4em !important;
}
div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {

View File

@ -13,7 +13,8 @@ div.divButAction {
margin-bottom: 1.4em;
vertical-align: top;
}
div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused {
div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete {
margin-bottom: 1.4em !important;
}