Merge "Remove .mw-help-field-hint and -data CSS classes from mw.legacy/shared"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 21 Sep 2016 17:24:33 +0000 (17:24 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 21 Sep 2016 17:24:33 +0000 (17:24 +0000)
1  2 
resources/src/mediawiki.legacy/shared.css

@@@ -91,6 -91,30 +91,6 @@@ abbr[title]
        }
  }
  
 -/* Colored watchlist and recent changes numbers */
 -.mw-plusminus-pos {
 -      color: #006400; /* dark green */
 -}
 -
 -.mw-plusminus-neg {
 -      color: #8b0000; /* dark red */
 -}
 -
 -.mw-plusminus-null {
 -      color: #aaa; /* gray */
 -}
 -
 -/*
 - * Bidi-isolate these numbers.
 - * See https://phabricator.wikimedia.org/T93484
 - */
 -.mw-plusminus-pos,
 -.mw-plusminus-neg,
 -.mw-plusminus-null {
 -      unicode-bidi: -moz-isolate;
 -      unicode-bidi: isolate;
 -}
 -
  /* Comment portions of RC entries */
  span.comment {
        font-style: italic;
        unicode-bidi: isolate;
  }
  
 -/**
 - * Add a bit of margin space between the preview and the toolbar.
 - * This replaces the ugly <p><br /></p> we used to insert into the page source
 - */
 -#wikiPreview.ontop {
 -      margin-bottom: 1em;
 -}
 -
  /* Stop floats from intruding into edit area in previews */
  #editform,
  #toolbar,
@@@ -162,7 -194,6 +162,7 @@@ input#wpSummary 
  
  .mw-input-with-label {
        white-space: nowrap;
 +      display: inline-block;
  }
  
  /**
@@@ -657,33 -688,6 +657,6 @@@ ol:lang(or) li 
        direction: ltr;
  }
  
- /* tooltip styles */
- .mw-help-field-hint {
-       display: none;
-       margin-left: 2px;
-       margin-bottom: -8px;
-       padding: 0 0 0 15px;
-       background-image: url( images/help-question.gif );
-       background-position: left center;
-       background-repeat: no-repeat;
-       cursor: pointer;
-       font-size: .8em;
-       text-decoration: underline;
-       color: #0645ad;
- }
- .mw-help-field-hint:hover {
-       background-image: url( images/help-question-hover.gif );
- }
- .mw-help-field-data {
-       display: block;
-       background-color: #d6f3ff;
-       padding: 5px 8px 4px 8px;
-       border: 1px solid #5dc9f4;
-       margin-left: 20px;
- }
  #mw-clearyourcache,
  #mw-sitecsspreview,
  #mw-sitejspreview,
        unicode-bidi: embed;
  }
  
 -/* Correct user & content directionality when viewing a diff */
 -.diff-currentversion-title,
 -.diff {
 -      direction: ltr;
 -      unicode-bidi: embed;
 -}
 -
 -/* @noflip */ .diff-contentalign-right td {
 -      direction: rtl;
 -      unicode-bidi: embed;
 -}
 -
 -/* @noflip */ .diff-contentalign-left td {
 -      direction: ltr;
 -      unicode-bidi: embed;
 -}
 -
 -.diff-multi,
 -.diff-otitle,
 -.diff-ntitle,
 -.diff-lineno {
 -      direction: ltr !important;
 -      unicode-bidi: embed;
 -}
 -
  #mw-revision-info,
  #mw-revision-info-current,
  #mw-revision-nav {
        direction: ltr;
 -      display: inline;
  }
  
  /* Images */