Index: branches/5.3.x/core/install/upgrades.css =================================================================== diff -u -N -r15914 -r16503 --- branches/5.3.x/core/install/upgrades.css (.../upgrades.css) (revision 15914) +++ branches/5.3.x/core/install/upgrades.css (.../upgrades.css) (revision 16503) @@ -818,15 +818,32 @@ /* Right side of bluebar */ +# ===== v 5.2.2-B1 ===== +Index: style_template.css +=================================================================== +--- style_template.css (revision 16300) ++++ style_template.css (working copy) +@@ -549,6 +549,10 @@ + border-collapse: separate + } + ++label.checkbox { ++ white-space: nowrap; ++} ++ + /* Uploader */ + .uploader-queue div.file { + font-size: 11px; + # ===== v 5.3.0-B1 ===== Index: style_template.css =================================================================== ---- style_template.css (revision 15483) +--- style_template.css (revision 16502) +++ style_template.css (working copy) @@ -487,6 +487,14 @@ vertical-align: middle; } - + +.CodeMirror { + font-size: 13px; + border: 1px solid black; @@ -838,12 +855,10 @@ .label-cell-filler { background: #DEE7F6 none; } -@@ -496,6 +504,18 @@ - } - .control-cell-filler { +@@ -498,6 +506,18 @@ background: #fff none; -+} -+ + } + +.highlight-area, .code-highlight-area { + border: 1px solid black; + padding: 8px; @@ -854,7 +869,8 @@ + +.code-highlight-area { + background-color: #F6F6F6; - } - ++} ++ .error { -\ No newline at end of file + color: red; + }