summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/seven/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 99826fff0..f45f1fca8 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -453,11 +453,13 @@ table th.active {
table th a {
display: block;
+ position: relative;
}
table th.active img {
- float: right;
- margin-top: 3px;
+ position: absolute;
+ top: 3px;
+ right: 3px;
}
table td.active {