This commit is contained in:
Laurent Destailleur 2015-08-31 18:01:36 +02:00
parent 2a85fb542a
commit 6fd6df81ca

View File

@ -2254,6 +2254,9 @@ td.nobottom, td.nobottom {
div.liste_titre .tagtd {
vertical-align: middle;
}
div.liste_titre {
box-shadow: 2px 2px 4px #CCC;
}
div.liste_titre {
min-height: 26px !important; /* We cant use height because it's a div and it should be higher if content is more. but min-height doe not work either for div */