{if $files|count}
<div class="tabularBox tabularBoxTitle marginTop shadow">
<hgroup>
- <h1><a class="jsCollapsible" data-is-open="0" data-collapsible-container="cache{@$cacheIndex}"><img src="{@$__wcf->getPath()}icon/closed2.svg" alt="" title="{lang}wcf.global.button.collapsible{/lang}" class="icon16 jsTooltip" /></a> {$cache} <span class="wcf-badge" title="{lang}wcf.acp.cache.data.files.count{/lang}">{#$files|count}</span></h1>
+ <h1><a class="jsCollapsible" data-is-open="0" data-collapsible-container="cache{@$cacheIndex}"><img src="{@$__wcf->getPath()}icon/closed2.svg" alt="" title="{lang}wcf.global.button.collapsible{/lang}" class="icon16 jsTooltip" /></a> {$cache} <span class="badge badgeInverse" title="{lang}wcf.acp.cache.data.files.count{/lang}">{#$files|count}</span></h1>
</hgroup>
<table id="cache{@$cacheIndex}" style="display: none;" class="table">
<header class="boxHeadline">
<hgroup>
<h1>{lang}wcf.acp.cronjob.{$action}{/lang}</h1>
- <h2>{lang}wcf.acp.cronjob.subtitle{/lang}</h2>
</hgroup>
</header>
<header class="boxHeadline">
<hgroup>
<h1>{lang}wcf.acp.cronjob.log{/lang}</h1>
- <h2>{lang}wcf.acp.cronjob.subtitle{/lang}</h2>
</hgroup>
</header>
<form method="post" action="{link controller='CronjobLogDelete'}{/link}">
<div class="tabularBox tabularBoxTitle marginTop shadow">
<hgroup>
- <h1>{lang}wcf.acp.cronjob.log{/lang} <span class="badge" title="{lang}wcf.acp.cronjob.log.count{/lang}">{#$items}</span></h1>
+ <h1>{lang}wcf.acp.cronjob.log{/lang} <span class="badge badgeInverse" title="{lang}wcf.acp.cronjob.log.count{/lang}">{#$items}</span></h1>
</hgroup>
<table class="table">
<form method="post" action="{if $action == 'add'}{link controller='UserAdd'}{/link}{else}{link controller='UserEdit'}{/link}{/if}">
<div class="container containerPadding marginTop shadow">
- <dl{if $errorType.username|isset} class="formError"{/if}>
- <dt><label for="username">{lang}wcf.user.username{/lang}</label></dt>
- <dd>
- <input type="text" id="username" name="username" value="{$username}" pattern="^[^,\n]+$" autofocus="autofocus" class="medium" />
- {if $errorType.username|isset}
- <small class="innerError">
- {if $errorType.username == 'empty'}
- {lang}wcf.global.form.error.empty{/lang}
- {else}
- {lang}wcf.user.username.error.{@$errorType.username}{/lang}
- {/if}
- </small>
- {/if}
- </dd>
- </dl>
+ <fieldset>
+ <legend>{lang}wcf.acp.user.general{/lang}</legend>
- {if $availableGroups|count}
- <dl>
- <dt>
- <label>{lang}wcf.acp.user.groups{/lang}</label>
- </dt>
+ <dl{if $errorType.username|isset} class="formError"{/if}>
+ <dt><label for="username">{lang}wcf.user.username{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.groups{/lang}</legend>
-
- <dl>
- <dd>
- {htmlCheckboxes options=$availableGroups name=groupIDs selected=$groupIDs}
- </dd>
- </dl>
- </fieldset>
+ <input type="text" id="username" name="username" value="{$username}" pattern="^[^,\n]+$" autofocus="autofocus" class="medium" />
+ {if $errorType.username|isset}
+ <small class="innerError">
+ {if $errorType.username == 'empty'}
+ {lang}wcf.global.form.error.empty{/lang}
+ {else}
+ {lang}wcf.user.username.error.{@$errorType.username}{/lang}
+ {/if}
+ </small>
+ {/if}
</dd>
</dl>
- {/if}
+
+ {if $availableGroups|count}
+ <dl>
+ <dt>
+ <label>{lang}wcf.acp.user.groups{/lang}</label>
+ </dt>
+ <dd>
+ {htmlCheckboxes options=$availableGroups name=groupIDs selected=$groupIDs}
+ </dd>
+ </dl>
+ {/if}
+ </fieldset>
{if $action == 'add' || $__wcf->session->getPermission('admin.user.canEditMailAddress')}
<fieldset>
{foreach from=$categoryLevel1[categories] item=categoryLevel2}
<div id="{@$categoryLevel1[object]->categoryName}-{@$categoryLevel2[object]->categoryName}" class="hidden">
{if $categoryLevel2[options]|count}
- {include file='optionFieldList' options=$categoryLevel2[options] langPrefix='wcf.acp.group.option.'}
+ <fieldset>
+ <legend>{lang}wcf.acp.group.option.category.{@$categoryLevel2[object]->categoryName}{/lang}</legend>
+ {hascontent}<small>{content}{lang __optional=true}wcf.acp.group.option.category.{@$categoryLevel2[object]->categoryName}.description{/lang}{/content}</small>{/hascontent}
+
+ {include file='optionFieldList' options=$categoryLevel2[options] langPrefix='wcf.acp.group.option.'}
+ </fieldset>
{/if}
{if $categoryLevel2[categories]|count}
{hascontent}
<div class="tabularBox tabularBoxTitle marginTop shadow">
<hgroup>
- <h1>{lang}wcf.acp.group.list{/lang} <span class="badge" title="{lang}wcf.acp.group.list.count{/lang}">{#$items}</span></h1>
+ <h1>{lang}wcf.acp.group.list{/lang} <span class="badge badgeInverse" title="{lang}wcf.acp.group.list.count{/lang}">{#$items}</span></h1>
</hgroup>
<table class="table">
<dl{if $errorField == 'subject'} class="formError"{/if}>
<dt><label for="subject">{lang}wcf.acp.user.sendMail.subject{/lang}</label></dt>
<dd>
- <input type="text" id="subject" name="subject" value="{$subject}" autofocus="autofocus" placeholder="enter subject" class="long" />
+ <input type="text" id="subject" name="subject" value="{$subject}" autofocus="autofocus" class="long" />
{if $errorField == 'subject'}
<small class="innerError">
{if $errorType == 'empty'}
<dl{if $errorField == 'from'} class="formError"{/if}>
<dt><label for="from">{lang}wcf.acp.user.sendMail.from{/lang}</label></dt>
<dd>
- <input type="text" id="from" name="from" value="{$from}" class="medium" />
+ <input type="text" id="from" name="from" value="{$from}" class="long" />
{if $errorField == 'from'}
<small class="innerError">
{if $errorType == 'empty'}
</dl>
<dl>
- <dt></dt>
<dd>
<label><input type="checkbox" id="enableHTML" name="enableHTML" {if $enableHTML == 1}checked="checked" {/if}value="1" /> {lang}wcf.acp.user.sendMail.enableHTML{/lang}</label>
</dd>
</nav>
{if $options|count}
- <div id="profile" class="container containerPadding tabMenuContent hidden">
+ <fieldset id="profile" class="container containerPadding tabMenuContent hidden">
{include file='optionFieldList' langPrefix='wcf.user.option.'}
- </div>
+ </fieldset>
{/if}
{event name='tabMenuContent'}
</div>
<div class="container containerPadding marginTop shadow">
- <dl{if $errorField == 'action'} class="formError"{/if}>
- <dt><label>{lang}wcf.acp.user.massProcessing.action{/lang}</label></dt>
- <dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.massProcessing.action{/lang}</legend>
+ <fieldset{if $errorField == 'action'} class="formError"{/if}>
+ <legend>{lang}wcf.acp.user.massProcessing.action{/lang}</legend>
+
+ <dl>
+ <dd>
+ {if $__wcf->session->getPermission('admin.user.canMailUser')}
+ <label><input type="radio" name="action" value="sendMail" {if $action == 'sendMail'}checked="checked" {/if}/> {lang}wcf.acp.user.sendMail{/lang}</label>
+ <label><input type="radio" name="action" value="exportMailAddress" {if $action == 'exportMailAddress'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress{/lang}</label>
+ {/if}
+ {if $__wcf->session->getPermission('admin.user.canEditUser')}
+ <label><input type="radio" name="action" value="assignToGroup" {if $action == 'assignToGroup'}checked="checked" {/if}/> {lang}wcf.acp.user.assignToGroup{/lang}</label>
+ {/if}
+ {if $__wcf->session->getPermission('admin.user.canDeleteUser')}
+ <label><input type="radio" name="action" value="delete" {if $action == 'delete'}checked="checked" {/if}/> {lang}wcf.acp.user.delete{/lang}</label>
+ {/if}
- <dl>
- <dd>
- {if $__wcf->session->getPermission('admin.user.canMailUser')}
- <label><input type="radio" name="action" value="sendMail" {if $action == 'sendMail'}checked="checked" {/if}/> {lang}wcf.acp.user.sendMail{/lang}</label>
- <label><input type="radio" name="action" value="exportMailAddress" {if $action == 'exportMailAddress'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress{/lang}</label>
- {/if}
- {if $__wcf->session->getPermission('admin.user.canEditUser')}
- <label><input type="radio" name="action" value="assignToGroup" {if $action == 'assignToGroup'}checked="checked" {/if}/> {lang}wcf.acp.user.assignToGroup{/lang}</label>
- {/if}
- {if $__wcf->session->getPermission('admin.user.canDeleteUser')}
- <label><input type="radio" name="action" value="delete" {if $action == 'delete'}checked="checked" {/if}/> {lang}wcf.acp.user.delete{/lang}</label>
- {/if}
-
- {event name='additionalActions'}
-
- {if $errorField == 'action'}
- <small class="innerError">
- {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}
- </small>
- {/if}
- </dd>
- </dl>
- </fieldset>
- </dd>
- </dl>
+ {event name='additionalActions'}
+
+ {if $errorField == 'action'}
+ <small class="innerError">
+ {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}
+ </small>
+ {/if}
+ </dd>
+ </dl>
+ </fieldset>
<div id="sendMailDiv">
<fieldset>
-.aclContainer dd > span {
+.aclContainer > dd > span {
position: relative;
}
margin-top: 0;
min-height: 100px;
- li {
+ > li {
display: block;
padding: @wcfGapTiny;
.aclList {
margin-bottom: @wcfGapSmall;
- li {
+ > li {
cursor: pointer;
&:hover,
background-color: @wcfContainerAccentBackgroundColor;
}
- img:last-child {
+ > img:last-child {
float: right;
margin-right: @wcfGapSmall;
}
min-height: 200px;
text-align: right;
- li {
+ > li {
&:hover {
background-color: @wcfButtonHoverBackgroundColor;
}
text-align: left;
}
- span {
+ > span {
float: left;
padding-left: @wcfGapSmall;
}
- label {
+ > label {
cursor: pointer;
margin: 0 @wcfGapSmall;
padding: 0 @wcfGapLarge;
width: 24px;
}
- a {
+ > a {
text-decoration: underline;
}
}
background-image: url('../icon/systemInfo.svg');
}
- a {
+ > a {
color: @wcfInfoColor;
}
}
background-image: url('../icon/systemSuccess.svg');
}
- a {
+ > a {
color: @wcfInfoColor;
}
}
background-image: url('../icon/systemWarning.svg');
}
- a {
+ > a {
color: @wcfInfoColor;
}
}
background-image: url('../icon/systemError.svg');
}
- a {
+ > a {
color: @wcfInfoColor;
}
}
border-top: 1px dotted @wcfContainerBorderColor;
color: @wcfColor;
font-size: @wcfTitleFontSize;
- padding: 4px 0 0;
+ padding: @wcfGapTiny 0 0;
}
}
.attachmentThumbnailList {
> ul > li {
- margin: 0 0 14px 7px;
+ margin: 0 0 @wcfGapMedium @wcfGapSmall;
}
}
.attachmentFileList {
- > ul > li:not(:first-child) {
- margin-top: @wcfGapTiny;
- }
+ > ul > li {
+ &:not(:first-child) {
+ margin-top: @wcfGapTiny;
+ }
- hgroup h2 {
- font-size: @wcfSmallFontSize;
+ > hgroup h2 {
+ font-size: @wcfSmallFontSize;
+ }
}
}
.boxShadow(0, 1px, rgba(0, 0, 0, 0.2), 1px);
.transition(box-shadow, .1s);
- img {
+ > img,
+ > a > img {
.borderRadius();
}
color: #fff;
position: absolute;
width: 100%;
- padding: 7px 0;
+ padding: @wcfGapSmall 0;
- .borderRadius(0, 0, 5px, 5px);
+ .borderRadius(0, 0, @wcfContainerBorderRadius - 2, @wcfContainerBorderRadius - 2);
- > h1, h2 {
- margin: 0 7px;
+ > h1,
+ > h2 {
+ margin: 0 @wcfGapSmall;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* attachment form */
.formAttachmentList {
border-bottom: 1px solid @wcfContainerBorderColor;
+ margin-bottom: @wcfGapSmall;
padding-bottom: @wcfGapSmall;
-
+
> li {
width: 33%;
float: left;
.borderRadius();
}
- hgroup {
- float: left;
- margin-right: @wcfGapSmall;
- }
-
> div {
padding-top: @wcfGapSmall;
- }
-
- ul {
+ > hgroup {
+ float: left;
+ margin-right: @wcfGapSmall;
+ }
}
}
}
-
-.formAttachmentContent {
- dl {
- margin-top: 0;
- }
-}
\ No newline at end of file
}
/* special */
-.containerHeadline h1 .badge {
+.containerHeadline > h1 > .badge {
font-size: 70%;
top: -1px;
}
-.boxHeadline > hgroup h1 .badge {
+.boxHeadline > hgroup > h1 > .badge {
font-size: 50%;
top: -3px;
}
-.mainMenu .badge {
+.mainMenu > ul > li > .badge {
font-size: 70%;
top: -1px;
}
-.mainMenu .active .badge {
+.mainMenu > ul > li.active > .badge {
font-size: 65%;
top: -2px;
}
-.tabularBoxTitle > hgroup > h1 .badge {
+.tabularBoxTitle > hgroup > h1 > .badge {
font-size: 70%;
top: -1px;
}
\ No newline at end of file
a {
background-color: @wcfContainerAccentBackgroundColor;
- color: @wcfLinkHoverColor;
position: relative;
z-index: 10;
}
}
}
- > span {
- border-width: 15px;
- border-style: solid none solid solid;
+ > .pointer {
border-color: transparent transparent transparent @wcfContainerBorderColor;
+ border-style: solid none solid solid;
+ border-width: 15px;
display: block !important;
- position: absolute;
- width: 0;
height: 0;
- top: -4px;
- right: -15px;
- z-index: 20;
- }
-
- > .pointer > span {
- text-indent: -9000px;
- border-width: 15px;
- border-style: solid none solid solid;
- border-color: transparent transparent transparent @wcfContentBackgroundColor;
- display: block;
position: absolute;
+ right: -15px;
+ top: -4px;
width: 0;
- height: 0;
- top: -15px;
- left: -16px;
- overflow: hidden;
+ z-index: 20;
+
+ > span {
+ border-color: transparent transparent transparent @wcfContentBackgroundColor;
+ border-style: solid none solid solid;
+ border-width: 15px;
+ display: block;
+ height: 0;
+ left: -16px;
+ overflow: hidden;
+ position: absolute;
+ text-indent: -9000px;
+ top: -15px;
+ width: 0;
+ }
}
- a {
- color: @wcfLinkColor;
+ > a {
+ color: @wcfColor;
display: block;
margin: 0;
overflow: hidden;
.textShadow(@wcfContentBackgroundColor);
}
- &:first-child a {
+ &:first-child > a {
background-image: url('../icon/home1.svg');
background-position: 7px center;
background-repeat: no-repeat;
background-size: 16px;
- border-radius: 5px 0 0 5px;
padding-left: 30px;
+
+ .borderRadius(@wcfContainerBorderRadius - 2, 0, 0, @wcfContainerBorderRadius - 2);
}
}
}
}
/* button icons */
-.button img {
+.button > img {
margin: -5px 1px -5px -5px;
vertical-align: middle;
}
\ No newline at end of file
> div {
overflow: hidden;
+
+ > dl {
+ display: table;
+ margin-top: 7px;
+ width: 100%;
+
+ > dt {
+ text-align: right;
+ display: table-cell;
+ width: 1%;
+
+ > pre {
+ padding: 4px 7px;
+
+ > a {
+ display: block;
+ margin: 0 -7px;
+ padding: 0 7px;
+ text-decoration: none;
+
+ &:target {
+ color: #000;
+ background-color: #ff3;
+ }
+ }
+ }
+ }
+
+ > dd {
+ display: table-cell;
+ width: 100%;
+
+ > pre {
+ padding: 4px 7px;
+ }
+ }
+ }
}
&:hover {
}
}
- hgroup {
+ > hgroup {
border-bottom: 1px dotted @wcfContainerBorderColor;
- h1 {
+ > h1 {
padding-bottom: 4px;
font-weight: bold;
}
}
-
- dl {
- display: table;
- margin-top: 7px;
- width: 100%;
-
- dt {
- text-align: right;
- display: table-cell;
- width: 1%;
-
- pre {
- padding: 4px 7px;
-
- a {
- display: block;
- margin: 0 -7px;
- padding: 0 7px;
- text-decoration: none;
-
- &:target {
- color: #000;
- background-color: #ff3;
- }
- }
- }
- }
-
- dd {
- display: table-cell;
- width: 100%;
-
- pre {
- padding: 4px 7px;
- }
- }
-
- }
}
/* ############## Code Styles ############## */
min-height: 28px;
margin-bottom: @wcfGapTiny;
- header {
+ > header {
padding-bottom: @wcfGapTiny;
border-bottom: 1px dotted @wcfContainerBorderColor;
margin-bottom: @wcfGapSmall;
- h1 {
+ > h1 {
font-weight: bold;
}
}
+ /* nested quotes */
.quoteBox {
background-image: none;
padding-left: @wcfGapLarge;
/* ############## Profile Comments ############## */
+.comment,
+.commentResponse {
+ position: relative;
+}
-.commentList {
- .comment, .commentResponse {
- position: relative;
- }
+.commentOptions {
+ display: block;
+ position: absolute;
+ top: @wcfGapMedium;
+ right: @wcfGapMedium;
- .commentOptions {
- display: block;
- position: absolute;
- top: @wcfGapMedium;
- right: @wcfGapMedium;
+ > li {
+ float: left;
+ opacity: 0;
- li {
- float: left;
- opacity: 0;
-
- .transition(opacity, .1s);
-
- a {
- padding: 4px;
- }
+ .transition(opacity, .1s);
+
+ > a {
+ padding: @wcfGapTiny;
}
}
-
- .commentResponseList .commentOptions {
- top: @wcfGapSmall;
- right: @wcfGapSmall;
- }
-
- .commentContent:hover .commentOptions li {
- opacity: 1;
- }
+}
- .commentAdd small, .commentResponseAdd small {
- color: @wcfDimmedColor;
- }
-
- .commentContent:not(.commentResponseContent) {
- margin-bottom: @wcfGapMedium;
- }
-
- .commentResponseList .commentResponse {
- border-top: 1px solid @wcfContainerBorderColor;
- padding: @wcfGapSmall;
- }
-
- .commentResponseAdd {
- border-top: 1px solid @wcfContainerBorderColor;
- padding: 7px 7px 0;
- }
+.commentResponseList .commentOptions {
+ top: @wcfGapSmall;
+ right: @wcfGapSmall;
+}
+
+.commentContent:hover > .commentOptions > li {
+ opacity: 1;
+}
+
+.commentAdd > div > small,
+.commentResponseAdd > div > small {
+ color: @wcfDimmedColor;
+ display: block;
+ opacity: 0;
- .commentResponseAdd ~ .commentResponseList .commentResponse:first-child {
- margin-top: 7px;
- }
+ .transition(opacity, .1s);
+}
+
+.commentAdd > div > input:focus + small,
+.commentResponseAdd > div > input:focus + small {
+ opacity: 1;
+}
+
+.commentContent:not(.commentResponseContent) {
+ margin-bottom: @wcfGapMedium;
+}
+
+.commentResponse {
+ border-top: 1px solid @wcfContainerBorderColor;
+ padding: @wcfGapSmall;
+}
+
+.commentResponseAdd {
+ border-top: 1px solid @wcfContainerBorderColor;
+ padding: 7px 7px 0;
+}
+
+.commentResponseAdd + .commentResponseList > .commentResponse:first-child {
+ margin-top: 7px;
}
.commentList > li:nth-child(2n) .commentResponseList > li:nth-child(2n+1) {
> dd {
margin-left: 0;
-
- > label {
- display: block;
- }
}
}
}
> label {
color: @wcfLabelColor;
+ display: block;
> input[type='checkbox'], > input[type='radio'] {
margin: 2px;
margin-left: 21px;
}
}
+
+ > input[type='checkbox'], > input[type='radio'] {
+ ~ small {
+ margin-left: 21px;
+ }
+ }
}
/* wide */
/* Shadows for boxes - do not use on small boxes! */
.shadow {
- .boxShadow(0, 10px, rgba(0, 0, 0, .1), 10px, -10px);
+ //.boxShadow(0, 10px, rgba(0, 0, 0, .1), 10px, -10px);
+ //.boxShadow(0, 1px, rgba(0, 0, 0, .5), 5px, 0); //
}
-webkit-box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
-moz-box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
-ms-box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
-// -o-box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
-// box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
+ -o-box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
+ box-shadow: @topOffset @leftOffset @blurriness @shadowHeight @color;
}
.boxShadowInset(@topOffset, @leftOffset, @color, @blurriness: 5px, @shadowHeight: 0) {
-webkit-box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
-moz-box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
-ms-box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
-// -o-box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
-// box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
+ -o-box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
+ box-shadow: inset @topOffset @leftOffset @blurriness @shadowHeight @color;
}
.boxShadowNative(@parameters) {
-webkit-box-shadow: @parameters;
-moz-box-shadow: @parameters;
-ms-box-shadow: @parameters;
-// -o-box-shadow: @parameters;
-// box-shadow: @parameters;
+ -o-box-shadow: @parameters;
+ box-shadow: @parameters;
}
.borderRadius(@borderRadius: @wcfContainerBorderRadius) {
.tabMenu {
display: block;
- margin-top: @wcfGapMedium;
+ margin-top: @wcfGapLarge;
padding: 0 10px;
position: relative;
text-align: left;
.tabMenuContainer > .menu {
border-bottom: 1px solid @wcfContainerBorderColor;
- margin: -@wcfGapMedium -@wcfGapLarge @wcfGapLarge -@wcfGapLarge; /* reverse paddings from .containerPadding */
+ margin: -@wcfGapMedium -@wcfGapLarge @wcfGapSmall -@wcfGapLarge; /* reverse paddings from .containerPadding */
padding: @wcfGapSmall 0;
text-align: center;
@wcfContainerBackgroundColor: rgba(252, 253, 254, 1); // bg color for containers
@wcfContainerAccentBackgroundColor: rgba(241, 245, 250, 1); // light variantion of the container bg color
@wcfContainerHoverBackgroundColor: rgba(216, 231, 245, 1); // bg color for hover effects
-@wcfContainerBorderColor: #bcd; // border color for containers
+@wcfContainerBorderColor: #ccc; //#bcd; // border color for containers
@wcfContainerBorderRadius: 6px; // border radius
/* ### box header (table header) ### */
/* ############## Board List ############## */
.wbbBoardList {
> li.wbbBoardNodeTop:not(.wbbBoardNodeTopEmpty) > div {
- .borderRadius(@wcfContainerBorderRadius - 1, 0);
+ .borderRadius(@wcfContainerBorderRadius - 2, 0);
}
> li > ul > li:last-child div.wbbBoard:last-child {
- .borderRadius(0, @wcfContainerBorderRadius - 1);
+ .borderRadius(0, @wcfContainerBorderRadius - 2);
}
> li > ul > .wbbCategory > hgroup {
}
.wbbBoardNodeTopEmpty div.wbbBoard {
- .borderRadius(@wcfContainerBorderRadius - 1);
+ .borderRadius(@wcfContainerBorderRadius - 2);
}
.wbbBoard > div > hgroup > h1 {
width: 0px;
}
}
-}
\ No newline at end of file
+}