Commit fcc17d4d by Danyi Bence

wm:hover updated

parent 3da0de7b
...@@ -117,7 +117,9 @@ a:link,a:visited{ ...@@ -117,7 +117,9 @@ a:link,a:visited{
float: left; float: left;
} }
.wm .status{ .wm .status{
text-align: right;
float: right; float: right;
width: 60px;
} }
.wm .id{ .wm .id{
float: right; float: right;
...@@ -132,11 +134,15 @@ a:link,a:visited{ ...@@ -132,11 +134,15 @@ a:link,a:visited{
.file-list .info{ .file-list .info{
float: right; float: right;
width: 60px; width: 60px;
text-align: right;
} }
.wm .actions{ .wm .actions{
float: right; float: right;
width: 60px;
margin-left: 5px; margin-left: 5px;
display: none;
}
.wm:hover .actions{
display: block;
} }
.wm .actions a{ .wm .actions a{
height: 16px; height: 16px;
......
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 sign in to comment