Skip to content

Commit

Permalink
Added headings to connection screen+modified color
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNinway committed Sep 9, 2023
1 parent ac33260 commit 1793d6d
Show file tree
Hide file tree
Showing 9 changed files with 675 additions and 639 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@
<!--Connect page-->
<div id=cn class="container-fluid" hidden>
<div id="cn_lhs" class="col col-xs-3">
<div class="cn_head"><h2>Available Configurations</h2></div>
<div id=cn_favs></div>
<div id=cn_fav_btns class=dlg_btns>
<div class="col left">
<button id=cn_neu><u>N</u>ew Configuration...</button>
<button id=cn_tgl_cfg class="pull-right"><u>C</u>ustom options
<button id=cn_neu><u>N</u>ew...</button>
<button id=cn_tgl_cfg class="pull-right"><u>E</u>dit
<span id=cn_tgl_cfg_arrow></span>
</button>
</div>
</div>
</div>
<div id="cn_rhs">
<div class="cn_head"><h2>Configuration Details</h2></div>
<div id="cn_rhs_inner">
<div id=cn_type_dtl>
<div class="row">
Expand Down
Loading

0 comments on commit 1793d6d

Please sign in to comment.