commit 3249e7e7c140e50870472e36bfb2ed03e75144ee
parent 5f59b10ff2d196f3aaa08e3e530496f9e880cf28
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 15 Apr 2019 23:18:37 -0400
Prettify the initative page
Diffstat:
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -208,11 +208,11 @@ ul.inline {
.initiative-list {
width: 40%;
- padding: 1em;
+ padding: 1em 0 1em 0;
}
.initiative-div {
- border-radius: 50px;
+ border-radius: 20px;
background-color: #585858;
margin-top: 10px;
padding-bottom: 3px;
@@ -231,7 +231,9 @@ ul.inline {
.in-val {
margin-right: 15px;
position: relative;
- left: 25px;
+ text-align: center;
+ left: 55px;
+ width: 10%;
}
.in-rem-btn, .in-edit-btn {
@@ -240,11 +242,11 @@ ul.inline {
}
.in-rem-btn {
- left: 20px;
+ left: 60px;
}
.in-edit-btn {
- left: 15px;
+ left: 45px;
}
.red-x {
@@ -255,12 +257,8 @@ ul.inline {
color: green;
}
-#add-char {
- margin: 10px auto auto 20%;
-}
-
-#add-char > button {
- margin: 5px 0 0 0;
+#add-char > * {
+ display: inline-block;
}
/* =============================== */