eddy 3 rokov pred
rodič
commit
c79ff6655e
2 zmenil súbory, kde vykonal 4 pridanie a 5 odobranie
  1. BIN
      app/database.db
  2. 4 5
      app/templates/home.html

BIN
app/database.db


+ 4 - 5
app/templates/home.html

@@ -133,7 +133,7 @@ body{
                     </div>
                     <form method="POST">
                         <div class="card-body">
-                            <hr style="border: 1px solid rgb(177, 176, 176);"/>
+                            <hr style="border: 3px solid rgb(177, 176, 176);"/>
                             <p><b>Change Username or Password</b></p><br>
                             <div class="row">
                                 <div class="col-sm-3">
@@ -152,7 +152,6 @@ body{
                                     <input type="text" id="password" name="password"><br>
                                 </div>
                             </div>
-                        <hr>
                             <div class="row">
                                 <div class="col-sm-3">
                                 <h6 class="mb-0"><label for="password_confirm">Password<br>(Confirm)</label></h6><br>
@@ -161,7 +160,6 @@ body{
                                     <input type="text" id="password_confirm" name="password_confirm">
                                 </div>
                             </div>
-                        <hr>
                             <div class="row">
                                 <div class="col-sm-12">
                                     <input type="submit" value="Submit" class="btn btn-info"></a>
@@ -171,11 +169,12 @@ body{
                     </form>
                     <form method="POST">
                         <div class="card-body">
-                            <hr style="border: 1px solid rgb(177, 176, 176);"/>
+                            <hr style="border: 3px solid rgb(177, 176, 176);"/>
                             <p><b>Background Colour Customization</b></p><br>
                             <input type="image" src="static/logo/Background_Colour_Customization_LightBlue_logo.png" alt="LightBlue" id="theme_color" name="theme_color" value="lightblue">
                             <input type="image" src="static/logo/Background_Colour_Customization_White_logo.png" alt="White" id="theme_color" name="theme_color" value="white">
                             <input type="image" src="static/logo/Background_Colour_Customization_Black_logo.png" alt="Black" id="theme_color" name="theme_color" value="black">
+                            <p>Current: <b><u>(ColourName)</u></b></p>
                         </div>
                     </form>
                   </div>
@@ -210,7 +209,7 @@ body{
                                         </div>
                                         <div class="col.md-4" style="position:absolute; right:17px;">
                                             <li class="href_link_button">
-                                            <a href="{{ bm.link }}">
+                                            <a href="{{ bm.link }}" TARGET="_BLANK">
                                             <img src="static/logo/link_logo.png"width="30" height="30">
                                             </a>
                                             <button type="submit" class="btn btn-primary" style="padding: 3px; font-size: 6px; border-width: 3px;"><b>Edit</b></button>