summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-27 07:09:56 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-27 07:09:56 +0000
commit95176a141d21f31c437be41e5c10970df4fca192 (patch)
treeb0ab1f220e39f09f1a5843ec4c302101ad993a18 /themes
parent9b4406c5228d97fa2049a8b372a4c688bcc5164d (diff)
downloadbrdo-95176a141d21f31c437be41e5c10970df4fca192.tar.gz
brdo-95176a141d21f31c437be41e5c10970df4fca192.tar.bz2
- Patch #536956 by pixelite: fixed alignment of active column sort markers and text.
Diffstat (limited to 'themes')
-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 {