mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 16:18:36 +00:00
see #7393 affects #6464 Signed-off-by: Michael Gnehr michael@gnehr.de
This commit is contained in:
@@ -605,7 +605,6 @@ code,
|
||||
.file-comment {
|
||||
font: 12px @monospaced-fonts, monospace;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
|
||||
}
|
||||
|
||||
.ui.floating.dropdown {
|
||||
@@ -877,3 +876,19 @@ footer {
|
||||
.ui.tabular.menu .item.active {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
/* multiple radio or checkboxes as inline element */
|
||||
.inline-grouped-list {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
> .ui {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user