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=d5520a1f9746016bc6ea75c59ca3eff8abbe96a6;hpb=d1ac58cd85c46b5c9265ba479a45fd348c554064;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 d5520a1f97..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 { @@ -46,8 +46,8 @@ */ #filetoc { text-align: center; - border: 1px solid #aaa; - background-color: #f9f9f9; + border: 1px solid #a2a9b1; + background-color: #f8f9fa; padding: 5px; font-size: 95%; margin-bottom: 0.5em; @@ -76,6 +76,8 @@ font-size: 0.8em; margin-left: 0.5em; margin-bottom: 0.5em; + border: 0; + border-collapse: collapse; width: 400px; } @@ -83,33 +85,23 @@ 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 #aaa; + border: 1px solid #a2a9b1; padding-left: 5px; padding-right: 5px; } .mw_metadata th { - background-color: #f9f9f9; + 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 {