-webkit-filter: grayscale(1);
}
+/* fixes fieldset overflow issues */
+/* webkit */
+fieldset {
+ min-width: 0;
+}
+/* firefox */
+@-moz-document url-prefix() {
+ fieldset {
+ display: table-column;
+ }
+}
+
/* balloon tooltips */
.balloonTooltip {
background-color: @wcfTooltipBackgroundColor;
text-shadow: none !important; /* necessary to avoid ugly text shadows in comment lists; @todo: better solution without "!important" */
vertical-align: middle;
white-space: nowrap;
+ word-wrap: normal;
&.label {
border-radius: 4px;
font-weight: normal;
text-shadow: none;
font-size: 75%;
+ white-space: nowrap;
+ word-wrap: normal;
}
> .badge {
> div {
overflow: hidden;
white-space: nowrap;
+ word-wrap: normal;
}
}
}
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
+ word-wrap: normal;
.textShadow(@wcfContentBackgroundColor);
}
padding: 0 5px 3px 5px;
position: relative;
white-space: nowrap;
+ word-wrap: normal;
.textShadow(@wcfContainerBackgroundColor);
> li {
display: inline-block;
outline: 0;
- white-space: nowrap;
&.ui-state-active {
> a {
font-size: @wcfSmallFontSize;
font-weight: bold;
white-space: nowrap;
+ word-wrap: normal;
.textShadow(@wcfTabularBoxBackgroundColor);
.linearGradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
text-align: center;
width: 1px !important;
white-space: nowrap;
+ word-wrap: normal;
}
&.columnDigits,
text-align: right;
width: 1px !important;
white-space: nowrap;
+ word-wrap: normal;
}
&.columnIcon {
text-align: left;
width: 1px !important;
white-space: nowrap;
+ word-wrap: normal;
}
&.columnTitle {
text-align: right;
width: 1px !important;
white-space: nowrap;
+ word-wrap: normal;
}
&.columnURL, &.columnSmallText {
text-align: left;
white-space: nowrap;
width: 62%;
+ word-wrap: normal;
> a {
color: @wcfDimmedColor;
text-overflow: ellipsis;
white-space: nowrap;
width: 35%;
+ word-wrap: normal;
> a {
color: @wcfColor;
text-overflow: ellipsis;
white-space: nowrap;
width: 35%;
+ word-wrap: normal;
}
dd {
}
}
}
-
- > div,
- > ul,
- > ol,
- > dl {
- width: 300px - @wcfGapMedium * 2;
- }
}
.sidebarBoxList > li:not(:last-child) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+ word-wrap: normal;
.textShadow(@wcfSidebarBackgroundColor);