Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




V3.1 Huge tab font in issue view

web-app

Hi guys,

Congrats on the new version of Gemini. It looks great.

The one weird thing I've noticed is that the tab (Comments, Issue Watchers, Etc) font is huge causing the gemini window to be wider than the screen. So now I have to scroll horizontally the whole time.

Where can I fix this problem?

achuman
· 1
achuman
Replies (8)
helpful
0
not helpful

I just realised that its only on the AVG theme that it does that so I've changed my theme to the default one. Everything is looking 100% now!


achuman
· 1
achuman
helpful
0
not helpful

Tabs sizes are controlled by the .tab classes in the CSS file under the themes folder.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

it's like that on the BlueSteel theme too.


englea
· 1
englea
helpful
0
not helpful

actually, that's incorrect.

If you switch back to the default theme THEN choose your preferred theme, it displays properly.  Except for the AVG theme.  :(

Factor of CSS/IE caching maybe.


englea
· 1
englea
helpful
0
not helpful

I recant the previous post.  Fonts, much too large.


englea
· 1
englea
helpful
0
not helpful

Please check the 'Issues Grid Font Size' setting in the My Profile section.


Bikram
· 1
Bikram
helpful
0
not helpful

Changed it to XX-Small, no effect.


englea
· 1
englea
helpful
0
not helpful

Sorry guys, you can change this by amending the following section in the CSS file for your theme (under app_themes)

/***************/

/***************/

/* Tabs. /

/***************/

/****************/

.tabItem, .tabItem > a

{

background-color: white;

font-weight: bold;

font-size: x-small;

text-decoration: none;

cursor: pointer;

}

.tabItemSelected, .tabItemSelected > a

{

background-color: #E2E0E0;

color: gray;

font-weight: bold;

font-size: x-small;

text-decoration: none;

cursor: default;

}


Mark Wing
· 9108
Mark Wing