display: inline-block for .errorbox, .warningbox, .successbox
authorMatmaRex <matma.rex@gmail.com>
Mon, 6 May 2013 14:34:31 +0000 (16:34 +0200)
committerMatmaRex <matma.rex@gmail.com>
Sun, 19 May 2013 12:17:12 +0000 (14:17 +0200)
commitcef46d0831a34540b1e1b5da012b3feee4e647c6
tree4de08b237ec67f7823d8e3b70252cb93ad5d5896
parenta232f2c105b6b466949fe0b347efa1635fba782e
display: inline-block for .errorbox, .warningbox, .successbox

It previously used float: left to generate a box with intrinsic width,
which required the next element to have clear: left to avoid display
quirks. display: inline-block is the proper way to do this.

Includes hacks for IE6 and FF2.

Bug: 33438
Change-Id: Ibb9371eecb99b627ba9dfca5b0a60143fbd6f84f
skins/common/shared.css