From: Tom Hughes Date: Thu, 24 Jan 2013 14:18:18 +0000 (+0000) Subject: Put some white space back to make things readable X-Git-Tag: live~5106 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f8cadaf4803821a4e1d30aa1e91b0c2e4c920aea?hp=f612f573f92c524bbcf4b913e71c9f288383a845 Put some white space back to make things readable --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4ffe49c85..4d0688fa2 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1553,51 +1553,62 @@ a.button.submit { .richtext_container { white-space: nowrap; + .richtext_content { display: inline-block; vertical-align: top; + .richtext_preview { display: inline-block; padding: 20px; background-color: #f4f4ff; white-space: normal; + &.loading { background-image: image-url("loading.gif"); background-repeat: no-repeat; background-position: center; } + > :first-child { margin-top: 0px; } } } + .richtext_help { display: inline-block; vertical-align: top; margin-left: 15px; background-color: #f8f8ff; padding: 20px; + p { margin: 0px; } + th { vertical-align: top; text-align: left; padding: 0px 15px 0px 0px !important; } + table > thead th { font-weight: bold; } + td { font-family: fixed; line-height: 16px; text-align: left; padding: 0px !important; } + input.richtext_doedit { margin-top: 5px !important; margin-right: 10px !important; } + input.richtext_dopreview { margin-top: 5px !important; margin-left: 10px !important;