Split the logo.png into two files to enable splash page branding
This copies logo.png into logo-splash.png and updates the stylesheet so that the splash screen references the latter. This facilitates changing the branding on the splash page only. Fixes Bug 1102769 Change-Id: Ifd6d213794489dd2664a7124a2d663e390d82331
This commit is contained in:
parent
b8071bcce7
commit
edb64d9ed8
BIN
openstack_dashboard/static/dashboard/img/logo-splash.png
Normal file
BIN
openstack_dashboard/static/dashboard/img/logo-splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -112,7 +112,7 @@ body {
|
||||
}
|
||||
|
||||
#splash .login {
|
||||
background: #fff url(/static/dashboard/img/logo.png) no-repeat center 35px;
|
||||
background: #fff url(/static/dashboard/img/logo-splash.png) no-repeat center 35px;
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
left: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user