Fixed CSS for installation overlay
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 22:07:48 +0000 (00:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 22:07:48 +0000 (00:07 +0200)
wcfsetup/install/files/style/dialog.less

index 9f611456dc9a1719b149b9262acf80d16f8449c5..4b0d99a2226ffbba9108d219d2c43d4c17d044f5 100644 (file)
        position: fixed;
        right: 0;
        top: 0;
+}
+
+/* package (un-)installation */
+#packageInstallationDialogContainer > .boxHeadline {
+       margin-top: 0;
+}
+
+#packageInstallationAction {
+       margin-bottom: @wcfGapTiny;
 }
\ No newline at end of file