12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031 |
- /*
- * 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
- */
- .navbar .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;
- }
- /*
- * 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;
- }
- 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-hover {
- border-color: green;
- }
- .Wt-filedropzone-hover * {
- pointer-events: none;
- }
|