refinement of section spacing

This commit is contained in:
Felix Hamann 2019-04-01 22:32:22 +02:00
parent 44684f3998
commit ec50d27bd7
3 changed files with 6 additions and 12 deletions

View File

@ -1,17 +1,14 @@
<div .container>
<h1>Uni2work - Admin Demopage
<section>
<p data-tooltip="Solch ein Tooltip kann mit dem <em>data-tooltip</em> Attribut erzeugt werden. Funktioniert aber nur in Block-Elementen die einen sinnvollen Wrapper haben.">
Diese interne Seite dient lediglich zum Testen diverser Funktionalitäten
und zur Demonstration der verschiedenen Hilfsfunktionen/Module.
Der Handler sollte jeweils aktuelle Beispiele für alle möglichen Funktionalitäten enthalten, so dass man immer weiß, wo man nachschlagen kann.
<div .container.js-show-hide>
<section>
<h2 .js-show-hide__toggle>Teilweise funktionierende Abschnitte
<ul .js-show-hide__target>
<ul>
<li .list-group-item>
<a href=@{UsersR}>Benutzer Verwaltung
@ -22,7 +19,7 @@
<li .list-group-item>
<a href=@{CourseNewR}>Kurse anlegen
<div .container>
<section>
<h2>Funktionen zum Testen
<ul>

View File

@ -527,16 +527,14 @@ ul.list--inline {
}
section {
padding-bottom: 20px;
margin-bottom: 20px;
padding-bottom: 30px;
border-bottom: 1px solid #d3d3d3;
+ section {
margin-top: 20px;
padding-top: 20px;
}
&:last-of-type {
&:last-child {
border-bottom: none;
}
}

View File

@ -1,4 +1,3 @@
.table-filter {
border-bottom: 1px solid #d3d3d3;
margin-bottom: 13px;
}