Centered Überischt
This commit is contained in:
parent
1c667a2e45
commit
8cc6f17a7d
@ -12,6 +12,11 @@ h2 {
|
|||||||
width:100vw;
|
width:100vw;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.divsubtop {
|
||||||
|
border-bottom: 1px solid black; /* remove after testing */
|
||||||
|
}
|
||||||
|
|
||||||
.searchtop {
|
.searchtop {
|
||||||
width:24em;
|
width:24em;
|
||||||
}
|
}
|
||||||
@ -24,12 +29,14 @@ h2 {
|
|||||||
}
|
}
|
||||||
.divmain {
|
.divmain {
|
||||||
display:flex;
|
display:flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.divmaintop {
|
.divmaintop {
|
||||||
border:1px;
|
border:1px;
|
||||||
border-bottom-style:solid;
|
border-bottom-style:solid;
|
||||||
height:50px;
|
height:50px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.divmainbody {
|
.divmainbody {
|
||||||
margin:50px;
|
margin:50px;
|
||||||
|
@ -15,11 +15,13 @@
|
|||||||
<input type="submit" class="buttontop" name="lizab" value="Benutzer erstellen">
|
<input type="submit" class="buttontop" name="lizab" value="Benutzer erstellen">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
|
<div class="divsubtop">
|
||||||
<button type="button" class="buttontop2">Lizenzen</button>
|
<button type="button" class="buttontop2">Lizenzen</button>
|
||||||
<button type="button" class="buttontop2">Kategorien</button>
|
<button type="button" class="buttontop2">Kategorien</button>
|
||||||
<button type="button" class="buttontop2">Benutzer</button>
|
<button type="button" class="buttontop2">Benutzer</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="divmain">
|
<div class="divmain">
|
||||||
<div class="divmaintop">
|
<div class="divmaintop">
|
||||||
<h2>Übersicht</h2>
|
<h2>Übersicht</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user