Fixed CSS for badges within headlines
authorAlexander Ebert <ebert@woltlab.com>
Mon, 10 Sep 2012 17:09:58 +0000 (19:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 10 Sep 2012 17:09:58 +0000 (19:09 +0200)
wcfsetup/install/files/style/badge.less

index da20841530ddea93cbd1c9bf3f7eaca16c269d3f..167df0f80f2f74891f7a43d6e385a1fa896e5fcf 100644 (file)
@@ -76,4 +76,9 @@ a.badge:hover {
 .tabularBoxTitle > hgroup > h1 > .badge {
        font-size: 70%;
        top: -1px;
+}
+
+fieldset > legend > .badge {
+       font-size: 50%;
+       top: -3px;
 }
\ No newline at end of file