Vorlage:Editbox/styles.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
padding: 10px; | padding: 10px; | ||
position: relative; | |||
top: -4.5em; | |||
clear:right; | |||
} | } | ||
Version vom 10. Juni 2021, 09:04 Uhr
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1.5em;
padding: 10px;
position: relative;
top: -4.5em;
clear:right;
}
.hide {
display: none;
}
.infektiopedia-editbox .icon-pencil {
float:right;
clear: right;
}
.infektiopedia-editbox > i {
font-size: 1.5em;
}
.infektiopedia-editbox:hover {
background: #d9d9d9;
}
.infektiopedia-editbox:hover .hide {
display: inline !important;
}