Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Esthetical message placement
Avatar
SPQC
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 6:13 pm

When you hover a message and popup the tollbox, after click to move the message, the "New topic name" is not well positionned I think.  I think it should at least be left alligned with the box just under, or maybe centered.

 

If not clear, I'll add a screenshot.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 7:32 pm

might need to because I dont see what you are referring to...

move.pngImage Enlarger

Avatar
SPQC
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:16 pm

Weird...  to make sure it wasn't the theme I modified a bit, I loaded another one and it's the same :

gl.pngImage Enlarger

Looking with Firebug, it looks like the Suffusion theme I use have this :

 

p, .p { text-align: left; }
 
This could be pretty common so an idea could by to ID it to target it properly?
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:19 pm

and this is a custom theme, right?

do you have a link to it?  though, actually, we probably wont have permission to use the forum tools...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:22 pm

here is the inspection with firebug... note the spCenter that should make it center...

Image1.jpgImage Enlarger

Avatar
SPQC
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:23 pm

oops I edited my post while you were replying.  Read above post again.

Avatar
SPQC
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:24 pm

Mr Papa said

here is the inspection with firebug... note the spCenter that should make it center...

Image1.jpgImage Enlarger

Can't read, too small.  rolleys

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:25 pm

no, we are not going to tie an id or class to every p tag... crazy... and would make for a huge css file..

but you could adjust the reset.css to do that (and we will discuss that too) or just add it to your custom theme...

Avatar
SPQC
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 8:38 pm

Mr Papa said

but you could adjust the reset.css to do that

How?  I see

 

#spMainContainer p,
 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: transparent;
    font-family: <?php echo($mainFontFamily); ?>;
    font-size: 1em;
    line-height: <?php echo($mainLineHeight); ?>;
    min-height: 0;
    min-width: 0;
    float: none;
}

 

but don't know how to reset text-align to nothing.  And if I put center in there then everything will get centered by default?

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2012 - 9:59 pm

Your usage of the Suffusion theme caught my eye since I use it on several sites.

You are right that it has a text align for '<p>' that is causing the problem. I am thinking that in this case it is not even needed.

After looking I see the reassign also needs to be centered. I will bring up on the bug/improvements tacking site for discussion.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626