From 2ac1db23adc0cb24d3a55bc33a9d3766f1c158f1 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 1 Sep 2015 13:30:49 +0200 Subject: Fix unsaved star positioning and editor font size --- css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 3852b4b..dc8f1b4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ -.ie8 #editor_container div{ +#editor_container div{ /* override core style.css font-size:100% that messes up the editor in IE8 */ - font-size: 12px !important; + font-size: 13px !important; } #editor_controls { @@ -158,12 +158,13 @@ } #editor_controls small.saving-message { - float: left; color: #ccc; font-family: inherit; font-size: 90%; padding: 13px 0 13px 17px; overflow: hidden; + display: inline-block; + padding: 13px 0 0 17px; } #editor_overlay{ -- cgit v1.2.3