- Posts: 14116
- Thank you received: 1639
RESOLVED: Reduce Width of User9 Module Position
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
12 years 10 months ago #18906
by ivan.milic
Replied by ivan.milic on topic Re: Reduce Width of User9 Module Position
it looks ok to me, hot do I produce problem.
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago #18918
by scottshort
Replied by scottshort on topic Re: Reduce Width of User9 Module Position
Hi Ivan
I want login "lock" icon to be on right next to "login" text. If I add the command FLOAT: RIGHT; to the mod_cdlogin.css file, the lock moves into perfect position, but then the search module gets moved up in a wierd way. I can have both text [greeting] and icon [logout "x"] above the search module without the search module moving.... there is something strange about the login lock icon....
I CAN SEE PROBLEM IN FIREBUG BY ADDING FLOAT: RIGHT; TO THE CODE BELOW:
mod_cdlogin.css (line 82)
div.cd_moduletitle_logo {
background-image: url("../images/cdlogin_moduletitle.png") !important;
background-repeat: no-repeat !important;
height: 18px;
line-height: 19px;
margin-right: 3px;
}
Please check moderator for login password so you can see effect in Firebug when you login and logout.
Thanks Ivan
I want login "lock" icon to be on right next to "login" text. If I add the command FLOAT: RIGHT; to the mod_cdlogin.css file, the lock moves into perfect position, but then the search module gets moved up in a wierd way. I can have both text [greeting] and icon [logout "x"] above the search module without the search module moving.... there is something strange about the login lock icon....
I CAN SEE PROBLEM IN FIREBUG BY ADDING FLOAT: RIGHT; TO THE CODE BELOW:
mod_cdlogin.css (line 82)
div.cd_moduletitle_logo {
background-image: url("../images/cdlogin_moduletitle.png") !important;
background-repeat: no-repeat !important;
height: 18px;
line-height: 19px;
margin-right: 3px;
}
Please check moderator for login password so you can see effect in Firebug when you login and logout.
Thanks Ivan
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18926
by ivan.milic
Replied by ivan.milic on topic Re: Reduce Width of User9 Module Position
in this file:
/j25hotstart/modules/mod_cdlogin/tmpl/css/mod_cdlogin.css
you have this:
div.cd_moduletitle_logo {
background-image: url(../images/cdlogin_moduletitle.png) !important;
background-repeat: no-repeat !important;
height: 18px;
line-height: 19px;
margin-right: 3px;
}
adding this two properties would move image to right and text little bit to left to to cover image:
background-position: top right;
padding-right: 30px;
/j25hotstart/modules/mod_cdlogin/tmpl/css/mod_cdlogin.css
you have this:
div.cd_moduletitle_logo {
background-image: url(../images/cdlogin_moduletitle.png) !important;
background-repeat: no-repeat !important;
height: 18px;
line-height: 19px;
margin-right: 3px;
}
adding this two properties would move image to right and text little bit to left to to cover image:
background-position: top right;
padding-right: 30px;
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago #18946
by scottshort
Replied by scottshort on topic Re: Reduce Width of User9 Module Position
Thanks Ivan ... it worked and finally it looks great! This was driving me nuts.
Still don't understand why the "lock" icon responded differently than the "x" icon, but at this point, I don't care and it is off to the next problem.
Thanks again for your patience and support.
Regards
Scott
Still don't understand why the "lock" icon responded differently than the "x" icon, but at this point, I don't care and it is off to the next problem.
Thanks again for your patience and support.
Regards
Scott
Please Log in to join the conversation.
Time to create page: 0.104 seconds