Files
singlechat/docroot/resources/themes/bootstrap/2/wt.css
Torsten Schulz 2a673b50ef Initial commit
2024-01-26 08:24:58 +01:00

1090 lines
23 KiB
CSS

/*
* Reuse settings and mixins from Bootstrap
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
* Extend menu support to include sub menus
*/
.nav > li > .nav {
display: none;
margin-left: 2ex;
}
.nav > li.active .nav {
display: block;
}
/*
* More dropdown-menu support
*/
.dropdown-menu .disabled a,
.dropdown-menu .disabled a:hover {
text-decoration: none;
color: #999999;
cursor: default;
background-color: transparent;
}
.dropdown-menu .Wt-icon {
margin-right: 4px;
background-repeat: no-repeat;
background-position: center left;
display: inline-block;
width: 16px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
}
.dropdown-menu .Wt-chkbox {
margin-left: 1px;
margin-right: 7px;
display: inline-block;
width: 12px;
vertical-align: text-top;
}
.dropdown-menu .Wt-padded {
padding-left: 39px;
}
.dropdown-menu li label {
display: inline;
}
/*
* Make label in any menu item inline
*/
.nav li label {
display: inline;
}
/*
* Custom collapse nav support
*/
.navbar .nav-collapse {
display: block !important;
}
@media (max-width: 979px) {
.nav-collapse .dropdown-menu {
display: block !important;
position: static !important;
}
.nav-collapse .dropdown-menu li > a:hover {
color: #555;
background: #f2f2f2;
}
.nav-collapse .dropdown-menu .active > a {
color: inherit;
background: inherit;
}
}
.navbar .navbar-inner .container {
margin-left: 0px;
margin-right: 0px;
}
/*
* Less odd drop down menu support in navbar
*/
.navbar .nav > li.submenu > a:hover,
.navbar .nav > li.submenu > a.active {
color: #555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
/*
* Fix submens in popup menus in navbar
*/
.navbar .nav > li > .dropdown-menu.submenu:before {
display: none;
}
.navbar .nav > li > .dropdown-menu.submenu:after {
display: none;
}
/*
* Show pointer even if anchor has no href
*/
.nav > li > a {
cursor: pointer;
}
/*
* Fix open drop down menu
*/
.navbar .nav li > .dropdown-toggle.active {
color: #555555;
background-color: #e5e5e5;
}
/*
* Dialog extensions
*/
.modal .movable .modal-header {
cursor: move;
}
.modal .modal-body .modal-footer {
margin: 0px -15px -15px;
}
.modal .modal-body {
max-height: none; /* override max-height: 400px in Bootstrap */
}
/*
* Message box
*/
.modal .Wt-msgbox-icon {
display: block;
float: left;
margin: -5px 15px 0px 0px;
width: 25px;
height: 35px;
}
.modal .Wt-msgbox-text {
overflow: auto;
}
/*
* Non-bootstrap widgets
*/
/*
* Resize handles
*/
.Wt-hrh2,
.Wt-vsh2 {
cursor: row-resize;
}
.Wt-vrh2,
.Wt-hsh2 {
cursor: col-resize;
}
.Wt-hrh2 {
background: url(../splitter-v.png) no-repeat 50% 50% #EEE;
}
.Wt-vrh2 {
background: url(../splitter-h.png) no-repeat 50% 50% #EEE;
}
.Wt-hsh2,
.Wt-vsh2,
.Wt-vrh2:hover,
.Wt-hrh2:hover {
background-color: #999;
}
/*
* WCalendar
*/
.Wt-cal table.d1 {
width: 170px;
}
.Wt-cal table.d3 {
width: 255px;
}
.Wt-cal table.dlong {
width: 560px;
}
.Wt-cal .Wt-cal-navbutton {
display: block;
}
.Wt-cal .Wt-cal-now {
background-color: lightgray;
}
.Wt-cal .days.d1 td {
width: 20px;
}
.Wt-cal .days.d3 td {
width: 35px;
}
.Wt-cal .days.dlong td {
width: 80px;
}
.Wt-cal td,
.Wt-cal th,
.Wt-cal td > div {
text-align: center;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-cal th,
.Wt-cal td > div {
padding: 4px 5px;
}
.Wt-cal tr:first-child th {
cursor: pointer;
}
.Wt-cal tr:first-child th:hover {
background: #eee;
}
.Wt-cal tr:first-child th select {
width: 125px;
margin: 0px;
}
.Wt-cal tr:first-child th input {
width: 35px;
margin: 0px;
}
.Wt-cal .days td:hover {
background: #eee;
cursor: pointer;
}
.Wt-cal .days td .Wt-cal-oom {
color: #999;
}
.Wt-cal .days td .Wt-cal-oor {
color: #999;
}
.Wt-cal .days td .Wt-cal-sel,
.Wt-cal .days td .Wt-cal-sel:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(top, #08c, #0044cc);
background-image: -o-linear-gradient(top, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0044cc;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.Wt-cal .days td .Wt-cal-sel:hover,
.Wt-cal .days td .Wt-cal-sel:hover:hover,
.Wt-cal .days td .Wt-cal-sel:active,
.Wt-cal .days td .Wt-cal-sel:hover:active,
.Wt-cal .days td .Wt-cal-sel.active,
.Wt-cal .days td .Wt-cal-sel:hover.active,
.Wt-cal .days td .Wt-cal-sel.disabled,
.Wt-cal .days td .Wt-cal-sel:hover.disabled,
.Wt-cal .days td .Wt-cal-sel[disabled],
.Wt-cal .days td .Wt-cal-sel:hover[disabled] {
color: #fff;
background-color: #0044cc;
*background-color: #003bb3;
}
.Wt-cal .days td .Wt-cal-sel:active,
.Wt-cal .days td .Wt-cal-sel:hover:active,
.Wt-cal .days td .Wt-cal-sel.active,
.Wt-cal .days td .Wt-cal-sel:hover.active {
background-color: #003399 \9;
}
/*
* WTimeEdit
*/
.Wt-timeedit {
background-image: url('time-edit-button.png');
background-repeat: no-repeat;
background-position: right top;
padding-right: 40px;
}
.Wt-timeedit:hover {
cursor: default;
background-position: right -34px;
}
.Wt-timeedit:active {
cursor: default;
background-position: right -68px;
}
.Wt-timeedit::-ms-clear {
display: none;
}
/*
* WDateEdit
*/
.Wt-dateedit {
background-image: url('date-edit-button.png');
background-repeat: no-repeat;
background-position: right top;
padding-right: 40px;
}
.Wt-dateedit:hover {
cursor: default;
background-position: right -30px;
}
.Wt-dateedit:active {
cursor: default;
background-position: right -60px;
}
.Wt-dateedit::-ms-clear {
display: none;
}
/*
* WDatePicker
*/
.Wt-datepicker {
display: block;
top: auto;
left: auto;
}
/*
* WProgressBar
*/
.progress {
width: 200px;
vertical-align: middle;
position: relative;
margin-bottom: 0px;
}
.progress .bar-label {
position: absolute;
left: 0px;
width: 100%;
text-align: center;
font-size: 0.8em;
top: 0.1em;
}
/*
* WPushButton
*/
.btn.with-label img,
.list-group-item.with-label img {
padding-right: 10px;
}
/*
* WGoogleMap
*/
.Wt-googlemap img {
max-width: none;
}
/*
* WSpinBox
*/
.Wt-spinbox {
background-image: url('spin-buttons.png');
background-repeat: no-repeat;
background-position: right top;
padding-right: 16px;
}
.Wt-spinbox.up {
background-position: right -30px;
}
.Wt-spinbox.dn {
background-position: right -60px;
}
.Wt-spinbox::-ms-clear {
display: none;
}
/*
* WSlider
*/
.Wt-slider-h .Wt-slider-bg {
margin: 0px 5px;
}
.Wt-slider-h .Wt-w {
position: absolute;
width: 100%;
top: 50%;
left: -1px;
margin-top: -5px;
height: 8px;
border: 1px solid #ddd;
background: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-h .fill {
top: 50%;
margin-top: -5px;
height: 8px;
border: 1px solid #08c;
background: #08c;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-h .handle {
top: 50% !important;
margin-top: -10px;
height: 18px !important;
border: 1px solid #bbb;
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-h .handle:hover,
.Wt-slider-h .handle:active,
.Wt-slider-h .handle.active,
.Wt-slider-h .handle.disabled,
.Wt-slider-h .handle[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.Wt-slider-h .handle:active,
.Wt-slider-h .handle.active {
background-color: #cccccc \9;
}
.Wt-slider-h .handle:hover {
background-color: #e6e6e6;
background-position: 0 -15px;
}
.Wt-slider-h .handle:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
}
.Wt-slider-v .Wt-slider-bg {
margin: 5px 0px;
}
.Wt-slider-v .Wt-w {
position: absolute;
height: 100%;
left: 50%;
margin-left: -5px;
width: 8px;
border: 1px solid #ddd;
background: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-v .fill {
left: 50%;
margin-left: -5px;
bottom: -1px;
width: 8px;
border: 1px solid #08c;
background: #08c;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-v .handle {
left: 50% !important;
margin-left: -10px;
width: 18px !important;
border: 1px solid #bbb;
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.Wt-slider-v .handle:hover,
.Wt-slider-v .handle:active,
.Wt-slider-v .handle.active,
.Wt-slider-v .handle.disabled,
.Wt-slider-v .handle[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.Wt-slider-v .handle:active,
.Wt-slider-v .handle.active {
background-color: #cccccc \9;
}
.Wt-slider-v .handle:hover {
background-color: #e6e6e6;
background-position: 0 -15px;
}
.Wt-slider-v .handle:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
}
/*
* WSuggestionPopup icon!
*/
.Wt-suggest-dropdown {
background-image: url('suggest-dropdown.png');
background-repeat: no-repeat;
background-position: right top;
padding-right: 40px;
}
.Wt-suggest-dropdown:hover {
cursor: default;
background-position: right -30px;
}
.Wt-suggest-dropdown:active {
cursor: default;
background-position: right -60px;
}
.dropdown-menu.typeahead {
cursor: pointer;
}
.dropdown-menu.typeahead li:not(.active) > a:hover {
color: inherit;
background: inherit;
}
/*
* WAbstractItemView (WTableView and WTreeView)
*/
.Wt-itemview {
cursor: default;
white-space: nowrap;
background: white;
border: 1px solid #ddd;
/* header */
/* resize handles */
/* sort handles */
/* item drag & drop */
}
.Wt-itemview.Wt-itemview-paged {
overflow: auto;
}
.Wt-itemview .Wt-spacer {
background: url(../../../loading.png);
}
.Wt-itemview .Wt-headerdiv {
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
overflow: hidden;
width: 100%;
}
.Wt-itemview .Wt-headerdiv,
.Wt-itemview .Wt-headerdiv .Wt-tv-rowc,
.Wt-itemview th {
font-weight: bold;
}
.Wt-itemview th,
.Wt-itemview th .Wt-tv-br {
overflow: hidden;
}
.Wt-itemview .Wt-header .Wt-label {
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
/* needed for IE only */
white-space: nowrap;
height: 100%;
}
.Wt-itemview .Wt-header .Wt-wwrap .Wt-label {
overflow: visible;
white-space: normal;
}
.Wt-itemview .Wt-tv-rh {
float: right;
width: 4px;
cursor: col-resize;
}
.Wt-itemview .Wt-tv-no-rh {
width: 0px;
margin-left: 4px;
cursor: default;
}
.Wt-itemview .Wt-tv-sh {
float: right;
width: 16px;
height: 16px;
padding-bottom: 6px;
cursor: pointer;
}
.Wt-itemview .Wt-tv-rh:hover {
background-color: #999;
}
.Wt-itemview .Wt-tv-sh-none {
background: url(../sort-arrow-none.gif) no-repeat 0 6px;
}
.Wt-itemview .Wt-tv-sh-up {
background: url(../sort-arrow-up.gif) no-repeat 0 6px;
}
.Wt-itemview .Wt-tv-sh-down {
background: url(../sort-arrow-down.gif) no-repeat 0 6px;
}
.Wt-itemview .active {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #08c;
cursor: default;
}
.Wt-itemview .Wt-drop-site {
background-color: #EEEEEE;
outline: 1px dotted black;
}
.Wt-drop-site-top {
box-shadow: 0 2px 0 #000 inset;
position: absolute;
top: 0px;
left: 0px;
width:100%;
height:100%;
pointer-events: none;
}
.Wt-drop-site-bottom {
box-shadow: 0 -2px 0 #000 inset;
position: absolute;
top: 0px;
left: 0px;
width:100%;
height:100%;
pointer-events: none;
}
body.Wt-rtl .Wt-itemview .Wt-tv-rh,
body.Wt-rtl .Wt-itemview .Wt-tv-sh {
float: left;
}
body.Wt-rtl .Wt-itemview .Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
/*
* WTableView
*/
.Wt-tableview {
white-space: nowrap;
/* header */
/* borders */
}
.Wt-tableview select {
width: 100%;
}
.Wt-tableview .Wt-header .Wt-tv-c {
padding-left: 6px;
}
.Wt-tableview .Wt-tv-contents {
background-color: #fff;
}
.Wt-tableview .Wt-tv-contents.Wt-striped div.Wt-tv-c:nth-child(odd) {
background-color: #f9f9f9;
}
.Wt-tableview .Wt-tv-contents.Wt-striped div.active:nth-child(odd) {
background-color: #08c;
}
.Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
padding: 0px 3px;
overflow: hidden;
text-overflow: ellipsis;
}
.Wt-tableview .Wt-tv-contents img.icon,
.Wt-tableview .Wt-plaintable img.icon,
.Wt-tableview .Wt-tv-contents input.icon,
.Wt-tableview .Wt-plaintable input.icon {
margin: 0px 3px 2px 0px;
vertical-align: middle;
}
.Wt-tableview .Wt-spacer {
position: relative;
overflow: hidden;
}
.Wt-tableview table {
background-position: left bottom;
}
.Wt-tableview th {
padding: 0px;
}
.Wt-tableview .Wt-tv-br {
border-right: 1px solid #ddd;
}
.Wt-tableview .Wt-plaintable .Wt-tv-br {
border-right: 0;
}
.Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
margin-top: -1px;
}
.Wt-tableview .Wt-spacer {
border-bottom: 1px solid #ddd;
}
.Wt-tableview .Wt-header {
border-bottom: 1px solid #ddd;
}
body.Wt-rtl .Wt-tableview {
/* borders */
}
body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c {
padding-left: 0px;
padding-right: 6px;
}
body.Wt-rtl .Wt-tableview .Wt-tv-contents img.icon,
body.Wt-rtl .Wt-tableview .Wt-plaintable img.icon,
body.Wt-rtl .Wt-tableview .Wt-tv-contents input.icon,
body.Wt-rtl .Wt-tableview .Wt-plaintable input.icon {
margin: 0px 0px 2px 3px;
}
body.Wt-rtl .Wt-tableview table {
background-position: right bottom;
}
body.Wt-rtl .Wt-tableview .Wt-tv-br {
border-right: 0;
border-left: 1px solid #ddd;
}
body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-right: 0;
border-left: 1px solid #ddd;
}
/*
* WTree(node)
*/
.Wt-tree {
cursor: default;
}
.Wt-tree ul {
margin: 0;
padding-left: 20px;
list-style: none;
}
.Wt-tree div.Wt-root {
display: none;
}
.Wt-tree ul.Wt-root {
padding-left: 0px;
}
.Wt-tree.Wt-trunk,
.Wt-tree .Wt-item.Wt-trunk {
background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y;
}
.Wt-tree .Wt-item {
*zoom: 1;
}
.Wt-tree .Wt-item.Wt-end {
background-image: url(../../../line-last.gif);
background-repeat: no-repeat;
}
.Wt-tree .active {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #08c;
cursor: default;
}
.Wt-tree .Wt-ctrl {
float: left;
display: block;
width: 19px;
height: 19px;
}
.Wt-tree .Wt-ctrl.Wt-noexpand {
background-image: url(../../../line-middle.gif);
background-repeat: no-repeat;
}
.Wt-tree .Wt-ctrl img {
vertical-align: top;
}
.Wt-tree .cols-row {
float: right;
}
.Wt-tree .Wt-label {
padding: 0px 2px;
line-height: 150%;
}
body.Wt-rtl .Wt-tree ul {
margin: 0;
padding-left: 0px;
padding-right: 20px;
}
body.Wt-rtl .Wt-tree ul.Wt-root {
padding-right: 0px;
}
body.Wt-rtl .Wt-tree.Wt-trunk,
body.Wt-rtl .Wt-tree .Wt-item.Wt-trunk {
background-position: top right;
}
body.Wt-rtl .Wt-tree .Wt-item.Wt-end {
background-image: url(../../../line-last-rtl.gif);
background-position: top right;
}
body.Wt-rtl .Wt-tree .Wt-ctrl {
float: right;
}
body.Wt-rtl .Wt-tree .Wt-ctrl.Wt-noexpand {
background-image: url(../../../line-middle-rtl.gif);
background-position: top right;
}
body.Wt-rtl .Wt-tree .cols-row {
float: left;
}
.Wt-treetable {
overflow: auto;
}
.Wt-treetable .Wt-header {
font-weight: bold;
border-bottom: 1px solid #ddd;
line-height: 28px;
}
.Wt-sbspacer {
float: right;
width: 16px;
height: 1px;
border: 0px;
display: none;
}
body.Wt-rtl .Wt-sbspacer {
float: left;
}
/*
* WTreeView
*/
/* Layout styling */
.Wt-treeview {
/* nodes */
}
.Wt-treeview ul {
margin: 0px;
padding-left: 20px;
list-style: none;
}
.Wt-treeview ul.Wt-tv-root {
padding-left: 0px;
}
.Wt-treeview img.icon,
.Wt-treeview input.icon {
margin: 0px 3px 2px 0px;
}
.Wt-treeview .Wt-header {
border-bottom: 1px solid #ddd;
}
.Wt-treeview .Wt-header .Wt-tv-c {
padding: 0px;
margin-left: 7px;
}
.Wt-treeview .Wt-tv-br,
.Wt-treeview ul .Wt-tv-c {
/* data */
margin-right: 0px;
border-right: 1px solid #ddd;
}
.Wt-treeview button.Wt-tv-c {
border-right-color: transparent;
/* doesn't work */
}
.Wt-treeview .Wt-tv-c {
padding: 0px 3px;
}
.Wt-treeview .Wt-tv-row {
float: right;
overflow: hidden;
}
.Wt-treeview .Wt-tv-row .Wt-tv-c {
float: left;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.Wt-treeview img.icon,
.Wt-treeview input.icon {
vertical-align: middle;
}
.Wt-treeview .Wt-scroll {
overflow: auto;
height: 22px;
}
.Wt-treeview .Wt-scroll div {
height: 1px;
}
.Wt-treeview .Wt-item {
*zoom: 1;
}
.Wt-treeview .Wt-trunk {
background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y;
}
.Wt-treeview .Wt-end {
background-image: url(../../../tv-line-last.gif);
background-repeat: no-repeat;
background-position: 0 center;
}
.Wt-treeview .Wt-ctrl {
float: left;
width: 19px;
}
.Wt-treeview .Wt-ctrl.expand {
background-image: url(nav-plus.gif);
background-repeat: no-repeat;
background-position: 0 center;
}
.Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus.gif);
background-repeat: no-repeat;
background-position: 0 center;
}
.Wt-treeview .Wt-ctrl.noexpand {
background: url(../../../line-middle.gif);
background-repeat: no-repeat;
background-position: 0 center;
}
body.Wt-rtl .Wt-treeview ul {
padding-left: 0px;
padding-right: 20px;
}
body.Wt-rtl .Wt-treeview ul.Wt-tv-root {
padding-right: 0px;
}
body.Wt-rtl .Wt-treeview img.icon,
body.Wt-rtl .Wt-treeview input.icon {
margin: 0px 0px 2px 3px;
}
body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
margin-left: 0px;
margin-right: 7px;
}
body.Wt-rtl .Wt-treeview .Wt-tv-br,
body.Wt-rtl .Wt-treeview ul .Wt-tv-c {
/* data */
border-right: 0px;
margin-left: 0px;
border-left: 1px solid #ddd;
}
body.Wt-rtl .Wt-treeview .Wt-tv-row {
float: left;
}
body.Wt-rtl .Wt-treeview .Wt-tv-row .Wt-tv-c {
float: right;
}
body.Wt-rtl .Wt-treeview .Wt-trunk {
background-position: top right;
}
body.Wt-rtl .Wt-treeview .Wt-end {
background-image: url(../../../tv-line-last-rtl.gif);
background-position: right center;
}
body.Wt-rtl .Wt-treeview .Wt-ctrl {
float: right;
}
body.Wt-rtl .Wt-treeview .Wt-ctrl.expand {
background-image: url(nav-plus-rtl.gif);
}
body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse {
background-image: url(nav-minus-rtl.gif);
}
body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
background-image: url(../../../line-middle-rtl.gif);
}
/*
* WTreeView and WTableView default paging bar
*/
.Wt-pagingbar {
text-align: center;
padding: 2px;
height: 35px;
line-height: 35px;
}
.Wt-pagingbar span {
margin: 0px 4px;
}
.Wt-pagingbar button {
margin: 0px 4px;
}
.Wt-in-place-edit span:hover {
color: #fff;
background-color: #08c;
}
/*
* WStackedWidget
*/
.Wt-stack.Wt-animated {
overflow: hidden;
position: relative;
}
/*
* WResizable
*/
.Wt-resizable,
.Wt-resizable.modal .modal-footer {
background-image: url(../../../resizable.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
}
/*
* WFileDropWidget
*/
.Wt-filedropzone {
width: 200px;
height: 200px;
border: thick dashed grey;
background-color: lightgrey;
}
.Wt-filedropzone.Wt-dropzone-hover {
border-color: green;
}
.Wt-filedropzone.Wt-dropzone-hover * {
pointer-events: none;
}
.Wt-fileupload-hidden {
display: none !important;
}
.Wt-filedropzone.Wt-dropzone-dragstyle {
position: relative;
z-index: 20001;
}
.Wt-filedropzone.Wt-dropzone-indication {
border-color: green;
}
.Wt-dropcover {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -100;
}
.Wt-dropcover.Wt-dropzone-drag {
z-index: 20000;
}
.Wt-icon {
display: inline-block;
margin-right: 8px;
background-repeat: no-repeat;
background-position: center left;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
}