Small optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 19 Jul 2013 18:24:20 +0000 (20:24 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 19 Jul 2013 18:24:20 +0000 (20:24 +0200)
com.woltlab.wcf/templates/dashboardBoxRegisterButton.tpl
wcfsetup/install/files/acp/style/blueTemptation/individual.less
wcfsetup/install/files/style/user.less

index 3e1e54a113d387a264c0add1bd006c8f2c764a73..3a4310f0ba4d3a8f68bd54780fbe677bbb6a73a1 100644 (file)
@@ -1,4 +1,4 @@
-<fieldset class="dashboardBox dashboardBoxRegisterButton">
+<fieldset class="dashboardBox dashboardBoxSidebarButton">
        <div>
                <a href="{link controller='Register'}{/link}" class="button">{lang}wcf.user.button.registerNow{/lang}</a>
        </div>
index 73f0000ce8bcb9f74051fa9ecfe88eb140e60d22..9d2380130418145299cd935fe9db99a749c5b97e 100644 (file)
@@ -818,7 +818,7 @@ div.tabularBox,
 }
 
 /* dashboard boxes */
-.dashboardBoxRegisterButton {
+.dashboardBoxSidebarButton {
        > div {
                > .button {
                        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.5, transparent), to(rgba(0, 0, 0, .4)));
index f9d927f5cfd5937790e0c032ce2e3221299302a8..c16c413b836ce5073384591cfb3b218894a90087 100644 (file)
 }
 
 /* dashboard boxes */
-.dashboardBoxRegisterButton {
+.dashboardBoxSidebarButton {
        padding-bottom: @wcfGapLarge !important;
        
        > div {
                > .button {
                        font-size: 120%;
                        padding: 5px 13px;
+                       
+                       > small {
+                               font-size: 70%;
+                       }
                }
        }
 }