summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2020-10-15 18:38:21 +0200
committerJulian Hurst <julian.hurst92@gmail.com>2020-10-15 18:38:21 +0200
commit9550f76265805e9bfe0616a7834a9eed4d95e368 (patch)
tree8d90dc03290a9c565a3f7779d94b6c9946ac4801 /static/style.css
parent51bf1944bedccda8fc68ca4745bb9c53afeb9d78 (diff)
downloadgrimtube-9550f76265805e9bfe0616a7834a9eed4d95e368.tar.gz
Add multi language support
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css16
1 files changed, 16 insertions, 0 deletions
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;
+}