aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-07 22:16:38 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-07 22:16:38 +0100
commitcb07e37ed72182af33a992d7e0b44f7c7ee4af04 (patch)
tree6576f0cdf1b0a1256b3fcdb94873545e2068699f /static/style.css
parent1eea185d337eadd7a5309a707d8f0c5cd0d85d9c (diff)
downloadUKGenderPayGap-cb07e37ed72182af33a992d7e0b44f7c7ee4af04.tar.gz
UKGenderPayGap-cb07e37ed72182af33a992d7e0b44f7c7ee4af04.zip
Finished filtering client side
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/static/style.css b/static/style.css
index 28d53c7..660a3b4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -40,6 +40,13 @@ input[type="search"] {
width: 100%;
}
+input[type="submit"] {
+ padding: 3px 5px;
+ box-sizing: border-box;
+ border: 2px solid black;
+ width: 100%;
+}
+
aside form input[type="submit"] {
margin-top: 3px;
width: 100%;
@@ -63,15 +70,8 @@ label {
}
.collapsetoggle {
- color: black;
- font-weight: bold;
- padding-top: 1px;
- text-decoration: none;
-}
-
-.collapsetoggle#hover {
- cursor: pointer;
- text-decoration: underline;
+ font-size: x-small;
+ padding-left: 5px;
}
#main_content {