summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:12:54 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:12:54 -0400
commite8d499f682950d02fb143b504ced7cefac23534a (patch)
treea8258e1c15b4c80bb1f474c38937b6ab5b0f4eea /style.css
parent87c3ae27d68cdecb967d91a56146dc7874867a8b (diff)
downloadyorku-course-query-e8d499f682950d02fb143b504ced7cefac23534a.tar.xz
yorku-course-query-e8d499f682950d02fb143b504ced7cefac23534a.zip
Update
Diffstat (limited to 'style.css')
-rw-r--r--style.css33
1 files changed, 22 insertions, 11 deletions
diff --git a/style.css b/style.css
index 1f40764..15cf320 100644
--- a/style.css
+++ b/style.css
@@ -1,14 +1,10 @@
html {
- box-sizing: border-box;
- font-size: 16px;
+ box-sizing: border-box;
+ font-size: 16px;
}
*, *:before, *:after {
- box-sizing: inherit;
-}
-
-.container {
- margin: 5px 20%;
+ box-sizing: inherit;
}
div {
@@ -19,17 +15,32 @@ td, th {
padding: 5px;
}
+table {
+ width: 100%;
+}
+
+select {
+ overflow-y: auto;
+}
+
+.container {
+ min-width: 25em;
+ width: 80%;
+ max-width: 60em;
+ margin: 5px auto;
+}
+
#input {
width: 100%;
font-size: 1.3em;
}
-table {
- width: 100%;
+#link-container {
+ text-align: center;
}
-.default {
- color: #aaa;
+#link {
+ font-size: 120%;
}
#error {