summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style-halloween.css8
-rw-r--r--static/style.css16
2 files changed, 24 insertions, 0 deletions
diff --git a/static/style-halloween.css b/static/style-halloween.css
index def4dac..0598e83 100644
--- a/static/style-halloween.css
+++ b/static/style-halloween.css
@@ -54,3 +54,11 @@ iframe {
.comments {
font-size: small;
}
+
+input#term {
+ width: 90%;
+}
+
+select#lang {
+ width: calc(10% - 10px);
+}
diff --git a/static/style.css b/static/style.css
index 62ec755..a4f71c5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -44,3 +44,19 @@ iframe {
.comments {
font-size: small;
}
+
+input#term {
+ width: 90%;
+ height: 22px;
+ border: 1px solid black;
+ padding: 0px;
+ margin: 0px;
+}
+
+select#lang {
+ width: calc(10% - 8px);
+ height: 22px;
+ border: 1px solid black;
+ padding: 0px;
+ margin: 0px;
+}