r91548 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91547‎ | r91548 | r91549 >
Date:12:39, 6 July 2011
Author:diebuche
Status:reverted (Comments)
Tags:
Comment:
Redoing r87173 with scrollbars instead of word-wrap per CR
Modified paths:
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/screen.css
@@ -790,10 +790,11 @@
791791 background-color: #f9f9f9;
792792 }
793793 pre {
 794+ overflow-x: auto;
794795 padding: 1em;
795 - border: 1px dashed #2f6fab;
 796+ border: 1px solid #EBEBEB;
796797 color: black;
797 - background-color: #f9f9f9;
 798+ background-color: #F7F7F7;
798799 line-height: 1.3em;
799800 }
800801 ul {

Follow-up revisions

RevisionCommit summaryAuthorDate
r93912Reverted r91548 per CRaaron20:57, 4 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87173Bug 27047: Nicer design for pre elements in Vectordiebuche19:49, 30 April 2011

Comments

#Comment by Schnark (talk | contribs)   09:26, 11 July 2011

Look at http://translatewiki.net/wiki/MediaWiki:Common.css versus http://translatewiki.net/wiki/MediaWiki:Common.css?useskin=monobook with a window of a width of 800px. In Monobook you have the horizontal scrollbar at the bottom of the window, but in Vector this scrollbar is at the end of the page. So if you want to scroll right to see all the css you first have to scroll down to the scrollbar, scroll right and then up again, which isn't very user-friendly.

#Comment by DieBuche (talk | contribs)   09:36, 11 July 2011

You can also scroll by selecting & dragging the text to the right. Not perfect though...

Status & tagging log