Artister31 and querytool horizontal tab is not shown

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/2/2012 4:52:38 AM
Gravatar
Total Posts 122

Artister31 and querytool horizontal tab is not shown

Hi, i'm Michele from Rome

I do use Artister31 on mojo 2.3.8.1 SQL and works fine BUT with one problem:

when I do use the embedded querytool in administration menu, after launching a query on a "large columns" table (means a table with a lot of columns) the horizontal tab at the bottom of query results is not shown as in mojo versions before.. so I can't scroll the columns as before

Can somebody help me ??? ... I've tried with a lot of the artisteer skin provided by default with Mojo....

thanks in advance

Michele

3/2/2012 9:01:51 AM
Gravatar
Total Posts 18439

Re: Artister31 and querytool horizontal tab is not shown

Hi,

In the next release of mojoPortal I will add a class on the body of that page so you could do this:

body.querytool { overflow-x:scroll; }

but for now you can solve it by this:

form[action="QueryTool.aspx"] { overflow-x:scroll; }

put it in the bottom of the style-artisteeroverrides.css

Hope that helps,

Joe

3/2/2012 9:35:18 AM
Gravatar
Total Posts 122

Re: Artister31 and querytool horizontal tab is not shown

Hi Joe,

welcome back from holidays....

your indication works great !! ... I see relax drives the world Cool

 

thank you so much

Michele

5/30/2012 5:09:43 AM
Gravatar
Total Posts 122

Re: Artister31 and querytool horizontal tab is not shown

Hi Joe,

running on 2.3.8.5 I do have still the same problem reported previuosly...

Did you then added the class on the body page : body.querytool { overflow-x:scroll; }

 

 thank you so much as usual

Michele

 

5/30/2012 6:15:48 AM
Gravatar
Total Posts 18439

Re: Artister31 and querytool horizontal tab is not shown

I added the class on the body, I did not add any CSS, you'll need to do that yourself.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.