forked from leftypol/leftypol
Style for mod controls on posts
This commit is contained in:
parent
f49bfa17c0
commit
a395805e58
1 changed files with 13 additions and 0 deletions
13
style.css
13
style.css
|
@ -167,4 +167,17 @@ span.omitted {
|
||||||
}
|
}
|
||||||
br.clear {
|
br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
|
}
|
||||||
|
span.controls {
|
||||||
|
float: right;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
span.controls.op {
|
||||||
|
float: none;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
span.controls a {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue