aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-04-12 12:17:02 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2021-04-12 12:17:02 +0300
commitb698dd1786ce8858744f5cb5293bd97f90c9d207 (patch)
tree79eded9d6ae2830382a564e2563dd47967c6320e /style.css
parentUse HTTP_HOST if SERVER_NAME is localhost (diff)
downloadbugtracker-b698dd1786ce8858744f5cb5293bd97f90c9d207.tar.xz
User: register and update
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1790b4d..52d3ce2 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,17 @@
background: red;
}
+#register_box {
+ padding: 16px;
+}
+
+#register_box input[type="text"] {
+ width: 100%;
+}
+#register_box input[type="password"] {
+ width: 100%;
+}
+
table, th, td {
border: 1px solid black;
border-collapse: collapse;