summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-26 12:40:09 -0500
committercyfraeviolae <cyfraeviolae>2022-02-26 12:40:09 -0500
commit945d31e400b4fa1f8bd7dea745b267d7c7beb0ea (patch)
treed49eb3c6d83c42fb18235e04103dcfe73f2a9f04 /static
parentddca78c8f6353ac32ac0611d50e01c7ea4376d3b (diff)
responsive form
Diffstat (limited to 'static')
-rw-r--r--static/styles.css17
1 files changed, 7 insertions, 10 deletions
diff --git a/static/styles.css b/static/styles.css
index eca59a2..14d27d0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,10 +1,3 @@
-form {
- border: 1px DarkSlateGrey solid;
- padding: 1em;
- padding-left: 2em;
- padding-right: 2em;
-}
-
button {
margin-right: 10px;
}
@@ -85,13 +78,11 @@ button {
.yellow {
background-color: rgb(201, 180, 88);
color: white;
- /* border: 0; */
border-color: rgb(201,180,88);
}
.grey {
background-color: rgb(120, 124, 126);
color: white;
- /* border: 0; */
border-color: rgb(120,124,126);
}
@@ -127,6 +118,12 @@ hr {
border-radius: 4px;
padding: 1.2em;
}
+ form {
+ border: 1px DarkSlateGrey solid;
+ padding: 1em;
+ padding-left: 2em;
+ padding-right: 2em;
+ }
}
.kbrow {
@@ -137,7 +134,7 @@ hr {
font-family: Cantarell;
display: inline-block;
height: 35px;
- width: 30px;
+ width: 26px;
border-radius: 4px;
border: 1px black solid;
line-height: 33px;