Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 509
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 660
Total: 660

Transmigration for RC4

Started by willemjan, Nov 13, 10, 10:58:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

willemjan

Hey there Crip,

I have found 1 bug and 1 possible bug.

The bug (look at scrnsht1.jpg) is the background of the titles. On the left side there seems to be an wrong image.

The possible bug (look at scrnsht2.jpg) is the size of the catagorie names. They look quite ok on the screenshot, but they are quite big actually...

Any clues on both?

[attachment deleted by admin]

Linda

Hello willemjan,
I had that problem too with the background of the titles in the simpleportal and this is the simpleportal's team answer

Crip

HI,
seems like either an IE bug or SP causing that , i have read it this was showing up .. ??
---- most likely cuz here it shows SP in 'Admin'..?

[ath]


[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Crip, Linda,

It was indeed simpleportal cousing that bug. I did what was suggested on SP.net and it was fixed. Thank you!

Could you tell me how I can reduce the font-size on the forum-index (see my scrnshot2.jpg, at the bottom you see a bit of the info-center wich does display right)?

Crip

Quote from: willemjan on Nov 13, 10, 11:19:11 AM
Could you tell me how I can reduce the font-size on the forum-index (see my scrnshot2.jpg, at the bottom you see a bit of the info-center wich does display right)?
--
in your css/index.css find :


/* Styles for rounded headers.
------------------------------------------------------- */
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, .table_list tbody.header td
{
   overflow: hidden;
   height: 31px;
   line-height: 32px;
   font-size: 1.2em;
   font-weight: bold;
}


Replace with :


/* Styles for rounded headers.
------------------------------------------------------- */
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, .table_list tbody.header td
{
   overflow: hidden;
   height: 31px;
   line-height: 32px;
   font-size: 12px;     <=See=>
   font-weight: bold;
}
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

That worked, but not for the board index page. Any clue?

[attachment deleted by admin]

Crip

Do this css/index.css :
Add Like this :

.table_grid thead th {
   background:url("../images/theme/main_block.png") no-repeat scroll -10px -160px transparent;
   color: white;
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   height: 28px;
}

[/code]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

And where should I add that? It didn't work...

Crip

  • TableGrids
    It worked here .. was font-size: 1.1em;   Fix is  font-size: 12px;
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Woops, yeah sorry misread your post. Problem fixed!  O0

Thanks allot  :laugh: