Jimmy
- 769
- 38
cepheid said:I find that if the window width is made too narrow, the login info appears superimposed on the site logo, as shown in the attached screenshot. This is in Chromium Version 20.0.1132.47 on Ubuntu 12.04. I'm not sure if there is any way around this problem though.
Positioning the logo on the left side would help. I did that myself with a user stylesheet.
edit:
If you can find the custom.css file for chromium, try placing the following CSS in it:
Code:
div[style="float:right; width:54%;"] { float: left !important; }
/home/username/.config/chromium/Default/User StyleSheets/Custom.css
Last edited: