ResourceLoader's CSSMin scopes each /* @embed */ to the rule immediately below
it, not the entire block. This patch adds the pragma for the image assets
which were omitted.
A couple of fixes:
* Rule to avoid the back link to be underlined when it is rendered as
a button for the compact version of ULS.
* Fix for a 1px misalignment between search box and suggestion (the
1px is needed only when search box has a 1px border)
Added styles for links that are inserted in the header of the list
to allow the user to go back for multi-step dialogs.
Change-Id: I062086e23d0d5275fd577d9977313b0ac25cf014
A searchable list for scenarios where users need to
type/select a language (or more) as input.
The list is made more compact by removing secondary
aids from the ULS to focus on the input task.
Since the search information shown when no elements are found is no longer
the element at the bottom, there is no need for rounded bottom corners that match the ULs panel.
This provides support for adapting the ULs to small screens:
* A mobile-specific CSS, that is only applied when the ULS uses .uls-mobile class, has been created (based on Foundation.css mobile rules + some specifics) to support mobile-specific classes.
* The core HTML has been modified to include some clases that in case mobile CSS is enabled dictate which elements can behidden and the number of columns to use in the mobile grid (4-column based).
* An index-mobile.html example has been set-up to illustrate the changes. Some of the changes required for a correct mobile experience are still done with JQuery modifications. Someone should probably update the ULS API to allow the inclusion of optional classes (such as uls-mobile) and overriding positioning parameters.
Transition property has been adjusted for the search bar to affect only the border.
Initially it was set to all when only the border changes.
Apart of efficiency reasons, when zooming a glitch was produced.
CSS adjustments and JS modifications (adding classes to HTML elements)
to solve issues reported by CSS Lint when validating jquery.uls.lcd.css
Change-Id: Ic604984b1a677f0e18796d6ce131736d6b9d6c3a