From 3d99dc32ded2f86f4d10cce10801e7f42ce6611d Mon Sep 17 00:00:00 2001 From: Triangle717 Date: Sat, 22 Feb 2014 11:26:52 -0500 Subject: [PATCH] Accommodate the "Full HTML skeleton" description --- css/style.css | 11 ++++++++++- htmlContent/mainDialog.html | 14 ++++---------- main.js | 14 +++++++++----- nls/de/strings.js | 6 +++--- nls/root/strings.js | 6 +++--- nls/strings.js | 3 +-- 6 files changed, 30 insertions(+), 24 deletions(-) diff --git a/css/style.css b/css/style.css index 8e5874a..bf28d40 100644 --- a/css/style.css +++ b/css/style.css @@ -28,7 +28,16 @@ /* Do not place the labels on a new line */ .html-skeleton > label { display: inline; } +/* Accommodate the "Full HTML skeleton" description */ +#full-skelly-description { + font-size: 12px; + display: inline-block; + position: relative; + bottom: 5px; +} + +/* Enlarge the "x" between image dimensions */ .html-skeleton #img-size-x { - font-weight: bold; + font-weight: 900; font-size: 17px; } diff --git a/htmlContent/mainDialog.html b/htmlContent/mainDialog.html index aef5bcd..9f0be1c 100644 --- a/htmlContent/mainDialog.html +++ b/htmlContent/mainDialog.html @@ -1,20 +1,16 @@