120 Commits (2e659287314d27a2ffcb74c26245a92ac05053cb)

Author SHA1 Message Date
Isarra 2e65928731 Make navigation block text stay inside blocks/break-word
bug: T201128
Change-Id: I52a858a0940a49e462d9a98add61ffa792829501
7 years ago
jenkins-bot c34125ba65 Merge "Make afterContent stuff appear correctly after content in all view modes" 7 years ago
jenkins-bot 475f1e334e Merge "Remove brackets around new toctoggle" 7 years ago
Isarra 7df2db6ee9 Make afterContent stuff appear correctly after content in all view
modes

Mostly affects extensions that add stuff after the content with them
hook dealies, such as flaggedrevisions etc.

bug: T200729
Change-Id: I5c46af8f4cab20b04930a0e25d380ec040557bb6
7 years ago
evad37 5b24402ead Fix positioning of content in desktop-small view
Bug: T200494
Change-Id: Ieb9f2123589b5abf49d02eb3d8be62d4064b7398
7 years ago
Fomafix 52aedca543 Remove brackets around new toctoggle
I82db33d656 in core changes the toggle button of the TOC.
This change removes the brackets around the new toctoggle, too.

Depends-On: I82db33d656b3795d7134a91d20ed9d93a3471086
Change-Id: I7a9fa9f3a630901d736331ecef2c43e3ab918d03
7 years ago
jenkins-bot 2193f84068 Merge "Make some more css rules less specific (classes instead of ids)" 7 years ago
Isarra a089f68290 Make some more css rules less specific (classes instead of ids)
Change-Id: Icc86a9a48ff9bd3b1236e9f05851c9e23208c15b
7 years ago
jenkins-bot 878f953208 Merge "Add sitesub, but hide by default" 7 years ago
jenkins-bot e492c51428 Merge "Make tocnumbers grey" 7 years ago
Isarra d419c24a43 Make tocnumbers grey
Bug: T181180
Change-Id: I1d0c627db703d6994884638726b283e89cb49c0a
7 years ago
Jean-Yves Le Gallou b492345c2b Add missing border on plain pictures with border option
Bug: T183718
Change-Id: I1a5182b2d743e4b6ade76d9fa7b0cb8122b343ce
7 years ago
Isarra 496997424d Add sitesub, but hide by default
Bug: T193215
Change-Id: Ia09ae2b763107d0bdc3c379525405e8edf17edb7
7 years ago
Isarra 22f888ccc5 Set firstHeading overflow to be more consistent with other skins
overflow:visible so line goes properly under indicators, help
thingies, wikipedian user icon spam, etc.

Change-Id: I5d626884b13449b8d1351fe4e9a94b3ee99baf80
7 years ago
jenkins-bot e6ee373bcb Merge "Attempt to fix overflow issues with hsc- and mb-style implementations" 7 years ago
Isarra b76ae6c43a Attempt to fix overflow issues with hsc- and mb-style implementations
* display:flex for three-column
* float content and some voodoo for two-column (same as monobook)

Also had to slightly rearrange dom to make the latter work. Content
is now before nav in dom.

Change-Id: I7209eb21473877592d89f8471f8f8ed1f6b87851
7 years ago
jenkins-bot 40510ef517 Merge "Display notifications in echo callout for mobile view" 7 years ago
evad37 8e19c79578 Display notifications in echo callout for mobile view
Override the inline style `width: 0px` on .oo-ui-clippableElement-clippable
elements within .mw-echo-ui-overlay.

Also adjust some other styles for the callout, so that it stays within the
screen width, but is not any wider than it would be otherwise (500px).
Doing so causes the anchor triangle at the top to not align with the
relevant notifications icon, so it is hidden with `display:none`.
(On a narrow mobile screen, it doesn't seem to serve much purpose anyway.)

Bug: T197064
Change-Id: Iaedde85b5c31ab244d4f72c54c9aad6a1b4ebb73
7 years ago
RileyBugz 964849e117 I fixed the alignment of the TOC's header so that it would align with the hide/show button.
Change-Id: I88cc2c84a19f443bd3c749b7729ac0b7b6f74c2c
7 years ago
Paladox 5a0ed3efe1 Fix sidebar closing on iOS
this follows this fix [1]

[1] https://stackoverflow.com/questions/11397028/document-click-function-for-touch-device

Bug: T161470
Change-Id: I20e6a0e18a239131b94e4ab949b7784f241e4d40
7 years ago
jenkins-bot d745bb22f9 Merge "Remove nonfunctional jquery mobile stuff" 7 years ago
jenkins-bot 62556aa723 Merge "Revert "Redo width cutoffs to keep content wider and better match values elsewhere in mw"" 7 years ago
Isarra 93c88a5df6 Revert "Redo width cutoffs to keep content wider and better match values elsewhere in mw"
Accidentally removed an unrelated thing; am too out of it right now to submit a followup putting that back.

This reverts commit 138036882f.

Change-Id: I1dcd0a887de8bc4423fc5e166e465873c1549a1a
7 years ago
jenkins-bot 093dba116a Merge "Reduce colours somewhat" 7 years ago
jenkins-bot 1af0eb9969 Merge "Redo width cutoffs to keep content wider and better match values elsewhere in mw" 7 years ago
Isarra 13d426907d Remove nonfunctional jquery mobile stuff
Does not appear to work, and is possibly breaking things elsewise as
well. In particular: chrome text selection in general, possibly iphone
support?

May or may not resolve the following; please test (does seem to 
effectively resolve T183215, for now, at least, but dunno at all about
the other two.):

Bug: T161470
Bug: T183215
Bug: T188387
Change-Id: I2d4aae98fe47bce5a873bc44b6cea58f111f5086
7 years ago
jenkins-bot 1e18f721a2 Merge "ToC: Use table layout for the toc" 7 years ago
Isarra 03b31d4d11 Reduce colours somewhat
* colour bar for header now only has number of colours equal to
  columns underneath it
* h1 and h2 now have grey underlines instead of blue

bug: T182388
bug: T132000
Change-Id: I883bcfa872d6306c04418230c3f7034e5ec9f188
7 years ago
Isarra 138036882f Redo width cutoffs to keep content wider and better match values
elsewhere in mw

* Bump max content width up to 125em because why not
* Make fixed-width padding a bit less
* Basically just follow WikimediaUI Base breakpoints as appropriate
  while keeping content similarly wide across devices

Bug: T165945
Change-Id: I8afb30bc1fb24907f94195b31289a664c050fcc4
7 years ago
Volker E 3e6d396dc1 Remove `text-shadow` from progressive mediawiki.ui buttons
Bug: T192303
Change-Id: If4023b2e5aff2635aba61b3bd9e1a280ed1c3908
7 years ago
Derk-Jan Hartman 7dfc75fec2 Move copyright and credits in seperate line of footer
This makes the footer more readable instead of a blob of characters

Change-Id: Ib2aa944082b775898c53fddc6ec577595e5e2759
7 years ago
Derk-Jan Hartman 700c82ec6a ToC: Use table layout for the toc
Table layout is much better in combinging wrapping, using as much
space as available and floating content at the same time.

This is similar to how we do this for all our skins

Change-Id: I23408d1aa6773af05f2ee197356a9b04feb524f0
7 years ago
Thiemo Kreuz c99492e63d Make Timeless aware of OOUI multiselect widgets
These OOUI widgets are special in so far that:

* OOUI makes the actual <input> element invisible and partly fails
  to do so because Timeless sets properties on <input>s that are not
  reset by OOUI.

* An outer <div> is styled like an <input> instead. Timeless is not
  aware of this and forgets to set it's overrides for <input>s there.

This patch is motivated by the AdvancedSearch extension which uses
these widgets, but is not limited to this.

This patch also does not fix all compatibility issues between Timeless
and these OOUI widgets, but greatly reduces the main issues. More to
come in later patches.

Bug: T192303
Change-Id: I8a4fc3f74dabdb54fd95cd133bb4fe28944c4a40
7 years ago
jenkins-bot 832672fbc9 Merge "Fix selflink styles" 7 years ago
Ebrahim Byagowi 142edcb27f [i18n] Fix icons issues of the skin on RTL
* Used nominal values of background-position so CSSJanus can apply
  CSS flipping correctly
* Added the missed RTL search icons, optimized SVG source of the
  LTR search icon, optimized PNG rsvg-convert result of both
  SVGs using optipng

Change-Id: I6a56f8ee448b60742b92d3613394a0d61b9235a1
7 years ago
evad37 9e6555a263 Fix indenting of subheadings in TOC
Reduce the specificity of TOC ul styles, so the existing rules
for indenting (with selector `.mw-content-ltr .toc ul ul`) are
applied. This matches the behaviour in other skins.

Bug: T190830
Change-Id: I84fd56c2baeaa218fb4fda493393f8c3d3ddd6cd
7 years ago
evad37 ce38e698a2 Fix selflink styles
Selflinks should inherit color and text-decoration styles, and
be bolded. This matches how they are displayed in other skins,
and how they were displayed before a change to mediawiki core
in MW-1.29 ( If058843924c3b30c116df2520aef93a004d98a5d ).

Bug: T192033
Change-Id: Id61f06a6b1921208d5436cb6e21f710413e990e9
7 years ago
jenkins-bot e7df4aa40f Merge "Make misc content styles selector less specific" 7 years ago
Isarra 208b2957ab Make misc content styles selector less specific
Bug: T192560
Change-Id: If98bb0e3cfe4aa182475363210dc56cb24f9e040
7 years ago
jenkins-bot 45116ea7a3 Merge "Prevent logo text overlapping icons on small mobile displays" 7 years ago
evad37 4eb3791bd4 Prevent logo text overlapping icons on small mobile displays
Puts the sitename logo text onto its own line, effectively, plus
some minor padding adjustments for aesthetics:
- Zero out padding-top so there isn't a big gap above;
- Add padding back below long names (which the `.long` class
  otherwise sets to 0) so there is a slight gap below.

Bug: T161461
Change-Id: I84fb41ec50f795446d9a8a3a08c4f67857d9908f
7 years ago
jenkins-bot 82f0eed394 Merge "Fix hiding of empty portlets on special pages" 7 years ago
evad37 b03a2a970f Fix hiding of empty portlets on special pages
* Increased selector specificy so that .emptyPortlet works on portlets within
  #mw-page-header-links
* Moved the `ca-more` dropdown, only shown on mobile, into a new portlet so that
  `p-views` is really empty on Special pages, and has class .emptyPortlet
* Moved languages dropdown, also only shown on mobile, into the new portlet too.
  This way on special pages the two dropdowns are in a single <ul> list with two
  items, rather than two adjacent list each with one item. Also, grouping the
  mobile-only items together means the desktop CSS only has to hide the portlet,
  rather than the individual ietms.

Bug: T182533
Change-Id: I496af1805d200e1fd67b1232e1b3b029b08b82ca
7 years ago
evad37 53f8532054 Add explicit padding and margins for all ul elements
The lack of such styles causes unwanted spacing on ul elements
that are not within `.mw-content-ltr`, most noticeably on the
watchlist (T181275) and search result pages (T181287).

Bug: T181275
Bug: T181287
Change-Id: I3402c3e297abbbbbcc19d69acee9808195c1f99a
7 years ago
jenkins-bot 0c87ff1557 Merge "Fix sidebar chunk spacing in two-column (desktop-mid) view" 7 years ago
jenkins-bot aafeb559da Merge "Middle aligne images with text" 7 years ago
Ed Sanders 29cabefee5 Fix default overlay selector
Change-Id: I2cd38050e201158a70f9557fb5466daaa294c061
7 years ago
Framawiki d5f416c4c0 Middle aligne images with text
Bug: T175890
Change-Id: I849e51a80d9a03e4ce8062cbaf9191a9d8d5508a
7 years ago
Ed Sanders b3c629ef4d build: Update linters
Change-Id: Iee462bae8112755e7cd0c5caa88c3fc6fcdc852e
7 years ago
evad37 a7fb239d57 Fix sidebar chunk spacing in two-column (desktop-mid) view
Set the top margin of #mw-related-navigation and its first sidebar chunk
to 0. This replicates the margin collapsing that occurs between other
sidebar chunks, so that all the gaps between sidebar chunks are the same
size.

Bug: T181256
Change-Id: I35b90383be8610412566e7367ecf25d771d4747c
7 years ago