Small style fixes
authorMarcel Werk <burntime@woltlab.com>
Tue, 29 May 2012 11:17:23 +0000 (13:17 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 29 May 2012 11:17:23 +0000 (13:17 +0200)
wcfsetup/install/files/acp/templates/userSearch.tpl
wcfsetup/install/files/style/tabs.less

index 7793da3fa3696df3031cb75cd14640756624de00..b2ada61065162de48aa337db93d39ce42ca47a51 100644 (file)
                                                        <legend>{lang}wcf.user.option.category.{@$category[object]->categoryName}{/lang}</legend>
                                                        {hascontent}<h2>{content}{lang __optional=true}wcf.user.option.category.{@$category[object]->categoryName}.description{/lang}{/content}</h2>{/hascontent}
                                                        
-                                                       <div>
-                                                               {include file='optionFieldList' options=$category[options] langPrefix='wcf.user.option.'}
-                                                       </div>
+                                                       {include file='optionFieldList' options=$category[options] langPrefix='wcf.user.option.'}
                                                </fieldset>
                                        {/foreach}
                                </div>
index 3dd3cec7585865217e2900946845f4b33bdcc854..bebe92ef4dfd7fa47a98fd0efa80c8ee4b1d5577 100644 (file)
        }
 }
 
+.containerPadding > .tabMenuContainer:last-child {
+       margin-bottom: @wcfGapSmall;
+}
+
 /* ToDo: 2x hidden? */
 .ui-tabs .ui-tabs-hide {
        display: none !important;