display: inline-block for .errorbox, .warningbox, .successbox
[lhc/web/wiklou.git] / skins / common / shared.css
index 99e7d6d..fb140b2 100644 (file)
@@ -543,9 +543,12 @@ table.collapsed tr.collapsable {
        font-size: larger;
        border: 2px solid;
        padding: .5em 1em;
-       float: left;
        margin-bottom: 2em;
        color: #000;
+       display: -moz-inline-block;
+       display: inline-block;
+       zoom: 1;
+       *display: inline;
 }
 .errorbox {
        border-color: red;
@@ -684,7 +687,7 @@ ul#filetoc {
        padding-right: 2em;
 }
 
-/* Classes for EXIF data display */
+/* Classes for Exif data display */
 table.mw_metadata {
        font-size: 0.8em;
        margin-left: 0.5em;
@@ -1101,7 +1104,7 @@ table.floatleft {
 
 /* Display editsection links smaller and next to headings */
 .mw-editsection {
-       font-size: x-small;
+       font-size: small;
        font-weight: normal;
        margin-left: 1em;
        vertical-align: baseline;