google-code-backups / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

loadtab.php and nav-tab styling #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I just wanted to point out that in the latest revision there needs to be a 
slight css fix.

I am building a plugin that uses loadtab.php. I did a bit digging to figure out 
how to make it appear selected in the main nav tabs.

I ended up having to add my own styles to the header because:

#loadtab .wrapper .nav li a.current

was missing from the nav css.

Original issue reported on code.google.com by ch...@talkington.info on 23 Jan 2012 at 12:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r639.

Original comment by MichaelS...@gmail.com on 23 Jan 2012 at 2:05

GoogleCodeExporter commented 8 years ago
I am having an issue with the patch. It has disabled nav-tab hover effect for 
loadtab tabs and doesn't change based on having current class. I think the 
following needs to be added just after line 159 and the other bit removed:

#loadtab .wrapper .nav li a.current

Original comment by ch...@talkington.info on 23 Jan 2012 at 5:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r647.

Original comment by MichaelS...@gmail.com on 6 Feb 2012 at 1:29

GoogleCodeExporter commented 8 years ago
Removed styling as requested and added line to 159. 

Original comment by MichaelS...@gmail.com on 6 Feb 2012 at 1:30