Mark readonly folders with a locker icon as in other components (T114)

This commit is contained in:
Aleksander Machniak 2015-11-06 11:50:57 +01:00
parent 13bc3a77e5
commit a293625dea

View file

@ -173,6 +173,24 @@
margin-top: 8px;
}
#files-folder-list li.readonly {
background-image: url(images/listicons.png);
background-position: right -1000px;
background-repeat: no-repeat;
}
#files-folder-list li.readonly {
background-position: 88% -14px;
}
#files-folder-list li.readonly a {
padding-right: 40px;
}
#files-folder-list li.readonly a.subscription {
padding-right: 0;
}
.filelist thead tr th {
padding: 0;
}