1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-22 14:11:39 +00:00

Better display for tags in document list

This commit is contained in:
jendib
2013-08-07 13:51:29 +02:00
parent 395b528b4b
commit 1deda6e993
4 changed files with 38 additions and 1 deletions

View File

@@ -18,6 +18,27 @@
.label {
margin-left: 2px;
.full {
display: none;
}
}
&:hover {
.tags {
position: absolute;
margin-top: -10px;
.label {
.full {
display: inline;
}
.shorten {
display: none;
}
}
}
}
}
}