1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/14139] Swap ids for classes in css files

This commit is contained in:
Michael Miday
2015-09-14 16:26:07 +02:00
parent 70f1b08c69
commit 9e5e2ee3e2
11 changed files with 144 additions and 177 deletions

View File

@@ -1,9 +1,9 @@
#attach-panel-multi {
.attach-panel-multi {
display: none;
margin-bottom: 1em;
}
#file-list td {
.file-list td {
vertical-align: middle;
}
@@ -32,11 +32,11 @@
float: right;
}
#attach-row-tpl, .nojs .file-inline-bbcode {
.nojs .file-inline-bbcode {
display: none;
}
#file-total-progress {
.file-total-progress {
height: 2px;
display: block;
position: relative;
@@ -50,7 +50,7 @@
width: 50px;
}
.file-progress-bar, #file-total-progress-bar {
.file-progress-bar, .file-total-progress-bar {
background-color: green;
display: block;
height: 100%;