Making WordPress.org

Ticket #7775: 7775.diff

File 7775.diff, 1.5 KB (added by viralsampat, 7 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • public_html/style/trac/common/css/diff.css

     
    2626
    2727/* Legend for diff and file colors */
    2828.legend {
    29  font-size: 9px;
     29 font-size: 12px;
    3030 line-height: 1em;
    3131 padding: .5em 0;
    3232}
     
    8080 margin: 0 auto;
    8181 padding: .1em 0 .25em .5em;
    8282}
    83 .diff h2 .switch { color: #999; float: right; font-size: 75%;
     83.diff h2 .switch { color: #999; float: right; font-size: 90%;
    8484  line-height: 1.6;
    8585}
    8686.diff h2 .switch span { border-left: 1px solid #ccc; cursor: pointer;
  • public_html/style/trac/common/css/trac.css

     
    257257/* Navigation */
    258258.nav h2, .nav hr { display: none }
    259259.nav ul {
    260  font-size: 10px;
     260 font-size: 11px;
    261261 list-style: none;
    262262 margin: 0;
    263263 padding: 0;
     
    525525 border-radius: 1em;
    526526 box-shadow: .2em .2em .7em 0 #777;
    527527 float: right;
    528  font-size: 9px;
     528 font-size: 12px;
    529529 padding: .8em;
    530530 position: relative;
    531531 margin: 0 1em 1em;
    532532}
    533 #prefs input, #prefs select { font-size: 9px; vertical-align: middle }
     533#prefs input, #prefs select { font-size: 12px; vertical-align: middle }
    534534#prefs fieldset {
    535535 background: transparent;
    536536 border: none;