No description
Find a file
Timo Tijhof 909aed33cb Remove position: absolute and z-index from #p-logo
Follows-up (r2881, b52a2a1567). Logical backport of Vector
patch Ifb99ff36e3a (T170053).

The logo was given a higher z-index than the content, presumably
with the intent to avoid user-generated content from being able
to obscure the logo. However, setting z-index here is redundant
given #p-logo (in #column-one) is after #column (in #column-content)
which already has `position: relative` and z-index set to give it its
own stacking context that can never exceed its stack (except for
weird things - T40848).

If this z-index was needed, then it would indeed only work if
position is set to relative or absolute. Picking "absolute" in
that case would cause the logo to be taken out of the layout flow,
hence the padding on #column-one.

Remove it all, in favour of natural flow. Keep the 5px distance
by using margin-bottom (160-155=5).

Commit is a visual no-op (pixel-for-pixel identical).

Bug: T170053
Change-Id: I156c54e1dd08a1c848d1c5ec9a5a9c9f85d8680a
2017-07-15 00:32:54 +00:00
i18n Localisation updates from https://translatewiki.net. 2017-05-12 22:26:26 +02:00
skinStyles Optimization: don't load .redirectText CSS outside redirect pages 2017-06-13 18:21:54 +03:00
.eslintrc.json build: Introduce eslint & styleint and make a pass 2017-01-23 15:14:01 +00:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-23 22:05:30 +02:00
.gitreview Use track=1 instead of defaultbranch=master in .gitreview 2016-10-24 17:30:30 -07:00
.stylelintrc build: Introduce eslint & styleint and make a pass 2017-01-23 15:14:01 +00:00
bullet.gif Move MonoBook skin from core 2014-08-07 13:40:21 +02:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 13:48:21 +04:30
composer.json build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 2017-07-07 21:25:08 +02:00
COPYING Use the plain-text GPL and fix 'license-name' to match SPDX conventions 2015-01-29 17:08:24 +01:00
Gruntfile.js build: Introduce eslint & styleint and make a pass 2017-01-23 15:14:01 +00:00
headbg.jpg Move MonoBook skin from core 2014-08-07 13:40:21 +02:00
hooks.txt New MonoBookAfterContent and MonoBookAfterToolbox hooks 2017-01-06 18:47:05 +02:00
IE60Fixes.css build: Introduce eslint & styleint and make a pass 2017-01-23 15:14:01 +00:00
IE70Fixes.css build: Introduce eslint & styleint and make a pass 2017-01-23 15:14:01 +00:00
link_icon.gif Move MonoBook skin from core 2014-08-07 13:40:21 +02:00
magnify-clip.png Compress PNGs with zopflipng 2016-02-20 21:22:15 +00:00
main.css Remove position: absolute and z-index from #p-logo 2017-07-15 00:32:54 +00:00
MonoBook.php Empty out PHP entry point in favor of extension.json 2015-04-30 10:32:07 -07:00
MonoBookTemplate.php build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-23 22:05:30 +02:00
package.json build: Update eslint to 0.4.0 2017-05-04 17:01:30 +01:00
phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 2017-07-07 21:25:08 +02:00
required.gif Move MonoBook skin from core 2014-08-07 13:40:21 +02:00
skin.json Optimization: don't load .redirectText CSS outside redirect pages 2017-06-13 18:21:54 +03:00
SkinMonoBook.php Add phpcs and make pass 2017-05-16 18:53:26 +02:00
user.gif Move MonoBook skin from core 2014-08-07 13:40:21 +02:00
wiki-indexed.png Compress PNGs with zopflipng 2016-02-20 21:22:15 +00:00
wiki.png Compress PNGs with zopflipng 2016-02-20 21:22:15 +00:00