https://bugzilla.wikimedia.org/show_bug.cgi?id=22653

           Summary: CSS giving padlock icon to https links interferes with
                    LQT css giving link icon to "link to" link
           Product: MediaWiki extensions
           Version: any
          Platform: All
               URL: http://https://secure.wikimedia.org/wikinews/en/wiki/C
                    omments:Facebook_takes_down_groups_supporting_Austin_c
                    rash_pilot#Proving_a_point.3F.3F.3F_216
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: LiquidThreads
        AssignedTo: agarr...@wikimedia.org
        ReportedBy: bawolff...@gmail.com


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) )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to