diff --git a/src/exerciser.css b/src/exerciser.css index 2516d4d..1b8e87b 100644 --- a/src/exerciser.css +++ b/src/exerciser.css @@ -181,8 +181,8 @@ textarea, .pane { .label { position: absolute; - top: 20px; - right: 40px; + top: 7px; + right: 41px; border: thin; font-family: "Source Sans Pro", sans-serif; font-weight: lighter; @@ -377,4 +377,12 @@ input { .w-full{ width: 100%; +} + +.find-part{ + margin: -3px 0 0 17px !important; +} + +.toggle { + top: -5px !important; } \ No newline at end of file diff --git a/src/externalLibsComponent.css b/src/externalLibsComponent.css index b1ebd52..372f327 100644 --- a/src/externalLibsComponent.css +++ b/src/externalLibsComponent.css @@ -51,7 +51,7 @@ } .button { - background-color: #285154; + background-color: #e9e9e9; color: #ffffff; border: solid 0; border-radius: 5px;