Merge pull request #9394 from owncloud/design-fix-rename
fix position of rename function, and text size
This commit is contained in:
commit
6c174813b6
1 changed files with 5 additions and 4 deletions
|
@ -230,10 +230,9 @@ table td.filename a.name {
|
||||||
}
|
}
|
||||||
table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
|
table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
|
||||||
table td.filename input.filename {
|
table td.filename input.filename {
|
||||||
width: 80%;
|
width: 70%;
|
||||||
font-size: 14px;
|
margin-top: 1px;
|
||||||
margin-top: 0;
|
margin-left: 48px;
|
||||||
margin-left: 2px;
|
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
|
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
|
||||||
|
@ -326,6 +325,7 @@ table td.filename .uploadtext {
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
top: 0;
|
||||||
margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
|
margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
|
||||||
}
|
}
|
||||||
/* Show checkbox when hovering, checked, or selected */
|
/* Show checkbox when hovering, checked, or selected */
|
||||||
|
@ -356,6 +356,7 @@ table td.filename .uploadtext {
|
||||||
}
|
}
|
||||||
#fileList tr td.filename>input[type="checkbox"] + label {
|
#fileList tr td.filename>input[type="checkbox"] + label {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
.select-all + label {
|
.select-all + label {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue