mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/13740] Replace more spaces with tabs
PHPBB3-13740
This commit is contained in:
@@ -1801,7 +1801,7 @@ li.pagination ul {
|
||||
}
|
||||
|
||||
.warningbox {
|
||||
background-color: #fca600;
|
||||
background-color: #fca600;
|
||||
}
|
||||
|
||||
.successbox h3, .errorbox h3 {
|
||||
@@ -2523,28 +2523,28 @@ fieldset.permissions .padding {
|
||||
}
|
||||
|
||||
#progress-bar {
|
||||
position: relative;
|
||||
width: 90%;
|
||||
height: 25px;
|
||||
margin: 20px auto;
|
||||
border: 1px solid #cecece;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
height: 25px;
|
||||
margin: 20px auto;
|
||||
border: 1px solid #cecece;
|
||||
}
|
||||
|
||||
#progress-bar #progress-bar-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 25px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 25px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#progress-bar #progress-bar-filler {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #3c84ad;
|
||||
width: 0;
|
||||
height: 25px;
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #3c84ad;
|
||||
width: 0;
|
||||
height: 25px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user