diff --git a/nodejs/views/hosts.ejs b/nodejs/views/hosts.ejs index 40199bc..3953c96 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -11,7 +11,11 @@ } div.form-group{ - margin-bottom: 1em; + margin-bottom: 1.1em; + } + + .field-help{ + font-size: .82rem; } /* my Div class for my search bar */ @@ -22,25 +26,16 @@ margin-top: 10px; } - /* The input bar */ - input { - font-size: 1rem; - border-top-left-radius: 5px !important; - border-bottom-left-radius: 5px !important; - border-top-right-radius: 5px !important; - border-bottom-right-radius: 5px !important; - } - + /* Greys out a challenge/matching option that isn't available for the host. */ .challengeType-container { - pointer-events: none; /* Prevents clicking */ - opacity: 0.5; /* Greys it out */ - filter: grayscale(1); /* Removes blue/color tint */ - cursor: not-allowed; - } + pointer-events: none; /* Prevents clicking */ + opacity: 0.5; /* Greys it out */ + filter: grayscale(1); /* Removes blue/color tint */ + cursor: not-allowed; + } +