123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179 |
- /*
- * Validators
- */
- .Wt-invalid {
- background-color: #f7dada;
- }
- .Wt-valid {
- background-color: #daf7da
- }
- /*
- * Effects
- */
- .Wt-animated {
- -webkit-backface-visibility: hidden; /* avoids flicker on Chrome */
- }
- /*
- * Outset
- */
- .Wt-outset {
- border: 1px solid #888888;
- }
- /*
- * Wt-disabled
- */
- span.Wt-disabled, fieldset.Wt-disabled legend {
- color: gray;
- }
- /*
- * WFormWidget
- */
- .Wt-edit-emptyText {
- color: gray;
- }
- /*
- * Silk screen
- */
- .Wt-dialogcover {
- background: rgb(204, 204, 204);
- height: 100%; width: 100%;
- top: 0px; left: 0px;
- position: fixed;
- }
- .Wt-dialogcover.in {
- filter: alpha(opacity=50);
- opacity: 0.5;
- }
- /*
- * WStackedWidget
- */
- .Wt-stack.Wt-animated {
- overflow: hidden;
- position: relative;
- }
- /* This improves it on iPad and reduces artifacts on Safari.
- .Wt-animated > * {
- -webkit-transform: translate3d(0,0,0);
- -webkit-backface-visibility: hidden;
- }
- .Wt-animated h3 {
- -webkit-transform: translate3d(0,0,0);
- }
- */
- /*
- * WCalendar
- */
- .Wt-cal {
- padding: 0px;
- }
- .Wt-cal table {
- border-left: 1px solid #E0E0E0;
- border-collapse:separate;
- background-color: #fff;
- text-align: center;
- font-size: 10pt;
- line-height: 140%;
- }
- .Wt-cal table td {
- text-align: center;
- }
- .Wt-cal table.d1 {
- width: 170px;
- }
- .Wt-cal table.d1 td {
- width: 20px;
- }
- .Wt-cal table.d3 {
- width: 220px;
- }
- .Wt-cal table.d3 td {
- width: 30px;
- }
- .Wt-cal table.dlong {
- width: 560px;
- }
- .Wt-cal table.dlong td {
- width: 80px;
- }
- .Wt-cal caption {
- margin: 0;
- padding: 0;
- text-align: center;
- background: #EEEEEE;
- }
- .Wt-cal caption select {
- cursor: pointer; cursor: hand;
- margin: 2px 0px;
- vertical-align: middle;
- }
- .Wt-cal-navbutton {
- color: #FFFFFF;
- background-color:#6699CC;
- cursor: pointer; cursor: hand;
- margin: 3px;
- vertical-align: middle;
- display: block;
- }
- .Wt-cal-year {
- vertical-align: middle;
- }
- .Wt-cal-year span {
- padding: 2px 2px;
- }
- .Wt-cal-year span:hover {
- background-color:#FFFFCC;
- }
- .Wt-cal th {
- color: #666666;
- border: 0px;
- border-right: 1px solid #E0E0E0;
- border-bottom: 1px solid #E0E0E0;
- border-top: 1px solid #E0E0E0;
- line-height: 140%;
- }
- .Wt-cal td {
- color: #003DB8;
- border-right: 1px solid #E0E0E0;
- border-bottom: 1px solid #E0E0E0;
- cursor: pointer; cursor: hand;
- text-align: center;
- }
- .Wt-cal-oom {
- color: #999999;
- cursor: default;
- background-color: transparent;
- }
- .Wt-cal-oor {
- color: #999999;
- cursor: default;
- background-color: transparent;
- }
- .Wt-cal-sel {
- background-color:#FFF19F;
- }
- .Wt-cal-now {
- color: black;
- background: #EEEEEE;
- }
- /*
- * WDateEdit
- */
- .Wt-dateedit {
- background-image: url('../../calendar_edit.png');
- background-repeat: no-repeat;
- background-position: right top;
- padding-right: 40px;
- }
- /*
- * WDatePicker
- */
- .Wt-datepicker {
- background-color: #EEEEEE;
- }
- /*
- * Wt-dateedit
- */
- .Wt-dateedit::-ms-clear {
- display:none
- }
- /*
- * WDialog
- */
- .Wt-dialog {
- background-color: #EEEEEE;
- }
- .Wt-dialog .closeicon {
- background: transparent url(closeicons-dialog.png) no-repeat scroll right top;
- width: 13px;
- height: 13px;
- background-position: right 0px;
- cursor: default;
- vertical-align: center;
- position: absolute;
- right: 5px;
- top: 5px;
- }
- .Wt-dialog .closeicon:hover {
- background-position: right -13px;
- }
- .Wt-dialog .titlebar {
- background: #888888; color: #FFFFFF;
- padding: 2px 6px 3px;
- }
- .Wt-dialog .movable .titlebar {
- cursor: move;
- }
- .Wt-dialog .titlebar h4 {
- margin: 0px 2px;
- font-size: 110%;
- }
- .Wt-dialog .body, .Wt-dialog .footer {
- padding: 4px 6px 4px;
- }
- .Wt-dialog .footer {
- text-align: right;
- }
- /*
- * WMenuItem
- */
- .Wt-closeicon {
- background: transparent url(closeicons-mi.png) no-repeat scroll right top;
- height: 8px;
- width: 9px;
- margin: 0px 5px 0px 2px;
- padding: 0px;
- font-size: 0px;
- cursor: default;
- }
- .Wt-closeicon:hover {
- background-position: right -8px;
- }
- /*
- * WMessageBox
- */
- .Wt-dialog .Wt-msgbox-icon {
- display: block;
- float: left;
- margin: 0px 15px -15px;
- width: 25px;
- height: 35px;
- }
- .Wt-dialog .Wt-msgbox-body {
- padding: 10px;
- }
- .Wt-dialog .Wt-msgbox-text {
- overflow: auto;
- }
- /*
- * WGridLayout
- */
- .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%;
- }
- .Wt-vrh2 {
- background: url(splitter-h.png) no-repeat 50% 50%;
- }
- .Wt-vrh2 {
- background-color: #CCC;
- }
- .Wt-hsh2, .Wt-vsh2 {
- background-color: #EEE;
- }
- .Wt-vrh2:hover, .Wt-hrh2:hover {
- background-color: #EEE;
- }
- /*
- * WItemDelegate, when editable
- */
- .Wt-delegate-edit {
- line-height: 0px;
- }
- /*
- * WPanel
- */
- .Wt-panel {
- border: 3px solid #888888;
- background: #EEEEEE none repeat scroll 0%;
- }
- .Wt-panel .titlebar {
- padding: 0px 6px 3px;
- background: #888888; color: #FFFFFF;
- font-size: 10pt;
- }
- .Wt-panel .body {
- background: #FFFFFF;
- padding: 4px 6px 4px;
- -webkit-backface-visibility: hidden; /* !flicker on Chrome */
- clear: left;
- }
- /*
- * Icons, check-boxes in WMenuItem
- */
- .Wt-icon {
- display: inline-block;
- padding: 0px 8px;
- margin-right: 8px;
- background-repeat: no-repeat;
- background-position: center left;
- height: 16px;
- }
- .Wt-chkbox {
- display: inline-block;
- margin-left: 2px;
- margin-right: 10px;
- width: 12px;
- }
- /*
- * WPopupMenu
- */
- .Wt-popupmenu {
- position: absolute;
- display: none;
- background: white;
- color: black;
- border: 1px solid #666666;
- z-index: 200;
- cursor: default;
- list-style: none;
- padding: 0px;
- margin: 0;
- }
- .Wt-popupmenu li a {
- display: block;
- padding: 2px 10px;
- }
- .Wt-popupmenu .Wt-padded {
- margin-right: 3px;
- margin-left: 24px;
- padding-right: 24px;
- }
- .Wt-popupmenu .active {
- background: blue;
- color: white;
- }
- .Wt-popupmenu .Wt-disabled, .Wt-popupmenu .Wt-sectheader.active {
- color: #AAA;
- }
-
- .Wt-popupmenu .submenu {
- background-image: url(../../right-arrow.gif);
- background-repeat: no-repeat;
- background-position: right center;
- }
- .Wt-popupmenu .Wt-separator {
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #DDDDDD;
- margin: 0px 3px;
- padding: 0;
- }
- .Wt-popupmenu .Wt-sectheader, .Wt-popupmenu .Wt-sectheader.active {
- background: transparent;
- color: #AAA;
- }
- /*
- * WProgressBar
- */
- .Wt-progressbar
- {
- background: #333;
- position: relative;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- overflow: hidden;
- color: #FFF;
- font-weight: bold;
- width: 200px;
- height: 1em;
- line-height: 1em;
- }
- .Wt-progressbar .Wt-pgb-bar
- {
- position: absolute;
- left: 0px;
- top: 0px;
- height: 100%;
- background: #292;
- }
- .Wt-progressbar .Wt-pgb-label
- {
- position: absolute;
- left: 0px;
- width: 100%;
- text-align: center;
- font-size: 0.8em;
- top:0.1em;
- }
- /*
- * WPushButton
- */
- .Wt-btn.Wt-btn-default {
- font-weight: bold;
- }
- .Wt-btn img {
- vertical-align: middle;
- }
- .Wt-btn.with-label img {
- padding-right: 10px;
- }
- /*
- * WResizable
- */
- .Wt-resizable {
- background-image: url(../../resizable.png);
- background-repeat: no-repeat;
- background-attachment: scroll;
- background-position: right bottom;
- }
- /*
- * WSlider
- */
- .Wt-slider-h {
- background: url(sliderbg-h.png) repeat-x scroll left center;
- }
- .Wt-slider-h .Wt-slider-bg {
- margin: 0px 5px;
- }
- .Wt-slider-v {
- background: url(sliderbg-v.png) repeat-y scroll center top;
- }
- .Wt-slider-v .Wt-slider-bg {
- margin: 5px 0px;
- }
- .Wt-slider-h .handle {
- cursor: pointer; cursor: hand;
- background: url(slider-thumb-h.gif) no-repeat scroll center bottom;
- }
- .Wt-slider-v .handle {
- cursor: pointer; cursor: hand;
- background: url(slider-thumb-v.gif) no-repeat scroll right center;
- }
- /*
- * WSlider - disabled
- */
- .Wt-slider-v.Wt-disabled .handle {
- background: url(slider-thumb-v-disabled.gif) no-repeat scroll right center;
- }
- .Wt-slider-h.Wt-disabled {
- background: url(sliderbg-h-disabled.png) repeat-x scroll left center;
- }
- .Wt-slider-v.Wt-disabled {
- background: url(sliderbg-v-disabled.png) repeat-y scroll center top;
- }
- .Wt-slider-h.Wt-disabled .handle {
- cursor: auto;
- background: url(slider-thumb-h-disabled.gif) no-repeat scroll center bottom;
- }
- .Wt-slider-v.Wt-disabled .handle {
- cursor: auto;
- background: url(slider-thumb-v-disabled.gif) no-repeat scroll right center;
- }
- /*
- * WSpinBox
- */
- .Wt-spinbox {
- background-image: url('spin-buttons.png');
- background-repeat: no-repeat;
- background-position: right center;
- padding-right: 16px;
- }
- .Wt-spinbox::-ms-clear {
- display: none;
- }
- .Wt-spinbox.up {
- background-image: url('spin-buttons-up.png');
- }
- .Wt-spinbox.dn {
- background-image: url('spin-buttons-dn.png');
- }
- /*
- * WSuggestionPopup
- */
- .Wt-suggest {
- background-color: #e0ecff;
- color: #1010cc;
- border: 1px solid #666666;
- cursor: default;
- font-size: smaller;
- overflow-y: auto;
- padding: 2px;
- list-style: none;
- margin: 0;
- }
- .Wt-suggest li {
- padding: 0px 3px;
- }
- .Wt-suggest .active {
- background-color: #C3D9FF;
- }
- .Wt-suggest-dropdown {
- background-image: url('dropdown.png');
- background-repeat: no-repeat;
- background-position: right center;
- }
- /*
- * WTabWidget
- */
- .Wt-tabs {
- margin-bottom: 4px;
- zoom: 1;
- width: 100%;
- margin: 0;
- padding: 10px 0px 0px;
- list-style-type: none;
- list-style-position: outside;
- background: transparent url(../../tab_b.gif) repeat-x scroll center bottom;
- overflow: auto;
- }
- .Wt-tabs li {
- background: transparent url(../../tab_r.gif) no-repeat scroll right top;
- border-bottom:1px solid #84B0C7;
- float:left; display:block;
- cursor:pointer;cursor:hand;
- font-size: small; font-weight: bold;
- }
- body.Wt-rtl .Wt-tabs a {
- float:right;
- }
- .Wt-tabs .itemselected {
- background-position:100% -150px;
- }
- .Wt-tabs a {
- display: block;
- background: transparent url(../../tab_l.gif) no-repeat scroll left top;
- border-bottom: 0px;
- white-space: nowrap;
- padding:5px 9px;
- color:#1A419D;
- }
- .Wt-tabs .itemselected a {
- background-position:0% -150px;
- }
- .Wt-tabs .Wt-closable a {
- margin-right: 13px;
- }
- .Wt-tabs .closeicon {
- background: transparent url(closeicons-tab.png) no-repeat scroll right top;
- margin: 6px 4px 0px 0px;
- height: 13px;
- width: 13px;
- border: 0px;
- padding: 0px;
- cursor: default;
- float: right;
- }
- .Wt-tabs .closeicon:hover {
- background-position: right -13px;
- }
- .Wt-tabs:after { content: ""; display: block; height: 0; clear: both; }
- .Wt-tabs { clear-after: both; }
- /*
- * XHTML Tooltips
- */
- .Wt-tooltip {
- position: absolute;
- max-width: 700px;
- background-color: #ffffcc;
- border: 1px solid black;
- padding: 1px 2px;
- font-family: sans-serif;
- font-size: smaller;
- z-index: 1000;
- }
- /*
- * WTree(node)
- */
- .Wt-tree {
- font-family: verdana, helvetica, tahoma, sans-serif;
- font-size: 9pt;
- cursor: default;
- white-space: nowrap;
- }
- .Wt-tree ul {
- margin: 0;
- padding-left: 20px;
- list-style: none;
- }
- body.Wt-rtl .Wt-tree ul {
- padding-left: 0px;
- padding-right: 20px;
- }
- /* nodes */
- .Wt-tree.Wt-trunk, .Wt-tree .Wt-item.Wt-trunk {
- background-image: url(../../line-trunk.gif);
- background-repeat: repeat-y;
- }
- body.Wt-rtl .Wt-tree.Wt-trunk, body.Wt-rtl .Wt-tree .Wt-item.Wt-trunk {
- background-position: top right;
- }
- .Wt-tree .Wt-item.Wt-end {
- background-image: url(../../line-last.gif);
- background-repeat: no-repeat;
- }
- body.Wt-rtl .Wt-tree .Wt-item.Wt-end {
- background-image: url(../../line-last-rtl.gif);
- background-position: top right;
- }
- .Wt-tree div.Wt-root {
- display: none;
- }
- .Wt-tree ul.Wt-root {
- padding-left: 0px;
- }
- body.Wt-rtl .Wt-tree ul.Wt-root {
- padding-right: 0px;
- }
- .Wt-tree .Wt-ctrl {
- float: left;
- display: block;
- width: 19px;
- height: 18px;
- }
- body.Wt-rtl .Wt-tree .Wt-ctrl {
- float: right;
- }
- .Wt-tree .Wt-noexpand {
- background-image: url(../../line-middle.gif);
- background-repeat: no-repeat;
- }
- body.Wt-rtl .Wt-tree .Wt-noexpand {
- background-image: url(../../line-middle-rtl.gif);
- background-position: top right;
- }
- .Wt-tree .cols-row {
- float: right;
- }
- body.Wt-rtl .Wt-tree .cols-row {
- float: left;
- }
- /* selection */
- .Wt-tree .Wt-selected {
- background-color: #FFFFAA;
- }
- /* label */
- .Wt-tree .Wt-label {
- padding: 0px 2px;
- line-height: 150%;
- }
- .Wt-treetable div.Wt-header {
- font-family: verdana,helvetica,tahoma,sans-serif;
- font-size: 9pt;
- font-weight: bold;
- cursor: default;
- background-color: #EEEEEE;
- white-space: normal;
- text-overflow: ellipsis;
- padding: 3px 0px;
- }
- .Wt-sbspacer {
- float: right;
- width: 16px;
- height: 1px;
- border: 0px;
- display: none;
- }
- body.Wt-rtl .Wt-sbspacer {
- float: left;
- }
- /*
- * WAbstractItemView (WTableView and WTreeView)
- */
- .Wt-itemview .Wt-headerdiv {
- -moz-user-select: none;
- -khtml-user-select: none;
- user-select: none;
- overflow: hidden;
- width: 100%;
- }
- .Wt-itemview .Wt-tv-rh {
- float: right;
- width: 4px;
- cursor: col-resize;
- }
- .Wt-itemview .Wt-disabled .Wt-tv-rh {
- cursor: default;
- }
- body.Wt-rtl .Wt-itemview .Wt-tv-rh {
- float: left;
- }
- .Wt-itemview div.Wt-tv-no-rh {
- width: 0px;
- margin-left: 4px;
- cursor: default;
- }
- body.Wt-rtl .Wt-itemview div.Wt-tv-no-rh {
- margin-left: 0px;
- margin-right: 4px;
- }
- /* sort handles */
- .Wt-itemview .Wt-tv-sh {
- float: right;
- width: 16px;
- height: 16px;
- padding-bottom: 6px;
- cursor: pointer;
- cursor:hand;
- }
- .Wt-itemview .Wt-disabled .Wt-tv-sh {
- background: url(sort-arrow-disabled.gif) no-repeat 0 6px;
- cursor: default;
- }
- body.Wt-rtl .Wt-itemview .Wt-tv-sh {
- float: left;
- }
- .Wt-itemview {
- font-family: verdana,helvetica,tahoma,sans-serif;
- font-size: 9pt;
- cursor: default;
- white-space: nowrap;
- }
- .Wt-itemview .Wt-spacer {
- background: url(../../loading.png);
- }
- .Wt-itemview .Wt-headerdiv,
- .Wt-itemview .Wt-headerdiv .Wt-tv-rowc,
- .Wt-itemview th {
- background-color: #EEEEEE;
- }
- .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-disabled .Wt-label {
- color: gray;
- }
- .Wt-itemview .Wt-header .Wt-wwrap .Wt-label {
- overflow: visible;
- white-space: normal;
- }
- .Wt-itemview .Wt-tv-rh:hover {
- background-color: #DDDDDD;
- }
- .Wt-itemview .Wt-disabled .Wt-tv-rh:hover {
- background-color: transparent;
- }
- .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;
- }
- /* selection */
- .Wt-itemview .Wt-selected {
- background-color: #FFFFAA;
- }
- /* item drag & drop */
- .Wt-itemview .Wt-drop-site {
- background-color: #EEEEEE;
- outline: 1px dotted black;
- }
- /*
- * WTableView
- */
- body.Wt-ltr .Wt-tableview .Wt-header .Wt-tv-c {
- padding-left: 6px;
- }
- body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c {
- padding-right: 6px;
- }
- .Wt-tableview .Wt-tv-contents .Wt-tv-c,
- .Wt-plaintable .Wt-tv-c {
- 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;
- }
- /* header */
- .Wt-tableview {
- white-space: nowrap
- }
- .Wt-tableview th {
- padding: 0px;
- }
- .Wt-tableview table {
- background-position: left bottom;
- }
- .Wt-tableview .Wt-tv-contents {
- position: absolute;
- }
- /* borders */
- body.Wt-ltr .Wt-tableview .Wt-tv-br,
- body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c,
- body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
- border-right: 1px solid #FFFFFF;
- }
- body.Wt-rtl .Wt-tableview .Wt-tv-br,
- body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
- body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
- border-left: 1px solid #FFFFFF;
- }
- /*
- * WTreeView
- */
- /* Layout styling */
- .Wt-treeview ul {
- margin: 0px;
- padding-left: 20px;
- list-style: none;
- }
- body.Wt-rtl .Wt-treeview ul {
- padding-right: 20px;
- padding-left: 0px;
- }
- .Wt-treeview ul.Wt-tv-root {
- padding-left: 0px;
- }
- body.Wt-rtl .Wt-treeview ul.Wt-tv-root {
- padding-right: 0px;
- }
- .Wt-treeview .Wt-tv-row {
- float: right;
- overflow: hidden;
- }
- body.Wt-rtl .Wt-treeview .Wt-tv-row {
- float: left;
- }
- .Wt-treeview .Wt-tv-row .Wt-tv-c {
- float: left;
- display: block;
- padding: 0px 3px;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- body.Wt-rtl .Wt-treeview .Wt-tv-row .Wt-tv-c {
- float: right;
- }
- .Wt-treeview .Wt-tv-c {
- padding: 0px 3px;
- }
- .Wt-treeview img.icon, .Wt-treeview input.icon {
- vertical-align: middle;
- }
- .Wt-treeview img.icon,
- .Wt-treeview input.icon {
- margin: 0px 3px 2px 0px;
- }
- body.Wt-rtl .Wt-treeview img.icon,
- body.Wt-rtl .Wt-treeview input.icon {
- margin: 0px 0px 2px 3px;
- }
- .Wt-treeview .Wt-header .Wt-tv-c {
- padding: 0px;
- margin-left: 7px;
- }
- body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
- margin-left: 0px;
- margin-right: 7px;
- }
-
- body.Wt-ltr .Wt-treeview .Wt-tv-br, /* header */
- body.Wt-ltr .Wt-treeview li .Wt-tv-row .Wt-tv-c { /* data */
- margin-right: 0px;
- border-right: 1px solid white;
- }
- body.Wt-rtl .Wt-treeview .Wt-tv-br, /* header */
- body.Wt-rtl .Wt-treeview li .Wt-tv-row .Wt-tv-c { /* data */
- margin-left: 0px;
- border-left: 1px solid white;
- }
- .Wt-treeview .Wt-scroll {
- overflow: auto;
- height: 22px;
- }
- .Wt-treeview .Wt-scroll div {
- height: 1px;
- }
- /* nodes */
- .Wt-treeview .Wt-trunk {
- background-image: url(../../line-trunk.gif);
- background-repeat: repeat-y;
- }
- body.Wt-rtl .Wt-treeview .Wt-trunk {
- background-position: top right;
- }
- .Wt-treeview .Wt-end {
- background-image: url(../../tv-line-last.gif);
- background-repeat: no-repeat;
- background-position: 0 center;
- }
- body.Wt-rtl .Wt-treeview .Wt-end {
- background-image: url(../../tv-line-last-rtl.gif);
- background-repeat: no-repeat;
- background-position: right center;
- }
- .Wt-treeview .Wt-ctrl {
- float: left;
- width: 19px;
- }
- body.Wt-rtl .Wt-treeview .Wt-ctrl {
- float: right;
- width: 19px;
- }
- .Wt-treeview .Wt-ctrl.expand {
- background-image: url(nav-plus.gif);
- background-repeat: no-repeat;
- background-position: 0 center;
- }
- body.Wt-rtl .Wt-treeview .Wt-ctrl.expand {
- background-image: url(nav-plus-rtl.gif);
- }
- .Wt-treeview .Wt-ctrl.collapse {
- background-image: url(nav-minus.gif);
- background-repeat: no-repeat;
- background-position: 0 center;
- }
- body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse {
- background-image: url(nav-minus-rtl.gif);
- }
- .Wt-treeview .Wt-ctrl.noexpand {
- background-image: url(../../line-middle.gif);
- background-repeat: no-repeat;
- background-position: 0 center;
- }
- body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
- background-image: url(../../line-middle-rtl.gif);
- }
- .Wt-treeview .Wt-tv-row .Wt-tv-c {
- white-space: nowrap;
- }
- /*
- * 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;
- }
- /*
- * For Ext::TableView
- */
- table.x-grid3-row-table {
- table-layout: fixed;
- }
- .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;
- }
|