Merge "(bug 17602) fix Monobook action tabs not quite touching the page body"
authorTheDJ <hartman.wiki@gmail.com>
Sun, 19 May 2013 19:44:43 +0000 (19:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 19 May 2013 19:44:43 +0000 (19:44 +0000)
1  2 
skins/monobook/main.css

diff --combined skins/monobook/main.css
@@@ -384,22 -384,19 +384,22 @@@ input.searchButton 
  #p-personal li.active a:hover {
        background-color: transparent;
  }
 -/* the icon in front of the user name, single quotes
 -in bg url to hide it from iemac */
 +/* The icon in front of the username / login link */
  li#pt-userpage,
  li#pt-anonuserpage,
  li#pt-login {
        /* @embed */
        background: url(user.gif) top left no-repeat;
        padding-left: 20px;
 -      text-transform: none;
  }
  #p-personal ul {
        text-transform: lowercase;
  }
 +/* Don't lowercase username or IP addresses (IPv6) */
 +li#pt-userpage,
 +li#pt-anonuserpage {
 +      text-transform: none;
 +}
  #p-personal li.active {
        font-weight: bold;
  }
        display: inline;
        border: 1px solid #aaa;
        border-bottom: none;
-       padding: 0 0 .1em 0;
+       padding: 0 0 1em 0;
        margin: 0 .3em 0 0;
        overflow: visible;
        background: white;
  }
  #p-cactions li.selected {
        border-color: #fabd23;
-       padding: 0 0 .2em 0;
        font-weight: bold;
  }
  #p-cactions li a {
@@@ -521,8 -517,7 +520,8 @@@ div#footer 
        border-top: 1px solid #fabd23;
        border-bottom: 1px solid #fabd23;
        margin: .6em 0 1em 0;
 -      padding: .4em 0 1.2em 0;
 +      overflow: hidden;
 +      padding: .4em 0 .3em 0;
        text-align: center;
        font-size: 90%;
  }