* Add sort function for doclib.

This commit is contained in:
daitingting
2017-04-25 14:10:08 +08:00
parent 24fdb413be
commit 10bb432212
8 changed files with 66 additions and 11 deletions
+2
View File
@@ -5,6 +5,8 @@
.lib .file-icon{margin-bottom:5px;}
.lib .lib-name{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.lib:hover, .lib:focus, .lib:active {border-color: #2e6dad; background-color: #EBF2F9; color: #2e6dad}
.lib .icon-move{display: none; position: relative; top: -10px; right : -70px;}
.lib:hover .icon-move{display: inline-block; cursor: move;}
.w-lib-p100{width:100%;}
.w-lib-p50{width:45%;}
.w-lib-p33{width:30%;}