X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.action%2Fmediawiki.action.view.filepage.css;h=d4662161fc5a5db814abf021a80486fbd31d44dc;hb=47d2b3d82af55538167174bbb6f1f98371953298;hp=1f0365eced2ca2ab1de4a14abc8ef46878015399;hpb=b8da5c83743ea31c6f73c063508384f114748537;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.action/mediawiki.action.view.filepage.css b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css index 1f0365eced..d4662161fc 100644 --- a/resources/src/mediawiki.action/mediawiki.action.view.filepage.css +++ b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css @@ -33,7 +33,7 @@ /* * Add a checkered background image on hover for file - * description pages. (bug 26470) + * description pages. (T28470) */ .filehistory a img, #file img:hover { @@ -76,6 +76,8 @@ font-size: 0.8em; margin-left: 0.5em; margin-bottom: 0.5em; + border: 0; + border-collapse: collapse; width: 400px; } @@ -83,20 +85,6 @@ font-weight: bold; } -.mw_metadata th { - font-weight: normal; - text-align: center; -} - -.mw_metadata td { - padding: 0.1em; -} - -.mw_metadata { - border: none; - border-collapse: collapse; -} - .mw_metadata td, .mw_metadata th { border: 1px solid #a2a9b1; @@ -106,10 +94,14 @@ .mw_metadata th { background-color: #f8f9fa; + font-weight: normal; + text-align: center; } .mw_metadata td { background-color: #fcfcfc; + padding-top: 0.1em; + padding-bottom: 0.1em; } .mw_metadata ul.metadata-langlist {