Commit 98c5ef02 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DocTable] FIX CSS (flex is magic).

parent 2f64a17d
......@@ -57,6 +57,18 @@ li#rename #rename-a {
text-decoration: none;
}
#search-popup-tooltip {
position: absolute;
left: 300px;
top: -300px;
background-color: white;
z-index: 1000;
}
#search-popup-tooltip:hover {
border: none;
text-decoration: none;
}
#create-node-tooltip {
position: absolute;
left: 96px;
......@@ -167,4 +179,8 @@ li:hover a#rename-leaf {
padding-right: 6px;
}
.tagDoc {
display: flex;
}
/*# sourceMappingURL=Login.css.map */
......@@ -171,5 +171,5 @@ li
.reload-btn
padding-right: 6px
.tagDoc
display: flex
......@@ -74,7 +74,7 @@ cat2score Topic = 3
cat2score Favorite = 4
-- caroussel :: Category -> R.Element
caroussel session nodeId setLocalCategories r cat = H.div {} divs
caroussel session nodeId setLocalCategories r cat = H.div {className:"tagDoc"} divs
where
divs = map (\c -> if cat == c
then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment