fixup! fixup! fixup! fixup! Fix default action for deleted shares
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
dff944b774
commit
b917f32529
1 changed files with 4 additions and 2 deletions
|
@ -312,7 +312,8 @@ table td.fileaction {
|
|||
width: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
table td.filename a.name {
|
||||
table td.filename a.name,
|
||||
table td.filename p.name {
|
||||
display: flex;
|
||||
position:relative; /* Firefox needs to explicitly have this default set … */
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -470,7 +471,8 @@ table td.selection {
|
|||
-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
|
||||
}
|
||||
|
||||
#fileList tr td.filename a.name label {
|
||||
#fileList tr td.filename a.name label,
|
||||
#fileList tr td.filename p.name label {
|
||||
position: absolute;
|
||||
width: 80%;
|
||||
height: 50px;
|
||||
|
|
Loading…
Reference in a new issue