commit e2bd9d93f4500b1e6e605578443e5d4be88027c6
parent fb5fa8ac165762a272e96d397d627bfaa4c3ff85
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 31 May 2019 02:14:17 -0400
Change button style
Diffstat:
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -55,9 +55,15 @@ input {
button {
background-color: #bababa;
+ border: none;
+ border-radius: 5px;
height: 1.9em;
}
+button:hover {
+ background-color: #b77;
+}
+
video, audio {
width: 27em;
max-width: 90%;
@@ -243,7 +249,7 @@ ul.inline {
font-weight: bold;
position: relative;
float: right;
- left: -180px;
+ left: -200px;
width: 40px;
}
@@ -254,13 +260,13 @@ ul.inline {
}
.in-rem-btn {
- left: 105px;
- top: 16px;
+ left: 110px;
+ top: 15px;
}
.in-edit-btn {
- left: -60px;
- top: 16px;
+ left: -70px;
+ top: 15px;
}
.red-x {
@@ -311,7 +317,7 @@ ul.inline {
.in-rem-btn {
left: 50px;
top: 0px;
- width: 100px;
+ width: 110px;
}
.in-edit-btn {
left: -140px;