more space at top, testing page overflow
This commit is contained in:
@@ -9,7 +9,7 @@ td { height: 1.75em; }
|
|||||||
.tickbox { margin-right: 0.5em; }
|
.tickbox { margin-right: 0.5em; }
|
||||||
.noitem { background-color: transparent; border-color:transparent; }
|
.noitem { background-color: transparent; border-color:transparent; }
|
||||||
.page { border: 5px solid #ccc; padding: 0.5em;
|
.page { border: 5px solid #ccc; padding: 0.5em;
|
||||||
background: white; }
|
background: white; overflow:hidden; }
|
||||||
.entries { margin-top: 1em; margin-bottom: 1em; }
|
.entries { margin-top: 1em; margin-bottom: 1em; }
|
||||||
.entries input { margin-top: 0.125em; margin-bottom: 0.125em; }
|
.entries input { margin-top: 0.125em; margin-bottom: 0.125em; }
|
||||||
.entries li { margin: 0.8em 1.2em; }
|
.entries li { margin: 0.8em 1.2em; }
|
||||||
@@ -23,6 +23,7 @@ td { height: 1.75em; }
|
|||||||
.error { background: #f0d6d6; padding: 0.5em; }
|
.error { background: #f0d6d6; padding: 0.5em; }
|
||||||
.hidden { display: none; }
|
.hidden { display: none; }
|
||||||
.pointer { cursor: pointer; text-decoration: underline; }
|
.pointer { cursor: pointer; text-decoration: underline; }
|
||||||
|
.hspacer { width: 1em; display: inline-block;}
|
||||||
|
|
||||||
/* dropdown */
|
/* dropdown */
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<div class=page>
|
<div class=page>
|
||||||
<div class=metanav>
|
<div class=metanav>
|
||||||
<a href="{{ url_for('list_shops') }}" id="shopsList">Shops</a>
|
<a href="{{ url_for('list_shops') }}" id="shopsList">Shops</a>
|
||||||
|
<span class="hspacer"></span>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<p onclick="dropDown('userAct')" class="dropbtn">⊆⊇</p>
|
<p onclick="dropDown('userAct')" class="dropbtn">⊆⊇</p>
|
||||||
<div id="userAct" class="dropdown-content">
|
<div id="userAct" class="dropdown-content">
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if shop %}
|
{% if shop %}
|
||||||
|
<span class="hspacer"></span>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<p onclick="dropDown('shopAct')" class="dropbtn">⚙⚒</p>
|
<p onclick="dropDown('shopAct')" class="dropbtn">⚙⚒</p>
|
||||||
<div id="shopAct" class="dropdown-content">
|
<div id="shopAct" class="dropdown-content">
|
||||||
|
|||||||
Reference in New Issue
Block a user