diff options
| author | Mate Bartus <mate.bartus@gmail.com> | 2016-01-29 17:06:23 +0100 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2016-01-29 17:17:59 +0100 |
| commit | 43cdb35b848b914d11cc1ccb57f84497a012db86 (patch) | |
| tree | 4830e6482afabb90081f34afea17c1c8aaa2860a /phpBB/adm | |
| parent | 3a4dae369ddfc85952591f4672be388cd7a85efb (diff) | |
| download | forums-43cdb35b848b914d11cc1ccb57f84497a012db86.tar forums-43cdb35b848b914d11cc1ccb57f84497a012db86.tar.gz forums-43cdb35b848b914d11cc1ccb57f84497a012db86.tar.bz2 forums-43cdb35b848b914d11cc1ccb57f84497a012db86.tar.xz forums-43cdb35b848b914d11cc1ccb57f84497a012db86.zip | |
[ticket/14438] Allign progressbar text to center
PHPBB3-14438
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/admin.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e38e1cc3d7..4bb9922d56 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2554,6 +2554,7 @@ fieldset.permissions .padding { #progress-bar { position: relative; width: 90%; + text-align: center; height: 25px; margin: 20px auto; border: 1px solid #cecece; @@ -2563,10 +2564,7 @@ fieldset.permissions .padding { position: absolute; top: 0; width: 100%; - text-align: center; - line-height: 25px; - font-weight: bold; - color: #fff; + color: #000; } #progress-bar #progress-bar-filler { @@ -2577,4 +2575,11 @@ fieldset.permissions .padding { background-color: #3c84ad; width: 0; height: 25px; + overflow: hidden; + color: #fff; +} + +#progress-bar p { + line-height: 25px; + font-weight: bold; } |
