Fix remove button display for external storage

This commit is contained in:
Michael Gapczynski 2012-08-12 15:20:31 -04:00
parent 53f117c01a
commit be32625fcc
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.error { color: #FF3B3B; }
td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; }