pginer
ecfa8756bf
Make ULS ready for mobile
...
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.
2012-11-29 10:03:07 +01:00
Santhosh Thottingal
b34cbbe9d2
Limit the grid to 'grid' class
...
Change-Id: I60dd826ddee0861c05bc6b0cadc8bdc1eb3a6488
2012-11-28 14:59:56 +05:30
pginer
16062111ee
Consistent spacing
...
Fixes to make spacing consistent in rule heading and separation between rules.
2012-11-26 15:07:29 +01:00
pginer
6b40a255f8
Remove commented rules
...
Commented rules were removed since it has been checked they are not used
in the ULS context.
2012-11-26 14:05:47 +01:00
pginer
245ced8c7c
Adjusting CSS precedence of rules
...
Some selectors have been adjusted to be made more specifics
when the modified Grid rules took unintended preference due to last modifications.
2012-11-26 13:58:15 +01:00
pginer
2eb2608cd9
CSS grid made ULS-specific
...
CSS rules used in the grid are prefixed with ULS specific elements so that
they do not affect unintended elements.
2012-11-26 13:45:31 +01:00
Siebrand Mazeland
913a33d2ba
Localisation updates from http://translatewiki.net .
2012-11-26 08:14:04 +00:00
Santhosh Thottingal
d0ef38c1e2
Donot close when clicked outside
...
Change-Id: Ib94423e8c26f69cdba460e21e9bcaee1a436e187
2012-11-21 17:33:16 +05:30
Santhosh Thottingal
9938c9685e
minor whitespace fix
2012-11-21 17:17:16 +05:30
Santhosh Thottingal
cbc8d3b2c0
Merge branch 'master' of github.com:wikimedia/jquery.uls
2012-11-21 17:13:32 +05:30
Santhosh Thottingal
b3a3f48c3b
On show hide any other ULS menus visible
2012-11-21 17:09:12 +05:30
Siebrand Mazeland
97346a5906
Localisation updates from http://translatewiki.net .
2012-11-20 12:47:46 +00:00
Siebrand Mazeland
986f63c38b
Localisation updates from http://translatewiki.net .
2012-11-20 12:03:17 +00:00
Santhosh Thottingal
8f15d97ab4
Merge pull request #46 from pauginer/region-cursor
...
Cursor adjustment for regions in the 'no found' view
2012-11-20 03:40:39 -08:00
pginer
2ac75f61c5
Cursor adjustment for regions in the 'no found' view
...
Sets the cursor type to pointer so that the regions at the bottom
of the 'no found' view act as links (hand cursor is ahown on hover).
2012-11-20 10:03:03 +01:00
Amir E. Aharoni
4f37bd2f1e
Merge pull request #45 from pauginer/transition-fix
...
Avoid transition for all properties of search bar
2012-11-19 12:06:07 -08:00
pginer
138288e32f
Avoid transition for all properties of search bar
...
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.
2012-11-19 20:31:18 +01:00
Amir E. Aharoni
bb94197328
Merge pull request #40 from amire80/clean_IDs
...
Remove superfluous element names where ID is specified
Reviewed by Pau.
2012-11-19 10:55:30 -08:00
Amir E. Aharoni
e219ff6cbd
Merge branch 'clean_IDs' of github.com:amire80/jquery.uls into clean_IDs
...
Conflicts:
css/jquery.uls.css
2012-11-19 18:59:13 +02:00
Amir E. Aharoni
025e452560
Remove superfluous element names where ID is specified
2012-11-19 18:56:35 +02:00
Amir E. Aharoni
e9081f014b
Merge pull request #44 from pauginer/lint-fixes
...
Lint fixes for jquery.uls.css and jquery.uls.lcd.css
2012-11-19 08:54:49 -08:00
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
pginer
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
Santhosh Thottingal
ee26fe514c
Merge pull request #41 from siebrand/master
...
Update to jQuery 1.8.3.
2012-11-19 01:37:06 -08:00
Siebrand Mazeland
58f4e98917
Update to jQuery 1.8.3.
2012-11-19 10:34:54 +01:00
Santhosh Thottingal
04edfa90c8
Ignore control characters in typeahead
...
Fix https://bugzilla.wikimedia.org/show_bug.cgi?id=40171
2012-11-19 12:12:25 +05:30
Santhosh Thottingal
5626a4cf92
Some minor changes for code readability
2012-11-19 11:15:44 +05:30
Niklas Laxström
c95fab6923
Merge pull request #39 from amire80/bug_41768
...
Clicking outside ULS popup should close the popup
2012-11-16 09:49:01 -08:00
Amir E. Aharoni
83db5460b2
Remove superfluous element names where ID is specified
2012-11-16 19:46:42 +02:00
Amir E. Aharoni
c9a072934c
Make clicking the trigger show and hide the ULS
...
Bugzilla:
https://bugzilla.wikimedia.org/show_bug.cgi?id=41768
2012-11-16 19:17:54 +02:00
Amir E. Aharoni
f80683b1d8
Make clicking outside the ULS close the ULS
...
Reported in Bugzilla:
https://bugzilla.wikimedia.org/show_bug.cgi?id=41768
2012-11-16 18:52:30 +02:00
Amir E. Aharoni
1dd303d50e
Merge pull request #37 from pauginer/master
...
CSS fix to avoid style clash with link color on map labels
2012-11-16 04:32:24 -08: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
Santhosh Thottingal
b7bc685d80
Merge pull request #38 from amire80/cleanup/2012/11/16
...
Cleanup/2012/11/16
2012-11-16 04:24:04 -08:00
Amir E. Aharoni
05d003531f
Merge pull request #36 from siebrand/master
...
Update to jQuery 1.8.2.
2012-11-16 04:13:51 -08:00
Amir E. Aharoni
ba6a1e5eec
Spelling of event name
2012-11-16 14:09:45 +02:00
Amir E. Aharoni
15d98ee586
Whitespace
2012-11-16 14:08:03 +02:00
Amir E. Aharoni
05e4de4020
Renamed 'that' to 'uls'
2012-11-16 14:00:25 +02:00
Amir E. Aharoni
da2244279e
Whitespace and quotes
2012-11-16 13:52:32 +02: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
Siebrand Mazeland
aa691f8d85
Update to jQuery 1.8.2.
2012-11-15 10:16:44 +01:00
Santhosh Thottingal
641218f624
Remove href attributes
...
People like to middle click -
https://bugzilla.wikimedia.org/show_bug.cgi?id=41988
2012-11-14 20:11:24 +05:30
Santhosh Thottingal
8c3b61b1a1
Fix issue #32 - Clicking a region on map sets focus in search bar; onscreen keyboard covers list
...
Change-Id: I15703614b5fdb2201f7dcbfd47a5095e033032f3
2012-11-13 14:22:10 +05:30
Santhosh Thottingal
38b870dfe4
Address review comments by Niklas in MW gerrit
...
https://gerrit.wikimedia.org/r/#/c/32865/
Change-Id: I7e9e25c3f62bc577b1483f5035e88327a12837c0
2012-11-11 12:48:45 +05:30
Santhosh Thottingal
cff31e7abb
Fix issue #31 - Add onCancel callback
...
Change-Id: I207b60846a899912dcc5f79f92e9b1ad75e525a3
2012-11-10 17:52:44 +05:30