aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/fishconfig.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/web_config/fishconfig.css')
-rw-r--r--share/tools/web_config/fishconfig.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css
index f24f442e..bba26b41 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;