Template:Editbox/styles.css: Difference between revisions
imported>Maximilian.schons@uk-koeln.de No edit summary |
imported>Maximilian.schons@uk-koeln.de No edit summary |
||
| Line 8: | Line 8: | ||
.hide { | .hide { | ||
display: none; | display: none; | ||
} | |||
.infektiopedia-editbox .icon-pencil { | |||
float:right; | |||
clear: right; | |||
} | } | ||
Revision as of 09:03, 10 June 2021
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1.5em;
padding: 10px;
}
.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;
}