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:
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user