diff options
Diffstat (limited to 'dashboard_website/templates/index.html')
| -rw-r--r-- | dashboard_website/templates/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html index fc61472..9c604e0 100644 --- a/dashboard_website/templates/index.html +++ b/dashboard_website/templates/index.html @@ -136,8 +136,11 @@ <div class="left-column"> <div class="page-title"> - <h1 style="color:white;margin: 0px;margin-left:15px">CLUBHOUSE HQ | <span id="titletime" - style="color:lightgray"></span> + <h1 style="color:white;margin: 0px;margin-left:15px"> + CLUBHOUSE HQ | + <span id="titletime" style="color:lightgray; display:inline-block; width: 350px;"></span> | + <input id="searchfilter" style="vertical-align: middle;" placeholder="Filter clues" onchange="filterClues(this.value)" onkeyup="filterClues(this.value)" autocomplete=off/> | + <a style="font-size:14pt; vertical-align: middle;" href="/controls">Settings</a> </h1> </div> <div class="map-frame"> @@ -174,11 +177,13 @@ <hr style="width:100%;padding:0px;"/> <div style="margin:5px;display:flex;flex-direction:row"><span>Clue Name: </span> <input type="input" id="new_clue_name" + autocomplete=off style="flex:1;" placeholder="e.g., C34"/> </div> <div style="margin:5px;display:flex;flex-direction:row"><span>Clue Information: </span> <input type="input" id="new_clue_info" + autocomplete=off style="flex:1;" placeholder="e.g., Savenor's Butcher"/> </div> |
