Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><img src="https://i.stack.imgur.com/QYuVr.png" alt="Browser Preview"> </p> <pre><code>&lt;style type="text/css"&gt; .Account_Administration { height: 45px; padding-left: 10px; border-bottom: 2px solid rgb( 0, 114, 198 ); font-size: 30.0px; font-family: Calibri; color: rgb( 0, 114, 198 ); } .Log_in { height: 35px; margin-left: 15px; font-size: 20.0px; font-family: Calibri; color: rgb( 0, 114, 198 ); } #inputForm { margin-left: 20px; } .single_field_container { background-color: #eaeaea; border-radius: 2px; padding: 0px; } .username_password { float: left; width: 35%; font-size: 10px; font-family: Calibri; padding-top: 4px; padding-left: 5%; } .fileds { float: left; width: 40%; } #username,#password { width: 59.8%; border:1px solid transparent; border-radius: 2px; font-size: 10px; } #buttons_container { float: right; width: 40%; } .knappar { width: 20%; float: right; } .Logga_in { background-color: #0088cc; float: right; padding: 5%; padding-left: 10%; padding-right: 10%; border-radius: 2px; color: #fff; font-family: calibri; } &lt;/style&gt; &lt;div class="Account_Administration"&gt; Account Administration &lt;/div&gt; &lt;div class="Log_in"&gt; Logga in &lt;/div&gt; &lt;form id="inputForm" action="/admin/execute" method="post"&gt; &lt;div class="single_field_container"&gt; &lt;div class="username_password"&gt; Användarnamn &lt;/div&gt; &lt;div class="fields"&gt; &lt;input id="username" name="username" class="textInput" type="text" value=""/&gt; &lt;/div&gt; &lt;/div&gt; &lt;br&gt; &lt;div class="single_field_container"&gt; &lt;div class="username_password"&gt; Lösenord &lt;/div&gt; &lt;div class="fields"&gt; &lt;input id="password" name="password" class="textInput" type="text" value=""/&gt; &lt;/div&gt; &lt;/div&gt; &lt;br&gt; &lt;div id='buttons_container'&gt; &lt;div class="knappar"&gt; &lt;div class="Logga_in"&gt; Avbryt &lt;/div&gt; &lt;!-- &lt;input id="submitButton" type="submit" value="OK"/&gt; --&gt; &lt;/div&gt; &lt;div class="knappar"&gt; &lt;div class="Logga_in"&gt; Log in &lt;/div&gt; &lt;!-- &lt;input id="submitButton" type="submit" value="OK"/&gt; --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/form&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload