Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
-
- CommentAuthorStarAlchemist
- CommentTimeJul 13th 2008
Hello,
I have installed Vitality blue, but the background on the chat is too dark to see the text. How do I change that without messing up any other part of the site? Also, I would like to have the login block on the front page, but in Vitality,the boxes are small and off to the right too much, is there a way to adjust that? I get the same result in IE7 or Firefox.
-
-
CommentAuthorptrkmkl
- CommentTimeJul 13th 2008
There is nothing broken about the login fields. This is the default width of the input elements within Moodle. It may look strange, though, if you have the login block in the left column. Therefore, to change the width of the input elements, place the following somewhere in styles.css:
.block_login .loginform .fld input {width:90px;}And, of course, feel free to edit the width value to your preference.
-
-
-
CommentAuthorptrkmkl
- CommentTimeJul 13th 2008
The chat module is very tricky to style. Nevertheless, this should strip it down enough to be useable:
/* Chat */ body.mod-chat-gui_header_js, body.mod-chat-gui_header_js #content, body.mod-chat-gui_header_js .i1, body.mod-chat-gui_header_js .i2, body.mod-chat-gui_header_js .i3 { background: none !important; width:auto !important }Add the above to the bottom of styles.css.
-
-
- CommentAuthorStarAlchemist
- CommentTimeJul 16th 2008
Thank you so much! Both fixes worked perfectly!
1 to 4 of 4

