On 12/02/2009 05:23 PM, jvdrean (SVN) wrote:
> Author: jvdrean
> Date: 2009-12-02 17:23:27 +0100 (Wed, 02 Dec 2009)
> New Revision: 25403
>
> Modified:
>     
> platform/skins/trunk/albatross/src/main/resources/albatross/colorsblack.css
>     
> platform/skins/trunk/albatross/src/main/resources/albatross/screenlayout.css
>     platform/skins/trunk/albatross/src/main/resources/albatross/style.css
>     platform/skins/trunk/colibri/src/main/resources/colibri/colibri.css
>     platform/skins/trunk/toucan/src/main/resources/toucan/toucan.css
>     
> platform/xwiki-applications/trunk/panels/src/main/resources/Panels/Navigation.xml
>     
> platform/xwiki-applications/trunk/panels/src/main/resources/Panels/PanelWizard.xml
>     
> platform/xwiki-applications/trunk/panels/src/main/resources/Panels/RightsHelp.xml
>     
> platform/xwiki-applications/trunk/panels/src/main/resources/Panels/RightsTips.xml
> Log:
> XAPANELS-98 : Accordion section titles arbitrarily use level 6 headings
> XSALBATROSS-71 : Accordion section titles arbitrarily use level 6 headings
> XSTOUCAN-137 : Accordion section titles arbitrarily use level 6 headings
> XSCOLIBRI-160 : Accordion section titles arbitrarily use level 6 headings
>
> Modified: 
> platform/skins/trunk/albatross/src/main/resources/albatross/colorsblack.css
> ===================================================================
> --- 
> platform/skins/trunk/albatross/src/main/resources/albatross/colorsblack.css   
>     2009-12-02 16:22:14 UTC (rev 25402)
> +++ 
> platform/skins/trunk/albatross/src/main/resources/albatross/colorsblack.css   
>     2009-12-02 16:23:27 UTC (rev 25403)
> @@ -520,7 +520,7 @@
>     border-top: 1px solid #384554 !important;
>     border-bottom: 1px solid #384554 !important;
>   }
> -.panel .accordionTabTitleBar h6{
> +.panel .accordionTabTitleBar h1{

This might break the layout for other custom accordions. It would be 
better to leave the old rule in place, too

.panel .accordionTabTitleBar h6, .panel .accordionTabTitleBar h1 {

>     margin: 0px;
>     color: #FFF !important;
>     font-style: normal !important;
> @@ -531,7 +531,7 @@
>     border-bottom: 2px solid #384554 !important;
>     border-top: 1px solid #384554;
>   }
> -.panel .accordionTabTitleBar h6:hover{
> +.panel .accordionTabTitleBar h1:hover{
>     background: transparent url("icons/black-more-3.png") right center 
> no-repeat !important;
>   }


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to