diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index f24f442e5..bba26b41b 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -29,6 +29,8 @@ body { border-right: none; padding-bottom: 15px; padding-top: 15px; + padding-left: 8px; + padding-right: 8px; font-size: 17pt; text-align: center; width: 15%; @@ -232,12 +234,22 @@ body { border-bottom: #444 dotted 1px; } - .abbreviation_actions { - width: 5em; +.abbreviation_actions { + width: 8em; text-align: right; border-bottom: #444 dotted 1px; } +.abbreviation_input { + background-color: #111; + border: solid 1px #777; + height: 1.5em; + color: white; + font: inherit; + padding: 3px; + margin: 0; +} + /* The CSS we apply when a table row is filtered */ .data_table_row_filtered { display: none; diff --git a/share/tools/web_config/partials/abbreviations.html b/share/tools/web_config/partials/abbreviations.html index e56281ef6..382ebeeef 100644 --- a/share/tools/web_config/partials/abbreviations.html +++ b/share/tools/web_config/partials/abbreviations.html @@ -5,17 +5,17 @@ -
+ {{ abbreviation.word }} - + {{ abbreviation.phrase }} - + - Save - Delete + Save + Delete