Hi
Yes, it was on purpose.
But if you want it, you can have it by following this steps:
Open ../css/gk_stuff.css file and find this line:
- Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 { display: none; }
comments this line, like this:
- Code: Select all
/*div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 { display: none; }*/
On same page, add this lines:
- Code: Select all
/* Tabs buttons pagination */
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {width: 10px;height: 10px;background-image: url('../images/style1/gk_nsp_interface.png'); cursor: pointer; position: absolute; top: 10px;right: 12px;text-indent: -999em!important;display:block;}
div.gk_tab_button_prev-style1:hover {background-position:left -11px;}
div.gk_tab_button_next-style1 {top: 10px;right: 0;background-position:right 0}
div.gk_tab_button_next-style1:hover {background-position:right -11px;}
Next, open style1.css file and add this line:
- Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style1/gk_nsp_interface.png')!important;}
On style2.css file add this line:
- Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style2/gk_nsp_interface.png')!important;}
Finally on style3.css file add this line:
- Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style3/gk_nsp_interface.png')!important;}
This should be the result:
screen_2011-04-01.png
Cheers