|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[gatewiki-commits] SF.net SVN: gatewiki:[1744] trunkRevision: 1744
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1744&view=rev Author: ian_roberts Date: 2009-10-25 13:19:39 +0000 (Sun, 25 Oct 2009) Log Message: ----------- More specific selectors in case there's another horizontal menu on the page apart from the one in the header - we only push the header one across to miss the left bar, leave any non-header ones where they are. Modified Paths: -------------- trunk/cow/grails-app/views/layouts/cowpage.gsp trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp Modified: trunk/cow/grails-app/views/layouts/cowpage.gsp =================================================================== --- trunk/cow/grails-app/views/layouts/cowpage.gsp 2009-10-24 11:08:41 UTC (rev 1743) +++ trunk/cow/grails-app/views/layouts/cowpage.gsp 2009-10-25 13:19:39 UTC (rev 1744) @@ -13,11 +13,11 @@ <g:if test="${leftBar}"> <!-- shift the top bar over to miss the left bar --> <style type="text/css" media="screen"> - .horizontal ul { + #header .horizontal ul { padding-left: 10em; } - .horizontal ul ul { + #header .horizontal ul ul { padding-left: 0; } </style> Modified: trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp =================================================================== --- trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp 2009-10-24 11:08:41 UTC (rev 1743) +++ trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp 2009-10-25 13:19:39 UTC (rev 1744) @@ -13,11 +13,11 @@ <g:if test="${leftBar}"> <!-- shift the top bar over to miss the left bar --> <style type="text/css" media="screen"> - .horizontal ul { + #header .horizontal ul { padding-left: 10em; } - .horizontal ul ul { + #header .horizontal ul ul { padding-left: 0; } </style> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ gatewiki-commits mailing list gatewiki-commits@... https://lists.sourceforge.net/lists/listinfo/gatewiki-commits |
| Free embeddable forum powered by Nabble | Forum Help |