Commit Graph
18 Commits
Author SHA1 Message Date
pginer 9a64cd81aa Merge remote-tracking branch 'origin/lint-fixes' into lint-fixes
Conflicts:
	css/jquery.uls.lcd.css
2012-11-19 17:37:21 +01:00
pginer 27039e1141 Fixes CSSLint issues for jquery.uls.css
CSS adjustments and JS modifications (adding classes to HTML elemnts)
to solve issues reported by CSS Lint when validating jquery.uls.css
2012-11-19 17:26:34 +01:00
pginer 30fbfbac71 Fixes CSSLint issues for jquery.uls.css
CSS adjustments and JS modifications (adding classes to HTML elemnts)
to solve issues reported by CSS Lint when validating jquery.uls.css
2012-11-19 16:53:56 +01:00
pginerandSanthosh Thottingal 6fa03963f1 Fixes CSSLint issues for jquery.uls.lcd.css
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
2012-11-19 20:13:12 +05:30
pginer f1c2216c4c Fixes CSSLint issues for jquery.uls.lcd.css
CSS adjustments and JS modifications (adding classes to HTML elements)
to solve issues reported by CSS Lint when validating jquery.uls.lcd.css
2012-11-19 12:49:50 +01:00
pginer 6a9771e4f1 Added prefixes and reorder transition properties
Vendor prefixes and proper order is set for the transition property.
2012-11-16 13:28:47 +01:00
pginer de0a2427f3 Another spacing fix
Spacing CSS fix about the lack of space before a bracket.
2012-11-15 11:54:30 +01:00
pginer b609c455c2 Fix little spacing issues
To comply with our code guidelines, a newline has been added to separate two css rules as noted by Nikerabbit.
2012-11-15 11:51:35 +01:00
pginer c684953fe2 CSS to avoid style clash with link color on map labels
Map labels are shown as blue when the ULS is integrated with MediaWiki.
This commit:
* Changes the hidding label strategy to be based on modifying the opacity (not the color of links).
* Specifis the label color explicitly to avoid CSS conflicts.
2012-11-15 10:35:40 +01:00
pginer 23c6b0c829 Map simplifications
Show map labels only when needed to simplify the map.
2012-11-06 14:46:28 +01:00
pginer 24dc71bcdd Smal fix to align links under the title
Whenlinks are included under the ULS title (e.g., go back to display settings),
they need the same padding as the title to be aligned.
This commit does so.
2012-10-17 17:15:55 +02:00
pginer 89a502fdb5 Emphasize search bar and better connection to the list
The style for the search zone has been modified to emphasize it,
 and margins for the language list have been modified to avoid blank separation between search bar and the list.
2012-10-17 13:29:54 +02:00
pginer c4b5de7ad9 Lighter version of the world map 2012-09-26 14:50:29 -07:00
pginer 08b9a2828f Fix to allow using the ULS when it is bigger than the viewport
Small fix that make global scrolling to affect the ULS (using absolute positioning instead of fixed).
It solves the problem behind bug 39414 without the need for making the window draggable.

Change-Id: Icc3ca81c4b48040b38a5efb42422bdb53e0e2422
2012-08-31 12:16:11 +02:00
pginerandSanthosh Thottingal bc98b8ff1d CSS adjustments on color and sizes
Small adjustments on color to make it compliant with the Agora palette,
cross-browser gradient code added according to CSS WMF guidelines, and
adjustment of element sizes.

And whitespace and new line cleanups

Change-Id: I08890009eff9ed5edec77855467529eb07eaeb57
2012-08-17 17:23:39 +05:30
pginer 487275877d Fix bug 39417 - Scrollbars appear for ULS regions
Modified overflow property to avoid vertical scrollbars.

Change-Id: I93fdb98207348e8b105c223f3d4518b8bbed9bee
2012-08-16 10:46:37 +02:00
pginer 87897014fc CSS fixes for colors and size consistency
Small CSS adjustments to:
* Reduce ULS vertical size to adapt to the 8-row layout.
* Use more contrast in colors to better comply with WCAG.
* Add overflow properties to regions in map to avoidlong texts to overlap.

Change-Id: I0498f68e32b978f2e1d8c2d4c5e788c71483590d
2012-08-15 14:24:53 +02:00
pginerandAmir E. Aharoni a9dfdd28b4 Fixes to avoid fragmentation in the language list
Adjustments in the language layout to make it easy to scan through
the language list and distinguish the different script groups:

* Removed the empty spacing row between groups.
* Changed the maximum number of languages in a column.
* Changed the order of script groups for better discoverability.

Change-Id: If223ae65bfec256c56d6092628b3999dfd02a119
2012-08-14 13:53:03 +03:00