1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/14865] Fix all fixable linting issues

PHPBB3-14865
This commit is contained in:
hanakin
2016-11-24 12:26:45 +01:00
parent 39572a3aa0
commit 452261e806
17 changed files with 2237 additions and 1552 deletions

View File

@@ -16,8 +16,8 @@
}
.attach-comment .inputbox {
resize: vertical;
width: 100%;
resize: vertical;
}
.attach-filesize {
@@ -28,7 +28,8 @@
width: 5%;
}
.attach-filesize, .attach-status {
.attach-filesize,
.attach-status {
text-align: center;
}
@@ -42,24 +43,25 @@
}
.file-total-progress {
height: 2px;
display: block;
position: relative;
display: block;
height: 2px;
margin: 4px -10px -6px -10px;
}
.file-progress {
background-color: #CCCCCC;
display:inline-block;
height: 8px;
background-color: #cccccc;
display: inline-block;
width: 50px;
height: 8px;
}
.file-progress-bar, .file-total-progress-bar {
background-color: green;
.file-progress-bar,
.file-total-progress-bar {
background-color: #008000;
display: block;
height: 100%;
width: 0;
height: 100%;
}
.file-status.file-working {
@@ -76,11 +78,11 @@
.file-status {
display: inline-block;
height: 16px;
width: 16px;
height: 16px;
}
.file-name {
max-width: 65%;
vertical-align: bottom;
max-width: 65%;
}