mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
remove obsolete CSS, fix visual bug in share dialog #9255
This commit is contained in:
parent
d94d307f52
commit
a4c693dd75
1 changed files with 4 additions and 2 deletions
|
|
@ -307,8 +307,10 @@ table td.filename .nametext .innernametext {
|
|||
|
||||
/* for smaller resolutions - see mobile.css */
|
||||
|
||||
table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
|
||||
table td.filename form { font-size:14px; margin-left:46px; height: 40px; padding-top: 10px}
|
||||
table td.filename .uploadtext {
|
||||
font-weight: normal;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.ie8 input[type="checkbox"]{
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue