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
+59 -13
View File
@@ -250,7 +250,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
margin: 2px;
}
.Wt-dialog .titlebar h3 {
.Wt-dialog .titlebar h4 {
margin: 0px 2px;
font-size: 110%;
}
@@ -271,6 +271,7 @@ span.Wt-disabled, fieldset.Wt-disabled legend {
}
.Wt-dialog .Wt-msgbox-text {
overflow: auto;
}
/*
@@ -761,6 +762,11 @@ body.Wt-rtl .Wt-tabs li {
list-style: none;
}
body.Wt-rtl .Wt-tree ul {
padding-right: 20px;
padding-left: 0px;
}
/* nodes */
.Wt-tree div.Wt-root {
@@ -771,6 +777,10 @@ body.Wt-rtl .Wt-tabs li {
padding-left: 0px;
}
body.Wt-rtl .Wt-tree ul.Wt-root {
padding-right: 0px;
}
.Wt-tree .Wt-ctrl {
float: left;
display: block;
@@ -778,6 +788,10 @@ body.Wt-rtl .Wt-tabs li {
height: 18px;
}
body.Wt-rtl .Wt-tree .Wt-ctrl {
float: right;
}
.Wt-treetable {
background: white;
border: 1px solid #dcdfe8;
@@ -795,10 +809,26 @@ body.Wt-rtl .Wt-tabs li {
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 {
float: right;
}
body.Wt-rtl .Wt-tree .cols-row {
float: left;
}
/* selection */
.Wt-tree .Wt-selected {
background-color: #999999;
@@ -842,6 +872,11 @@ body.Wt-rtl .Wt-itemview .Wt-tv-rh {
cursor: default;
}
body.Wt-rtl .Wt-itemview .Wt-tv-no-rh {
margin-left: 0px;
margin-right: 4px;
}
/* sort handles */
.Wt-itemview .Wt-tv-sh {
float: right;
@@ -986,14 +1021,12 @@ body.Wt-rtl .Wt-tableview .Wt-tv-br {
border-left: 1px solid #dcdfe8;
}
/* borders */
body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-right: 0px;
margin-right: 1px;
}
/* borders */
body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
border-left: 0px;
@@ -1011,10 +1044,19 @@ body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c {
list-style: none;
}
body.Wt-rtl .Wt-treeview ul {
padding-left: 0px;
padding-right: 20px;
}
.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;
@@ -1036,10 +1078,6 @@ 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;
}
@@ -1085,20 +1123,28 @@ body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
float: left;
}
body.Wt-rtl .Wt-treeview .Wt-ctrl {
float: right;
}
.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 {
background: url(nav-plus-rtl.png) no-repeat 0 center;
background-image: url(nav-plus-rtl.png);
}
.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 {
background: url(nav-minus-rtl.png) no-repeat 0 center;
background-image: url(nav-minus-rtl.png);
}
/* borders */
@@ -1125,8 +1171,8 @@ body.Wt-rtl .Wt-treeview li .Wt-tv-row .Wt-tv-c {
*/
.Wt-pagingbar {
text-align: center;
height: 25px;
line-height: 25px;
height: 35px;
line-height: 35px;
}
.Wt-pagingbar span {