Page 1 of 1
Correc size in the TAB bar
PostPosted:Thu Dec 03, 2015 5:02 am
by kknd
Who do I can correct this ?
Edit bigfont.css ????
See
CORRET:
WRONG (the tab cut)

Re: Correc size in the TAB bar
PostPosted:Sat Dec 05, 2015 11:28 am
by jllort
Which OpenKM version are you using ?
Re: Correc size in the TAB bar
PostPosted:Sat Dec 05, 2015 10:02 pm
by kknd
Openkm-6.3.1-community-windows-installer.exe
Re: Correc size in the TAB bar
PostPosted:Sun Dec 06, 2015 7:00 pm
by jllort
Which browser and version are you using ? And which Operating System.
The default css file is styles.css if you have not changed to bigfont in profiles that should be the file to be modified ( if you have changed , check first styles.css to detect if it's a problem on the bigfont.css ).
Re: Correc size in the TAB bar
PostPosted:Mon Dec 07, 2015 5:54 am
by kknd
I found the correction:
edit the bigfont.css , height : 17px; to 22px
Code: Select all.gwt-TabBar .gwt-TabBarItem {
white-space: nowrap;
border: 1px solid #bbb;
border-right: 1px solid #666;
padding: 2px 7px 2px 7px;
background-color: #DDDDDD;
cursor: pointer;
cursor: hand;
height : 22px;
}
.gwt-TabBar .gwt-TabBarItem-selected {
white-space: nowrap;
font-weight: bold;
background-image: none;
background-color: #EBEBEB;
border: 1px solid #bbb;
border-bottom: 1px solid #fff;
border-right: 1px solid #666;
padding: 2px 7px 2px 7px;
cursor: pointer;
cursor: hand;
height : 22px;
}
Re: Correc size in the TAB bar
PostPosted:Tue Dec 08, 2015 6:07 pm
by jllort
I have already corrected in source code. You can try nightly build
http://integration.openkm.com/ ( tomorrow ).