Skip to content
Snippets Groups Projects
Commit 6fd6df81 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix css

parent 2a85fb54
Branches
Tags
No related merge requests found
...@@ -2254,6 +2254,9 @@ td.nobottom, td.nobottom { ...@@ -2254,6 +2254,9 @@ td.nobottom, td.nobottom {
div.liste_titre .tagtd { div.liste_titre .tagtd {
vertical-align: middle; vertical-align: middle;
} }
div.liste_titre {
box-shadow: 2px 2px 4px #CCC;
}
div.liste_titre { 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 */ 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment