Unite absolute label css
parent
840185d2e3
commit
2dfea01d68
|
@ -14,6 +14,7 @@
|
||||||
.table-container {
|
.table-container {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-head {
|
.table-head {
|
||||||
|
@ -24,11 +25,3 @@
|
||||||
.cell-outline {
|
.cell-outline {
|
||||||
outline: 1px solid #D4D4D4;
|
outline: 1px solid #D4D4D4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 5px;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>Admin Panel</h2>
|
<h2>Admin Panel</h2>
|
||||||
|
|
||||||
<span *ngIf="showSuccessLabel"
|
<span *ngIf="showSuccessLabel"
|
||||||
class="label label-success label-small">
|
class="absolute-label label label-success label-small">
|
||||||
Erfolgreich gespeichert
|
Erfolgreich gespeichert
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -32,11 +32,3 @@
|
||||||
h3 {
|
h3 {
|
||||||
margin: 80px 0 20px -20px;
|
margin: 80px 0 20px -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 5px;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<span *ngIf="showSuccessLabel"
|
<span *ngIf="showSuccessLabel"
|
||||||
class="label label-success label-small">
|
class="absolute-label label label-success label-small">
|
||||||
Erfolgreich gespeichert
|
Erfolgreich gespeichert
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -29,11 +29,3 @@
|
||||||
h3 {
|
h3 {
|
||||||
margin: 80px 0 20px -20px;
|
margin: 80px 0 20px -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 5px;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h3>Offene Anträge - Auszeichnungen</h3>
|
<h3>Offene Anträge - Auszeichnungen</h3>
|
||||||
|
|
||||||
<span *ngIf="showSuccessLabel"
|
<span *ngIf="showSuccessLabel"
|
||||||
class="label label-success label-small">
|
class="absolute-label label label-success label-small">
|
||||||
Erfolgreich gespeichert
|
Erfolgreich gespeichert
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -29,11 +29,3 @@
|
||||||
h3 {
|
h3 {
|
||||||
margin: 80px 0 20px -20px;
|
margin: 80px 0 20px -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 5px;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h3>Offene Anträge - Beförderung</h3>
|
<h3>Offene Anträge - Beförderung</h3>
|
||||||
|
|
||||||
<span *ngIf="showSuccessLabel"
|
<span *ngIf="showSuccessLabel"
|
||||||
class="label label-success label-small">
|
class="absolute-label label label-success label-small">
|
||||||
Erfolgreich gespeichert
|
Erfolgreich gespeichert
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -31,11 +31,3 @@
|
||||||
h3 {
|
h3 {
|
||||||
margin: 80px 0 20px -20px;
|
margin: 80px 0 20px -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 5px;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<span *ngIf="showSuccessLabel"
|
<span *ngIf="showSuccessLabel"
|
||||||
class="label label-success label-small">
|
class="absolute-label label label-success label-small">
|
||||||
Erfolgreich gespeichert
|
Erfolgreich gespeichert
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,11 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.absolute-label {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 5px;
|
||||||
|
margin-left: 25%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue