Upgrade resources using ones from wt-3.3.2-rc2

This commit is contained in:
emeric
2014-03-13 20:05:41 +01:00
parent 507a3bdaae
commit 6ae658f672
39 changed files with 10013 additions and 168 deletions
View File
View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before

Width:  |  Height:  |  Size: 709 B

After

Width:  |  Height:  |  Size: 709 B

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -140,9 +140,6 @@
.modal .modal-header { .modal .modal-header {
cursor: move; cursor: move;
} }
.modal .modal-header div {
float: left;
}
.modal .modal-body .modal-footer { .modal .modal-body .modal-footer {
margin: 0px -15px -15px; margin: 0px -15px -15px;
} }
@@ -156,6 +153,9 @@
width: 25px; width: 25px;
height: 35px; height: 35px;
} }
.modal .Wt-msgbox-text {
overflow: auto;
}
/* /*
* Non-bootstrap widgets * Non-bootstrap widgets
*/ */
@@ -171,10 +171,10 @@
cursor: col-resize; cursor: col-resize;
} }
.Wt-hrh2 { .Wt-hrh2 {
background: url(splitter-v.png) no-repeat 50% 50% #eeeeee; background: url(../splitter-v.png) no-repeat 50% 50% #eeeeee;
} }
.Wt-vrh2 { .Wt-vrh2 {
background: url(splitter-h.png) no-repeat 50% 50% #eeeeee; background: url(../splitter-h.png) no-repeat 50% 50% #eeeeee;
} }
.Wt-hsh2, .Wt-hsh2,
.Wt-vsh2, .Wt-vsh2,
@@ -197,6 +197,9 @@
.Wt-cal .Wt-cal-navbutton { .Wt-cal .Wt-cal-navbutton {
display: block; display: block;
} }
.Wt-cal .Wt-cal-now {
background-color: lightgray;
}
.Wt-cal .days.d1 td { .Wt-cal .days.d1 td {
width: 20px; width: 20px;
} }
@@ -541,6 +544,7 @@
white-space: nowrap; white-space: nowrap;
background: white; background: white;
border: 1px solid #dddddd; border: 1px solid #dddddd;
overflow: auto;
/* header */ /* header */
/* resize handles */ /* resize handles */
@@ -551,7 +555,7 @@
} }
.Wt-itemview .Wt-spacer { .Wt-itemview .Wt-spacer {
background: url(../../loading.png); background: url(../../../loading.png);
} }
.Wt-itemview .Wt-headerdiv { .Wt-itemview .Wt-headerdiv {
-moz-user-select: none; -moz-user-select: none;
@@ -602,13 +606,13 @@
background-color: #999999; background-color: #999999;
} }
.Wt-itemview .Wt-tv-sh-none { .Wt-itemview .Wt-tv-sh-none {
background: url(sort-arrow-none.gif) no-repeat 0 6px; background: url(../sort-arrow-none.gif) no-repeat 0 6px;
} }
.Wt-itemview .Wt-tv-sh-up { .Wt-itemview .Wt-tv-sh-up {
background: url(sort-arrow-up.gif) no-repeat 0 6px; background: url(../sort-arrow-up.gif) no-repeat 0 6px;
} }
.Wt-itemview .Wt-tv-sh-down { .Wt-itemview .Wt-tv-sh-down {
background: url(sort-arrow-down.gif) no-repeat 0 6px; background: url(../sort-arrow-down.gif) no-repeat 0 6px;
} }
.Wt-itemview .active { .Wt-itemview .active {
color: #ffffff; color: #ffffff;
@@ -624,6 +628,10 @@ body.Wt-rtl .Wt-itemview .Wt-tv-rh,
body.Wt-rtl .Wt-itemview .Wt-tv-sh { body.Wt-rtl .Wt-itemview .Wt-tv-sh {
float: left; float: left;
} }
body.Wt-rtl .Wt-itemview .Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
/* /*
* WTableView * WTableView
*/ */
@@ -633,18 +641,6 @@ body.Wt-rtl .Wt-itemview .Wt-tv-sh {
/* borders */ /* borders */
/*
This breaks row headers ...
.Wt-header .Wt-tv-c:last-child .Wt-tv-br,
.Wt-tv-contents > div:last-child .Wt-tv-c {
border-right: 0;
}
*/
}
.Wt-tableview .tcontainer {
margin-top: -1px;
} }
.Wt-tableview .Wt-header .Wt-tv-c { .Wt-tableview .Wt-header .Wt-tv-c {
padding-left: 6px; padding-left: 6px;
@@ -659,7 +655,8 @@ body.Wt-rtl .Wt-itemview .Wt-tv-sh {
background-color: #0088cc; background-color: #0088cc;
} }
.Wt-tableview .Wt-tv-contents .Wt-tv-c, .Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-tableview .Wt-plaintable .Wt-tv-c { .Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
padding: 0px 3px; padding: 0px 3px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -684,26 +681,43 @@ body.Wt-rtl .Wt-itemview .Wt-tv-sh {
.Wt-tableview .Wt-tv-br { .Wt-tableview .Wt-tv-br {
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
} }
.Wt-tableview .Wt-plaintable .Wt-tv-br {
border-right: 0;
}
.Wt-tableview .Wt-tv-contents .Wt-tv-c, .Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-tableview .Wt-plaintable tbody .Wt-tv-c { .Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
margin-top: -1px;
} }
.Wt-tableview .Wt-header { .Wt-tableview .Wt-header {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
body.Wt-rtl .Wt-tableview {
/* borders */
}
body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c { body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c {
padding-left: 0px;
padding-right: 6px; 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 { body.Wt-rtl .Wt-tableview .Wt-tv-br {
border-right: 0;
border-left: 1px solid #dddddd; border-left: 1px solid #dddddd;
} }
body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c, body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c { body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-right: 0;
border-left: 1px solid #dddddd; border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
margin-top: -1px;
} }
/* /*
* WTree(node) * WTree(node)
@@ -724,16 +738,15 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
} }
.Wt-tree.Wt-trunk, .Wt-tree.Wt-trunk,
.Wt-tree .Wt-item.Wt-trunk { .Wt-tree .Wt-item.Wt-trunk {
background-image: url(../../line-trunk.gif); background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y; background-repeat: repeat-y;
} }
.Wt-tree .Wt-item { .Wt-tree .Wt-item {
*zoom: 1; *zoom: 1;
} }
.Wt-tree .Wt-item.Wt-end { .Wt-tree .Wt-item.Wt-end {
background-image: url(../../line-last.gif); background-image: url(../../../line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 0;
} }
.Wt-tree .active { .Wt-tree .active {
color: #ffffff; color: #ffffff;
@@ -748,7 +761,8 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
height: 19px; height: 19px;
} }
.Wt-tree .Wt-ctrl.Wt-noexpand { .Wt-tree .Wt-ctrl.Wt-noexpand {
background: url(../../line-middle.gif) no-repeat 0 0; background-image: url(../../../line-middle.gif);
background-repeat: no-repeat;
} }
.Wt-tree .Wt-ctrl img { .Wt-tree .Wt-ctrl img {
vertical-align: top; vertical-align: top;
@@ -760,11 +774,50 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
padding: 0px 2px; padding: 0px 2px;
line-height: 150%; 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 { .Wt-treetable .Wt-header {
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
line-height: 28px; line-height: 28px;
} }
.Wt-sbspacer {
float: right;
width: 16px;
height: 1px;
border: 0px;
display: none;
}
body.Wt-rtl .Wt-sbspacer {
float: left;
}
/* /*
* WTreeView * WTreeView
*/ */
@@ -799,6 +852,11 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
margin-right: 0px; margin-right: 0px;
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
} }
.Wt-treeview button.Wt-tv-c {
border-right-color: transparent;
/* doesn't work */
}
.Wt-treeview .Wt-tv-c { .Wt-treeview .Wt-tv-c {
padding: 0px 3px; padding: 0px 3px;
} }
@@ -828,11 +886,11 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
*zoom: 1; *zoom: 1;
} }
.Wt-treeview .Wt-trunk { .Wt-treeview .Wt-trunk {
background-image: url(../../line-trunk.gif); background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y; background-repeat: repeat-y;
} }
.Wt-treeview .Wt-end { .Wt-treeview .Wt-end {
background-image: url(../../tv-line-last.gif); background-image: url(../../../tv-line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 center; background-position: 0 center;
} }
@@ -841,13 +899,42 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
width: 19px; width: 19px;
} }
.Wt-treeview .Wt-ctrl.expand { .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus.gif) no-repeat 0 center; background-image: url(../nav-plus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
.Wt-treeview .Wt-ctrl.collapse { .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus.gif) no-repeat 0 center; background: url(../nav-minus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
.Wt-treeview .Wt-ctrl.noexpand { .Wt-treeview .Wt-ctrl.noexpand {
background: url(../../line-middle.gif) no-repeat 0 center; 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 #dddddd;
} }
body.Wt-rtl .Wt-treeview .Wt-tv-row { body.Wt-rtl .Wt-treeview .Wt-tv-row {
float: left; float: left;
@@ -855,35 +942,24 @@ body.Wt-rtl .Wt-treeview .Wt-tv-row {
body.Wt-rtl .Wt-treeview .Wt-tv-row .Wt-tv-c { body.Wt-rtl .Wt-treeview .Wt-tv-row .Wt-tv-c {
float: right; float: right;
} }
body.Wt-rtl .Wt-treeview img.icon, body.Wt-rtl .Wt-treeview .Wt-trunk {
body.Wt-rtl .Wt-treeview input.icon { background-position: top right;
margin: 0px 0px 2px 3px;
}
body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
padding: 0px;
margin-left: 0px;
margin-right: 7px;
}
body.Wt-rtl .Wt-treeview .Wt-tv-br,
body.Wt-rtl .Wt-treeview ul .Wt-tv-row .Wt-tv-c {
/* data */
margin-right: 1px;
border-right: 0px;
margin-left: 0px;
border-left: 1px solid #dddddd;
} }
body.Wt-rtl .Wt-treeview .Wt-end { body.Wt-rtl .Wt-treeview .Wt-end {
background-image: url(../../tv-line-last-rtl.gif); 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 { body.Wt-rtl .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus-rtl.gif) no-repeat 0 center; background-image: url(../nav-plus-rtl.gif);
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse { body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus-rtl.gif) no-repeat 0 center; background-image: url(../nav-minus-rtl.gif);
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand { body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
background: url(../../line-middle-rtl.gif) no-repeat 0 center; background-image: url(../../../line-middle-rtl.gif);
} }
/* /*
* WTreeView and WTableView default paging bar * WTreeView and WTableView default paging bar
@@ -891,8 +967,8 @@ body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
.Wt-pagingbar { .Wt-pagingbar {
text-align: center; text-align: center;
padding: 2px; padding: 2px;
height: 25px; height: 35px;
line-height: 25px; line-height: 35px;
} }
.Wt-pagingbar span { .Wt-pagingbar span {
margin: 0px 4px; margin: 0px 4px;
@@ -136,10 +136,6 @@
.modal { .modal {
.modal-header { .modal-header {
cursor: move; cursor: move;
div {
float: left;
}
} }
.modal-body .modal-footer { .modal-body .modal-footer {
@@ -159,6 +155,7 @@
} }
.modal .Wt-msgbox-text { .modal .Wt-msgbox-text {
overflow: auto;
} }
/* /*
@@ -177,11 +174,11 @@
} }
.Wt-hrh2 { .Wt-hrh2 {
background: url(splitter-v.png) no-repeat 50% 50% #EEE; background: url(../splitter-v.png) no-repeat 50% 50% #EEE;
} }
.Wt-vrh2 { .Wt-vrh2 {
background: url(splitter-h.png) no-repeat 50% 50% #EEE; background: url(../splitter-h.png) no-repeat 50% 50% #EEE;
} }
.Wt-hsh2, .Wt-vsh2, .Wt-hsh2, .Wt-vsh2,
@@ -212,6 +209,10 @@
display: block; display: block;
} }
.Wt-cal-now {
background-color: lightgray;
}
.days.d1 td { .days.d1 td {
width: 20px; width: 20px;
} }
@@ -500,9 +501,10 @@
white-space: nowrap; white-space: nowrap;
background: white; background: white;
border: 1px solid @tableBorder; border: 1px solid @tableBorder;
overflow: auto;
.Wt-spacer { .Wt-spacer {
background: url(../../loading.png); background: url(../../../loading.png);
} }
/* header */ /* header */
@@ -567,15 +569,15 @@
} }
.Wt-tv-sh-none { .Wt-tv-sh-none {
background: url(sort-arrow-none.gif) no-repeat 0 6px; background: url(../sort-arrow-none.gif) no-repeat 0 6px;
} }
.Wt-tv-sh-up { .Wt-tv-sh-up {
background: url(sort-arrow-up.gif) no-repeat 0 6px; background: url(../sort-arrow-up.gif) no-repeat 0 6px;
} }
.Wt-tv-sh-down { .Wt-tv-sh-down {
background: url(sort-arrow-down.gif) no-repeat 0 6px; background: url(../sort-arrow-down.gif) no-repeat 0 6px;
} }
.active { .active {
@@ -597,6 +599,11 @@ body.Wt-rtl {
.Wt-tv-rh, .Wt-tv-sh { .Wt-tv-rh, .Wt-tv-sh {
float: left; float: left;
} }
.Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
} }
} }
@@ -606,10 +613,6 @@ body.Wt-rtl {
.Wt-tableview { .Wt-tableview {
white-space: nowrap; white-space: nowrap;
.tcontainer {
margin-top: -1px;
}
.Wt-header .Wt-tv-c { .Wt-header .Wt-tv-c {
padding-left: 6px; padding-left: 6px;
} }
@@ -626,7 +629,7 @@ body.Wt-rtl {
background-color: @linkColor; background-color: @linkColor;
} }
.Wt-tv-contents .Wt-tv-c, .Wt-plaintable .Wt-tv-c { .Wt-tv-contents .Wt-tv-c, .Wt-plaintable td, .Wt-plaintable th {
padding: 0px 3px; padding: 0px 3px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -659,21 +662,15 @@ body.Wt-rtl {
border-right: 1px solid @tableBorder; border-right: 1px solid @tableBorder;
} }
.Wt-tv-contents .Wt-tv-c, .Wt-plaintable tbody .Wt-tv-c { .Wt-plaintable .Wt-tv-br {
border-right: 0;
}
.Wt-tv-contents .Wt-tv-c, .Wt-plaintable td, .Wt-plaintable th {
border-right: 1px solid @tableBorder; border-right: 1px solid @tableBorder;
border-top: 1px solid @tableBorder; border-bottom: 1px solid @tableBorder;
margin-top: -1px;
} }
/*
This breaks row headers ...
.Wt-header .Wt-tv-c:last-child .Wt-tv-br,
.Wt-tv-contents > div:last-child .Wt-tv-c {
border-right: 0;
}
*/
.Wt-header { .Wt-header {
border-bottom: 1px solid @tableBorder; border-bottom: 1px solid @tableBorder;
} }
@@ -682,17 +679,30 @@ body.Wt-rtl {
body.Wt-rtl { body.Wt-rtl {
.Wt-tableview { .Wt-tableview {
.Wt-header .Wt-tv-c { .Wt-header .Wt-tv-c {
padding-left: 0px;
padding-right: 6px; padding-right: 6px;
} }
.Wt-tv-contents img.icon,
.Wt-plaintable img.icon,
.Wt-tv-contents input.icon,
.Wt-plaintable input.icon {
margin: 0px 0px 2px 3px;
}
table {
background-position: right bottom;
}
/* borders */
.Wt-tv-br { .Wt-tv-br {
border-right: 0;
border-left: 1px solid @tableBorder; border-left: 1px solid @tableBorder;
} }
.Wt-tv-contents .Wt-tv-c, .Wt-plaintable tbody .Wt-tv-c { .Wt-tv-contents .Wt-tv-c, .Wt-plaintable tbody .Wt-tv-c {
border-right: 0;
border-left: 1px solid @tableBorder; border-left: 1px solid @tableBorder;
border-top: 1px solid @tableBorder;
margin-top: -1px;
} }
} }
} }
@@ -719,7 +729,7 @@ body.Wt-rtl {
} }
&.Wt-trunk, .Wt-item.Wt-trunk { &.Wt-trunk, .Wt-item.Wt-trunk {
background-image: url(../../line-trunk.gif); background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y; background-repeat: repeat-y;
} }
@@ -728,9 +738,8 @@ body.Wt-rtl {
} }
.Wt-item.Wt-end { .Wt-item.Wt-end {
background-image: url(../../line-last.gif); background-image: url(../../../line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 0;
} }
.active { .active {
@@ -747,7 +756,8 @@ body.Wt-rtl {
height: 19px; height: 19px;
&.Wt-noexpand { &.Wt-noexpand {
background: url(../../line-middle.gif) no-repeat 0 0; background-image: url(../../../line-middle.gif);
background-repeat: no-repeat;
} }
img { img {
@@ -765,7 +775,46 @@ body.Wt-rtl {
} }
} }
body.Wt-rtl {
.Wt-tree {
ul {
margin: 0;
padding-left: 0px;
padding-right: 20px;
}
ul.Wt-root {
padding-right: 0px;
}
&.Wt-trunk, .Wt-item.Wt-trunk {
background-position: top right;
}
.Wt-item.Wt-end {
background-image: url(../../../line-last-rtl.gif);
background-position: top right;
}
.Wt-ctrl {
float: right;
&.Wt-noexpand {
background-image: url(../../../line-middle-rtl.gif);
background-position: top right;
}
}
.cols-row {
float: left;
}
}
}
.Wt-treetable { .Wt-treetable {
overflow: auto;
.Wt-header { .Wt-header {
font-weight: bold; font-weight: bold;
border-bottom: 1px solid @tableBorder; border-bottom: 1px solid @tableBorder;
@@ -773,6 +822,18 @@ body.Wt-rtl {
} }
} }
.Wt-sbspacer {
float: right;
width: 16px;
height: 1px;
border: 0px;
display: none;
}
body.Wt-rtl .Wt-sbspacer {
float: left;
}
/* /*
* WTreeView * WTreeView
*/ */
@@ -809,6 +870,10 @@ body.Wt-rtl {
border-right: 1px solid @tableBorder; border-right: 1px solid @tableBorder;
} }
button.Wt-tv-c {
border-right-color: transparent; /* doesn't work */
}
.Wt-tv-c { .Wt-tv-c {
padding: 0px 3px; padding: 0px 3px;
} }
@@ -845,12 +910,12 @@ body.Wt-rtl {
/* nodes */ /* nodes */
.Wt-trunk { .Wt-trunk {
background-image: url(../../line-trunk.gif); background-image: url(../../../line-trunk.gif);
background-repeat: repeat-y; background-repeat: repeat-y;
} }
.Wt-end { .Wt-end {
background-image: url(../../tv-line-last.gif); background-image: url(../../../tv-line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 center; background-position: 0 center;
} }
@@ -860,22 +925,53 @@ body.Wt-rtl {
width: 19px; width: 19px;
&.expand { &.expand {
background: url(nav-plus.gif) no-repeat 0 center; background-image: url(../nav-plus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
&.collapse { &.collapse {
background: url(nav-minus.gif) no-repeat 0 center; background: url(../nav-minus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
&.noexpand { &.noexpand {
background: url(../../line-middle.gif) no-repeat 0 center; background: url(../../../line-middle.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
} }
} }
body.Wt-rtl { body.Wt-rtl {
.Wt-treeview { .Wt-treeview {
ul {
padding-left: 0px;
padding-right: 20px;
&.Wt-tv-root {
padding-right: 0px;
}
}
img.icon, input.icon {
margin: 0px 0px 2px 3px;
}
.Wt-header {
.Wt-tv-c {
margin-left: 0px;
margin-right: 7px;
}
}
.Wt-tv-br, /* header */
ul .Wt-tv-c { /* data */
border-right: 0px;
margin-left: 0px;
border-left: 1px solid @tableBorder;
}
.Wt-tv-row { .Wt-tv-row {
float: left; float: left;
@@ -885,41 +981,28 @@ body.Wt-rtl {
} }
} }
img.icon, input.icon { .Wt-trunk {
margin: 0px 0px 2px 3px; background-position: top right;
}
.Wt-header {
.Wt-tv-c {
padding: 0px;
margin-left: 0px;
margin-right: 7px;
}
}
.Wt-tv-br, /* header */
ul .Wt-tv-row .Wt-tv-c { /* data */
margin-right: 1px;
border-right: 0px;
margin-left: 0px;
border-left: 1px solid @tableBorder;
} }
.Wt-end { .Wt-end {
background-image: url(../../tv-line-last-rtl.gif); background-image: url(../../../tv-line-last-rtl.gif);
background-position: right center;
} }
.Wt-ctrl { .Wt-ctrl {
float: right;
&.expand { &.expand {
background: url(nav-plus-rtl.gif) no-repeat 0 center; background-image: url(../nav-plus-rtl.gif);
} }
&.collapse { &.collapse {
background: url(nav-minus-rtl.gif) no-repeat 0 center; background-image: url(../nav-minus-rtl.gif);
} }
&.noexpand { &.noexpand {
background: url(../../line-middle-rtl.gif) no-repeat 0 center; background-image: url(../../../line-middle-rtl.gif);
} }
} }
} }
@@ -931,8 +1014,8 @@ body.Wt-rtl {
.Wt-pagingbar { .Wt-pagingbar {
text-align: center; text-align: center;
padding: 2px; padding: 2px;
height: 25px; height: 35px;
line-height: 25px; line-height: 35px;
span { span {
margin: 0px 4px; margin: 0px 4px;
+347
View File
@@ -0,0 +1,347 @@
/*!
* Bootstrap v3.1.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
background-repeat: repeat-x;
border-color: #3278b3;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

@@ -0,0 +1,492 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="102"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="date-edit-button.svg"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/3/date-edit-button.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023">
<defs
id="defs4">
<linearGradient
id="linearGradient4152">
<stop
id="stop4154"
offset="0"
style="stop-color:#c3c3c3;stop-opacity:1;" />
<stop
id="stop4156"
offset="1"
style="stop-color:#e6e6e6;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3784">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3786" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3788" />
</linearGradient>
<linearGradient
id="linearGradient3755">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755"
id="linearGradient3800"
x1="10.008315"
y1="-1.9420816"
x2="10"
y2="28.000002"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2,0,0,1.0714277,219.98337,300.85045)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-7"
id="linearGradient3800-7"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="27.999994"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.0714287,240,312.36218)" />
<linearGradient
id="linearGradient3755-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-4" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6"
id="linearGradient3800-5"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,240,312.36218)" />
<linearGradient
id="linearGradient3755-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,327.36217)"
gradientUnits="userSpaceOnUse"
id="linearGradient3878-3"
xlink:href="#linearGradient3755-6-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4" />
</linearGradient>
<linearGradient
id="linearGradient3755-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-2" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,357.36216)"
gradientUnits="userSpaceOnUse"
id="linearGradient3920-8"
xlink:href="#linearGradient3755-6-5-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6-5-5"
id="linearGradient4068"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,240,372.36215)"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4152"
id="linearGradient4150"
x1="20"
y1="59.546261"
x2="20"
y2="64.546257"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(220,309.26962)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4152-3"
id="linearGradient4150-0"
x1="20"
y1="59.546261"
x2="20"
y2="64.546257"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4152-3">
<stop
id="stop4154-7"
offset="0"
style="stop-color:#c3c3c3;stop-opacity:1;" />
<stop
id="stop4156-9"
offset="1"
style="stop-color:#e6e6e6;stop-opacity:1;" />
</linearGradient>
<linearGradient
gradientTransform="translate(372.81588,-319.54628)"
y2="61.54628"
x2="19.99999"
y1="56.54628"
x1="19.99999"
gradientUnits="userSpaceOnUse"
id="linearGradient4173"
xlink:href="#linearGradient4152-3"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="6.7867418"
inkscape:cx="19.991684"
inkscape:cy="36.798807"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1440"
inkscape:window-height="852"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-global="true"
inkscape:snap-grids="true">
<inkscape:grid
type="xygrid"
id="grid3782"
empspacing="10"
visible="true"
enabled="true"
snapvisiblegridlinesonly="false"
originx="-240px"
originy="-648px"
spacingx="0.5px"
spacingy="0.5px"
dotted="false" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-220,-300.81591)">
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
id="rect3792-9"
width="40.016632"
height="34.011711"
x="219.98337"
y="334.8042" />
<rect
style="fill:url(#linearGradient3800);fill-opacity:1;stroke:none"
id="rect3792"
width="40.016632"
height="33.965477"
x="219.98337"
y="300.85043" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,300.81591 0,35.5"
id="path3802"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,336.31591 0,33"
id="path3802-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:0.91202593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,375.86216 0,24.95374"
id="path3802-0-5"
inkscape:connector-curvature="0" />
<g
id="g3970"
transform="translate(-9.99421,-10.60701)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3952"
d="m 244.5,323.86217 12.01084,0.0262 0,9 -12,0 z"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3954"
d="m 244.5,326.86217 12.01084,0.0263"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3956"
d="m 244.5,329.86217 12.01084,0.0262"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3958"
d="m 247.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3960"
d="m 250.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3962"
d="m 253.5,323.86217 0.0109,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3964"
d="m 244.51084,321.88838 12,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3966"
d="m 246.51084,320.88838 2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3968"
d="m 254.51084,320.88838 -2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
id="rect3792-9-6"
width="40"
height="33.999992"
x="220"
y="368.81592" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,368.3159 0,34.50001"
id="path3802-0-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<rect
style="color:#000000;fill:url(#linearGradient4150);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4142"
width="39"
height="4.999999"
x="221"
y="368.81592" />
<rect
style="color:#000000;fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4142-7"
width="28.999992"
height="2"
x="373.81592"
y="-260"
transform="matrix(0,1,-1,0,0,0)" />
<g
id="g3970-5"
transform="translate(-10.01084,23.42753)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3952-8"
d="m 244.5,323.86217 12.01084,0.0262 0,9 -12,0 z"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3954-3"
d="m 244.5,326.86217 12.01084,0.0263"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3956-0"
d="m 244.5,329.86217 12.01084,0.0262"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3958-6"
d="m 247.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3960-2"
d="m 250.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3962-2"
d="m 253.5,323.86217 0.0109,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3964-5"
d="m 244.51084,321.88838 12,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3966-2"
d="m 246.51084,320.88838 2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3968-2"
d="m 254.51084,320.88838 -2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<g
id="g3970-7"
transform="translate(-9.99421,57.439242)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3952-1"
d="m 244.5,323.86217 12.01084,0.0262 0,9 -12,0 z"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3954-5"
d="m 244.5,326.86217 12.01084,0.0263"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3956-2"
d="m 244.5,329.86217 12.01084,0.0262"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3958-1"
d="m 247.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3960-1"
d="m 250.5,323.86217 0.0108,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3962-0"
d="m 253.5,323.86217 0.0109,9.02621"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3964-1"
d="m 244.51084,321.88838 12,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3966-8"
d="m 246.51084,320.88838 2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path3968-7"
d="m 254.51084,320.88838 -2,0"
style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

@@ -0,0 +1,339 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="20"
height="102"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="spin-buttons.svg"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/3/spin-buttons.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023">
<defs
id="defs4">
<linearGradient
id="linearGradient3784">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3786" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3788" />
</linearGradient>
<linearGradient
id="linearGradient3755">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755"
id="linearGradient3800"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,239.98337,300.85045)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-7"
id="linearGradient3800-7"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="27.999994"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.0714287,240,312.36218)" />
<linearGradient
id="linearGradient3755-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-4" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6"
id="linearGradient3800-5"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,240,312.36218)" />
<linearGradient
id="linearGradient3755-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,317.81588)"
gradientUnits="userSpaceOnUse"
id="linearGradient3878"
xlink:href="#linearGradient3755-6"
inkscape:collect="always" />
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,327.36217)"
gradientUnits="userSpaceOnUse"
id="linearGradient3878-3"
xlink:href="#linearGradient3755-6-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4" />
</linearGradient>
<linearGradient
id="linearGradient3755-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-2" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,350.81589)"
gradientUnits="userSpaceOnUse"
id="linearGradient3920"
xlink:href="#linearGradient3755-6-5"
inkscape:collect="always" />
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,357.36216)"
gradientUnits="userSpaceOnUse"
id="linearGradient3920-8"
xlink:href="#linearGradient3755-6-5-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6-5-5"
id="linearGradient4068"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,239.98337,368.86215)"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="10.24"
inkscape:cx="17.209872"
inkscape:cy="79.808713"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1144"
inkscape:window-height="856"
inkscape:window-x="194"
inkscape:window-y="0"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0">
<inkscape:grid
type="xygrid"
id="grid3782"
empspacing="10"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true"
originx="-240px"
originy="-638px"
spacingx="0.5px"
spacingy="0.5px" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-240,-300.81591)">
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
id="rect3792-9-1"
width="20"
height="17.988274"
x="240"
y="384.82764" />
<rect
style="fill:url(#linearGradient3920);fill-opacity:1;stroke:none"
id="rect3792-5-1"
width="20"
height="17.999992"
x="240"
y="350.81592" />
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
id="rect3792-9"
width="20.016632"
height="15.965446"
x="239.98337"
y="334.85046" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 241,351.31591 19.00001,0"
id="path3841-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,340.81591 -4,4 8,0 z"
id="path3843-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,361.81591 -4,-4 8,0 z"
id="path3843-2-5"
inkscape:connector-curvature="0" />
<rect
style="fill:url(#linearGradient3878);fill-opacity:1;stroke:none"
id="rect3792-5"
width="20"
height="16.999992"
x="240"
y="317.81592" />
<rect
style="fill:url(#linearGradient3800);fill-opacity:1;stroke:none"
id="rect3792"
width="20.016632"
height="15.965446"
x="239.98337"
y="300.85046" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 240.5,300.81591 0,34"
id="path3802"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 240.5,334.81591 0,34"
id="path3802-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 241,317.31591 19.00001,0"
id="path3841"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,306.81591 -4,4 8,0 z"
id="path3843"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,327.81591 -4,-4 8,0 z"
id="path3843-2"
inkscape:connector-curvature="0" />
<rect
style="fill:url(#linearGradient4068);fill-opacity:1;stroke:none"
id="rect3792-5-1-9"
width="20.016632"
height="15.953728"
x="239.98337"
y="368.86218" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 241,385.31591 19.00001,0"
id="path3841-4-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,374.81591 -4,4 8,0 z"
id="path3843-8-9"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 251,395.81591 -4,-4 8,0 z"
id="path3843-2-5-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 240.5,368.81591 0,34"
id="path3802-0-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

@@ -0,0 +1,348 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="20"
height="102"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="suggest-dropdown.svg"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/3/suggest-dropdown.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023">
<defs
id="defs4">
<linearGradient
id="linearGradient4152">
<stop
id="stop4154"
offset="0"
style="stop-color:#c3c3c3;stop-opacity:1;" />
<stop
id="stop4156"
offset="1"
style="stop-color:#e6e6e6;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3784">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3786" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3788" />
</linearGradient>
<linearGradient
id="linearGradient3755">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755"
id="linearGradient3800"
x1="10"
y1="-5.0122071e-06"
x2="10.01663"
y2="31.701122"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.0714277,219.98337,300.96945)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-7"
id="linearGradient3800-7"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="27.999994"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.0714287,240,312.36218)" />
<linearGradient
id="linearGradient3755-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-4" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6"
id="linearGradient3800-5"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,240,312.36218)" />
<linearGradient
id="linearGradient3755-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,327.36217)"
gradientUnits="userSpaceOnUse"
id="linearGradient3878-3"
xlink:href="#linearGradient3755-6-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4" />
</linearGradient>
<linearGradient
id="linearGradient3755-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-2" />
</linearGradient>
<linearGradient
y2="28.000002"
x2="10"
y1="-5.0122071e-06"
x1="10"
gradientTransform="matrix(1,0,0,0.53571406,240,357.36216)"
gradientUnits="userSpaceOnUse"
id="linearGradient3920-8"
xlink:href="#linearGradient3755-6-5-5"
inkscape:collect="always" />
<linearGradient
id="linearGradient3755-6-5-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3757-8-9-7" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1;"
offset="1"
id="stop3759-67-4-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755-6-5-5"
id="linearGradient4068"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.53571406,240,372.36215)"
x1="10"
y1="-5.0122071e-06"
x2="10"
y2="28.000002" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4152"
id="linearGradient4150"
x1="20"
y1="59.546261"
x2="20"
y2="64.546257"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.48717949,0,0,1,220.51282,309.31591)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4152-3"
id="linearGradient4150-0"
x1="20"
y1="59.546261"
x2="20"
y2="64.546257"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4152-3">
<stop
id="stop4154-7"
offset="0"
style="stop-color:#c3c3c3;stop-opacity:1;" />
<stop
id="stop4156-9"
offset="1"
style="stop-color:#e6e6e6;stop-opacity:1;" />
</linearGradient>
<linearGradient
gradientTransform="translate(371.86217,-299.54628)"
y2="61.54628"
x2="19.99999"
y1="56.54628"
x1="19.99999"
gradientUnits="userSpaceOnUse"
id="linearGradient4173"
xlink:href="#linearGradient4152-3"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.12"
inkscape:cx="5.885112"
inkscape:cy="51.726517"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1144"
inkscape:window-height="856"
inkscape:window-x="182"
inkscape:window-y="7"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-global="true"
inkscape:snap-grids="true">
<inkscape:grid
type="xygrid"
id="grid3782"
empspacing="10"
visible="true"
enabled="true"
snapvisiblegridlinesonly="false"
originx="-240px"
originy="-638px"
spacingx="0.5px"
spacingy="0.5px" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-220,-300.93491)">
<rect
style="fill:#eeeeee;fill-opacity:1;stroke:none"
id="rect3792-9"
width="20.016632"
height="33.965458"
x="219.98337"
y="334.96945" />
<rect
style="fill:url(#linearGradient3800);fill-opacity:1;stroke:none"
id="rect3792"
width="20.016632"
height="33.965458"
x="219.98337"
y="300.96945" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,300.93491 0,34"
id="path3802"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,334.93491 0,34"
id="path3802-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
id="rect3792-9-6"
width="20"
height="34.072727"
x="220"
y="368.86218" />
<rect
style="color:#000000;fill:url(#linearGradient4150);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4142"
width="19"
height="4.9272728"
x="221"
y="368.93491" />
<rect
style="color:#000000;fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect4142-7"
width="30.072727"
height="2"
x="372.86218"
y="-240"
transform="matrix(0,1,-1,0,0,0)" />
<path
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 226,315.4349 8,0 -4,4 z"
id="path3058"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/path3058.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023" />
<path
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 226,349.43491 8,0 -4,4 z"
id="path3058-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/path3058.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023" />
<path
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 226.01663,383.32763 8,0 -4,4 z"
id="path3058-2-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:export-filename="/Users/koen/project/wt/git/wt/resources/themes/bootstrap/path3058.png"
inkscape:export-xdpi="90.000023"
inkscape:export-ydpi="90.000023" />
<path
style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 220.5,368.43491 0,34.5"
id="path3802-0-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

-19
View File
@@ -1,19 +0,0 @@
TODO:
- WPanel
- (Tables ? Adapt .table to WTableView ? But what about WTreeView ? )
- Forms
WTemplateFormView
WFormWidget -> validation
- buttons: icon using class ?
- Breadcrumbs ? a dynamic WMenu ?
- progress bars -> WProgressBar
- navigation bar animation: RevealFromTop ?
Volgorde:
View File
View File
+87 -14
View File
@@ -236,7 +236,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
padding: 2px 6px 3px; padding: 2px 6px 3px;
} }
.Wt-dialog .titlebar h3 { .Wt-dialog .titlebar h4 {
margin: 0px 2px; margin: 0px 2px;
font-size: 110%; font-size: 110%;
} }
@@ -282,6 +282,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
} }
.Wt-dialog .Wt-msgbox-text { .Wt-dialog .Wt-msgbox-text {
overflow: auto;
} }
/* /*
@@ -685,16 +686,29 @@ body.Wt-rtl .Wt-tabs a {
list-style: none; list-style: none;
} }
body.Wt-rtl .Wt-tree ul {
padding-left: 0px;
padding-right: 20px;
}
/* nodes */ /* nodes */
.Wt-tree.Wt-trunk, .Wt-tree .Wt-item.Wt-trunk { .Wt-tree.Wt-trunk, .Wt-tree .Wt-item.Wt-trunk {
background-image: url(../../line-trunk.gif); background-image: url(../../line-trunk.gif);
background-repeat: repeat-y; 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 { .Wt-tree .Wt-item.Wt-end {
background-image: url(../../line-last.gif); background-image: url(../../line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 0; }
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 { .Wt-tree div.Wt-root {
@@ -705,6 +719,10 @@ body.Wt-rtl .Wt-tabs a {
padding-left: 0px; padding-left: 0px;
} }
body.Wt-rtl .Wt-tree ul.Wt-root {
padding-right: 0px;
}
.Wt-tree .Wt-ctrl { .Wt-tree .Wt-ctrl {
float: left; float: left;
display: block; display: block;
@@ -712,14 +730,28 @@ body.Wt-rtl .Wt-tabs a {
height: 18px; height: 18px;
} }
body.Wt-rtl .Wt-tree .Wt-ctrl {
float: right;
}
.Wt-tree .Wt-noexpand { .Wt-tree .Wt-noexpand {
background: url(../../line-middle.gif) no-repeat 0 0; 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 { .Wt-tree .cols-row {
float: right; float: right;
} }
body.Wt-rtl .Wt-tree .cols-row {
float: left;
}
/* selection */ /* selection */
.Wt-tree .Wt-selected { .Wt-tree .Wt-selected {
background-color: #FFFFAA; background-color: #FFFFAA;
@@ -742,6 +774,18 @@ body.Wt-rtl .Wt-tabs a {
padding: 3px 0px; 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) * WAbstractItemView (WTableView and WTreeView)
*/ */
@@ -773,6 +817,11 @@ body.Wt-rtl .Wt-itemview .Wt-tv-rh {
cursor: default; cursor: default;
} }
body.Wt-rtl .Wt-itemview div.Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
/* sort handles */ /* sort handles */
.Wt-itemview .Wt-tv-sh { .Wt-itemview .Wt-tv-sh {
float: right; float: right;
@@ -933,10 +982,19 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
list-style: none; list-style: none;
} }
body.Wt-rtl .Wt-treeview ul {
padding-right: 20px;
padding-left: 0px;
}
.Wt-treeview ul.Wt-tv-root { .Wt-treeview ul.Wt-tv-root {
padding-left: 0px; padding-left: 0px;
} }
body.Wt-rtl .Wt-treeview ul.Wt-tv-root {
padding-right: 0px;
}
.Wt-treeview .Wt-tv-row { .Wt-treeview .Wt-tv-row {
float: right; float: right;
overflow: hidden; overflow: hidden;
@@ -976,13 +1034,13 @@ body.Wt-rtl .Wt-treeview input.icon {
margin: 0px 0px 2px 3px; margin: 0px 0px 2px 3px;
} }
body.Wt-ltr .Wt-treeview .Wt-header .Wt-tv-c { .Wt-treeview .Wt-header .Wt-tv-c {
padding: 0px; padding: 0px;
margin-left: 7px; margin-left: 7px;
} }
body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c { body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
padding: 0px; margin-left: 0px;
margin-right: 7px; margin-right: 7px;
} }
@@ -1013,6 +1071,10 @@ body.Wt-rtl .Wt-treeview li .Wt-tv-row .Wt-tv-c { /* data */
background-repeat: repeat-y; background-repeat: repeat-y;
} }
body.Wt-rtl .Wt-treeview .Wt-trunk {
background-position: top right;
}
.Wt-treeview .Wt-end { .Wt-treeview .Wt-end {
background-image: url(../../tv-line-last.gif); background-image: url(../../tv-line-last.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1022,7 +1084,7 @@ body.Wt-rtl .Wt-treeview li .Wt-tv-row .Wt-tv-c { /* data */
body.Wt-rtl .Wt-treeview .Wt-end { body.Wt-rtl .Wt-treeview .Wt-end {
background-image: url(../../tv-line-last-rtl.gif); background-image: url(../../tv-line-last-rtl.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 center; background-position: right center;
} }
.Wt-treeview .Wt-ctrl { .Wt-treeview .Wt-ctrl {
@@ -1030,28 +1092,39 @@ body.Wt-rtl .Wt-treeview .Wt-end {
width: 19px; width: 19px;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl {
float: right;
width: 19px;
}
.Wt-treeview .Wt-ctrl.expand { .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus.gif) no-repeat 0 center; background-image: url(nav-plus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.expand { body.Wt-rtl .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus-rtl.gif) no-repeat 0 center; background-image: url(nav-plus-rtl.gif);
} }
.Wt-treeview .Wt-ctrl.collapse { .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus.gif) no-repeat 0 center; background-image: url(nav-minus.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse { body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus-rtl.gif) no-repeat 0 center; background-image: url(nav-minus-rtl.gif);
} }
.Wt-treeview .Wt-ctrl.noexpand { .Wt-treeview .Wt-ctrl.noexpand {
background: url(../../line-middle.gif) no-repeat 0 center; background-image: url(../../line-middle.gif);
background-repeat: no-repeat;
background-position: 0 center;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand { body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
background: url(../../line-middle-rtl.gif) no-repeat 0 center; background-image: url(../../line-middle-rtl.gif);
} }
.Wt-treeview .Wt-tv-row .Wt-tv-c { .Wt-treeview .Wt-tv-row .Wt-tv-c {
@@ -1064,8 +1137,8 @@ body.Wt-rtl .Wt-treeview .Wt-ctrl.noexpand {
.Wt-pagingbar { .Wt-pagingbar {
text-align: center; text-align: center;
padding: 2px; padding: 2px;
height: 25px; height: 35px;
line-height: 25px; line-height: 35px;
} }
.Wt-pagingbar span { .Wt-pagingbar span {
View File
View File
+59 -13
View File
@@ -250,7 +250,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
margin: 2px; margin: 2px;
} }
.Wt-dialog .titlebar h3 { .Wt-dialog .titlebar h4 {
margin: 0px 2px; margin: 0px 2px;
font-size: 110%; font-size: 110%;
} }
@@ -271,6 +271,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
} }
.Wt-dialog .Wt-msgbox-text { .Wt-dialog .Wt-msgbox-text {
overflow: auto;
} }
/* /*
@@ -761,6 +762,11 @@ body.Wt-rtl .Wt-tabs li {
list-style: none; list-style: none;
} }
body.Wt-rtl .Wt-tree ul {
padding-right: 20px;
padding-left: 0px;
}
/* nodes */ /* nodes */
.Wt-tree div.Wt-root { .Wt-tree div.Wt-root {
@@ -771,6 +777,10 @@ body.Wt-rtl .Wt-tabs li {
padding-left: 0px; padding-left: 0px;
} }
body.Wt-rtl .Wt-tree ul.Wt-root {
padding-right: 0px;
}
.Wt-tree .Wt-ctrl { .Wt-tree .Wt-ctrl {
float: left; float: left;
display: block; display: block;
@@ -778,6 +788,10 @@ body.Wt-rtl .Wt-tabs li {
height: 18px; height: 18px;
} }
body.Wt-rtl .Wt-tree .Wt-ctrl {
float: right;
}
.Wt-treetable { .Wt-treetable {
background: white; background: white;
border: 1px solid #dcdfe8; border: 1px solid #dcdfe8;
@@ -795,10 +809,26 @@ body.Wt-rtl .Wt-tabs li {
padding: 3px 0px 3px 3px; padding: 3px 0px 3px 3px;
} }
.Wt-sbspacer {
float: right;
width: 16px;
height: 1px;
border: 0px;
display: none;
}
body.Wt-rtl .Wt-sbspacer {
float: left;
}
.Wt-tree .cols-row { .Wt-tree .cols-row {
float: right; float: right;
} }
body.Wt-rtl .Wt-tree .cols-row {
float: left;
}
/* selection */ /* selection */
.Wt-tree .Wt-selected { .Wt-tree .Wt-selected {
background-color: #999999; background-color: #999999;
@@ -842,6 +872,11 @@ body.Wt-rtl .Wt-itemview .Wt-tv-rh {
cursor: default; cursor: default;
} }
body.Wt-rtl .Wt-itemview .Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
/* sort handles */ /* sort handles */
.Wt-itemview .Wt-tv-sh { .Wt-itemview .Wt-tv-sh {
float: right; float: right;
@@ -986,14 +1021,12 @@ body.Wt-rtl .Wt-tableview .Wt-tv-br {
border-left: 1px solid #dcdfe8; border-left: 1px solid #dcdfe8;
} }
/* borders */
body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c, body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c { body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-right: 0px; border-right: 0px;
margin-right: 1px; margin-right: 1px;
} }
/* borders */
body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c, body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c { body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-left: 0px; border-left: 0px;
@@ -1011,10 +1044,19 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
list-style: none; list-style: none;
} }
body.Wt-rtl .Wt-treeview ul {
padding-left: 0px;
padding-right: 20px;
}
.Wt-treeview ul.Wt-tv-root { .Wt-treeview ul.Wt-tv-root {
padding-left: 0px; padding-left: 0px;
} }
body.Wt-rtl .Wt-treeview ul.Wt-tv-root {
padding-right: 0px;
}
.Wt-treeview .Wt-tv-row { .Wt-treeview .Wt-tv-row {
float: right; float: right;
overflow: hidden; overflow: hidden;
@@ -1036,10 +1078,6 @@ body.Wt-rtl .Wt-treeview .Wt-tv-row .Wt-tv-c {
float: right; float: right;
} }
.Wt-treeview .Wt-tv-c {
/* padding: 0px 3px; */
}
.Wt-treeview img.icon, .Wt-treeview input.icon { .Wt-treeview img.icon, .Wt-treeview input.icon {
vertical-align: middle; vertical-align: middle;
} }
@@ -1085,20 +1123,28 @@ body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
float: left; float: left;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl {
float: right;
}
.Wt-treeview .Wt-ctrl.expand { .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus.png) no-repeat 0 center; background-image: url(nav-plus.png);
background-repeat: no-repeat;
background-position: 0 center;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.expand { body.Wt-rtl .Wt-treeview .Wt-ctrl.expand {
background: url(nav-plus-rtl.png) no-repeat 0 center; background-image: url(nav-plus-rtl.png);
} }
.Wt-treeview .Wt-ctrl.collapse { .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus.png) no-repeat 0 center; background-image: url(nav-minus.png);
background-repeat: no-repeat;
background-position: 0 center;
} }
body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse { body.Wt-rtl .Wt-treeview .Wt-ctrl.collapse {
background: url(nav-minus-rtl.png) no-repeat 0 center; background-image: url(nav-minus-rtl.png);
} }
/* borders */ /* borders */
@@ -1125,8 +1171,8 @@ body.Wt-rtl .Wt-treeview li .Wt-tv-row .Wt-tv-c {
*/ */
.Wt-pagingbar { .Wt-pagingbar {
text-align: center; text-align: center;
height: 25px; height: 35px;
line-height: 25px; line-height: 35px;
} }
.Wt-pagingbar span { .Wt-pagingbar span {