<body class="yui3-skin-sam">

Rick Harding rick.harding at canonical.com
Wed Jul 24 22:03:53 UTC 2013


On Wed, 24 Jul 2013, Gary Poster wrote:

> Hey Rick.  The yui3-skin-sam class on the body is throwing some of our
> css off--in particular the dialogs (for instance, try to destroy a
> service from the environment on comingsoon.jujucharms.com (bad) vs on
> jujucharms.com (good).
> 
> The only reason people have identified for this need is (a) the zoom and
> (b) the tabview in the charm browser.  The zoom already has the class.
>  I plan to make this change:
> 
> === modified file 'app/index.html'
> --- app/index.html	2013-07-24 14:30:06 +0000
> +++ app/index.html	2013-07-24 21:39:37 +0000
> @@ -67,7 +67,7 @@
>      </script>
>    </head>
> 
> -  <body class="yui3-skin-sam">
> +  <body>
>        <!-- This <img> tag is here just to force early loading of the
> background
>          image so it displays more quickly.  This makes a large
> improvement to
>          the way the app looks while loading on a slow connection. -->
> @@ -164,7 +164,7 @@
>            <div id="content">
>                <div id="shortcut-help" style="display:none"></div>
>                <div id="subapp-browser-min" style="display: none;"></div>
> -              <div id="subapp-browser"></div>
> +              <div id="subapp-browser" class="yui3-skin-sam"></div>
>                <div id="main">
>                </div> <!-- /container -->
>            </div>
> 
> 
> Is that alright?
> 
> Thanks
> 
> Gary

This will effect the autocomplete overlay. I had added it in a branch at
the same time bac added it for the slider. In my autocomplete branch I
reversed 'side effects' I could find in the tabview and such. I can test
out autocomplete and see if there's another place to add it that can
assist. It would need to go into the search widget html, but I'll need to
verify 100% that the hidden div for the autocomplete results is added
within that container and not outside.

-- 

Rick Harding

Cloud Engineering
https://launchpad.net/~rharding
@mitechie



More information about the Juju-GUI mailing list