Page MenuHomePhabricator

CSS giving padlock icon to https links interferes with LQT css giving link icon to "link to" link
Closed, ResolvedPublic

Description

On the secure server. The css that puts the padlock icon beside https links on vector seems to interfere with the styling of the "link to" link on threads.

Specificly the style rule for padding

#content a[href^="https://"], .link-https {
background:transparent url(images/lock-icon.png) no-repeat scroll right center;
padding:0 18px 0 0;
}

from line 976 of main-ltr.css seems to take precedence over padding-left: 26px that lqt defines.

example url: http://https://secure.wikimedia.org/wikinews/en/wiki/Comments:Facebook_takes_down_groups_supporting_Austin_crash_pilot#Proving_a_point.3F.3F.3F_216

(This is on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.6 (Debian-3.0.6-1) )


Version: unspecified
Severity: trivial
URL: http://https://secure.wikimedia.org/wikinews/en/wiki/Comments:Facebook_takes_down_groups_supporting_Austin_crash_pilot#Proving_a_point.3F.3F.3F_216

Details

Reference
bz22653

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:07 PM
bzimport set Reference to bz22653.

Doesn't apply anymore, since the Link To button is now inside the menu.