mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
remove unneeded extra ID selectors
This commit is contained in:
parent
bf4efd5290
commit
dce7cdaaec
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
position: relative;
|
||||
display: inline;
|
||||
}
|
||||
#uploadprogresswrapper #uploadprogressbar {
|
||||
#uploadprogressbar {
|
||||
position:relative;
|
||||
float: left;
|
||||
margin-left: 12px;
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
height: 26px;
|
||||
display:inline-block;
|
||||
}
|
||||
#uploadprogresswrapper #uploadprogressbar + stop {
|
||||
#uploadprogressbar + stop {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue