More global classes & some comments
authorLuzifr <szekely@woltlab.com>
Fri, 9 Mar 2012 13:19:45 +0000 (14:19 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 9 Mar 2012 13:19:45 +0000 (14:19 +0100)
com.woltlab.wcf/template/breadcrumbs.tpl
wcfsetup/install/files/acp/style/wcf.css
wcfsetup/install/files/acp/style/wcf.less

index 22cf5a0320e9681b13aa2b70bc0c67692be98c24..8d24b34ac8a46709d015245fe033e8c5114f80cf 100644 (file)
@@ -1,6 +1,6 @@
 {if !$__microdata|isset}{assign var=__microdata value=true}{/if}
 {if $__wcf->getBreadcrumbs()|count}
-<nav class="wcf-breadcrumbs">
+<nav class="wcf-breadcrumbs wcf-marginTop">
        <ul>
                {foreach from=$__wcf->getBreadcrumbs() item=$breadcrumb}
                        <li title="{$breadcrumb->getLabel()}"{if $__microdata} itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"{/if}>
index 0cd6db2650f7da6a2c2a125774e750b87f8ed867..30e93f6b5602919c9e1fef8cef6648a6d362592b 100644 (file)
@@ -2928,7 +2928,6 @@ input[type='button'],
        border: 1px solid rgba(204, 204, 204, 1);
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 1);
-       margin-top: 15px;
        display: block;
        position: relative;
        overflow: hidden;
index 1c56c4a0242ee546496c35530ce05c0a561fd6e2..25dc92d86fd0620360c1231d8b569e846976a4a7 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * #############################################################################
  * ### CAUTION: This is the LESS-compatible stylesheet used within the whole ###
- * ###         WCF, but during WCFSetup the stylesheet wcf.css is used!     ###
+ * ###         WCF, but during WCFSetup the stylesheet wcf.css is used!         ###
  * #############################################################################
  */
 
@@ -2367,7 +2367,7 @@ input[type=search] {
 
 
 
-/* -- -- -- Special -> System Notification -- -- --  */
+/* Special -> System Notification  */
 
 .wcf-preInput .wcf-dropdown > li.missingValue { /* ToDo */
        /* color: #990; */