mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
fixed Server sample
This commit is contained in:
286
WebWidgets/ExtJS/samples/Server/extjs/resources/legacy/basic-dialog.css
vendored
Normal file
286
WebWidgets/ExtJS/samples/Server/extjs/resources/legacy/basic-dialog.css
vendored
Normal file
@@ -0,0 +1,286 @@
|
||||
/*
|
||||
* Ext JS Library 2.0.2
|
||||
* Copyright(c) 2006-2008, Ext JS, LLC.
|
||||
* licensing@extjs.com
|
||||
*
|
||||
* http://extjs.com/license
|
||||
*/
|
||||
|
||||
.x-dlg-proxy {
|
||||
background-image: url(../images/default/gradient-bg.gif);
|
||||
background-color:#c3daf9;
|
||||
border:1px solid #6593cf;
|
||||
z-index:10001;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
left:0;top:0;
|
||||
}
|
||||
.x-dlg-shadow{
|
||||
background:#aaaaaa;
|
||||
position:absolute;
|
||||
left:0;top:0;
|
||||
}
|
||||
.x-dlg-focus{
|
||||
-moz-outline:0 none;
|
||||
outline:0 none;
|
||||
width:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
}
|
||||
.x-dlg-mask{
|
||||
z-index:10000;
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
-moz-opacity: 0.5;
|
||||
opacity:.50;
|
||||
filter: alpha(opacity=50);
|
||||
background-color:#CCC;
|
||||
}
|
||||
body.x-body-masked select {
|
||||
visibility:hidden;
|
||||
}
|
||||
body.x-body-masked .x-dlg select {
|
||||
visibility:visible;
|
||||
}
|
||||
.x-dlg{
|
||||
z-index:10001;
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
left:300;top:0;
|
||||
}
|
||||
.x-dlg .x-dlg-hd {
|
||||
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
||||
background-color:navy;
|
||||
color:#FFF;
|
||||
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.x-dlg .x-dlg-hd-left {
|
||||
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
||||
padding-left:3px;
|
||||
margin:0;
|
||||
}
|
||||
.x-dlg .x-dlg-hd-right {
|
||||
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
||||
padding-right:3px;
|
||||
}
|
||||
.x-dlg .x-dlg-dlg-body{
|
||||
background:url(../images/default/layout/gradient-bg.gif);
|
||||
border:1px solid #6593cf;
|
||||
border-top:0 none;
|
||||
padding:10px;
|
||||
position:absolute;
|
||||
top:24px;left:0;
|
||||
z-index:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
.x-dlg-collapsed .x-resizable-handle{
|
||||
display:none;
|
||||
}
|
||||
.x-dlg .x-dlg-bd{
|
||||
overflow:hidden;
|
||||
}
|
||||
.x-dlg .x-dlg-ft{
|
||||
overflow:hidden;
|
||||
padding:5px;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
.x-dlg .x-tabs-body{
|
||||
background:white;
|
||||
overflow:auto;
|
||||
}
|
||||
.x-dlg .x-tabs-top .x-tabs-body{
|
||||
border:1px solid #6593cf;
|
||||
border-top:0 none;
|
||||
}
|
||||
.x-dlg .x-tabs-bottom .x-tabs-body{
|
||||
border:1px solid #6593cf;
|
||||
border-bottom:0 none;
|
||||
}
|
||||
.x-dlg .x-layout-container .x-tabs-body{
|
||||
border:0 none;
|
||||
}
|
||||
.x-dlg .inner-tab{
|
||||
margin:5px;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-btn{
|
||||
margin-right:5px;
|
||||
float:right;
|
||||
clear:none;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
||||
border:0;
|
||||
padding:0;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
||||
float:right;
|
||||
clear:none;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
||||
float:left;
|
||||
clear:none;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
||||
text-align:center; /*ie*/
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
||||
margin:0 auto; /*everyone else*/
|
||||
}
|
||||
|
||||
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
||||
background-position:0 -147px;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
||||
background-position:0 -168px;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
||||
background-position:0 -189px;
|
||||
}
|
||||
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
||||
background-position:0 -126px;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
||||
background-position:0 -84px;
|
||||
}
|
||||
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
||||
background-position:0 -63px;
|
||||
}
|
||||
|
||||
.x-dlg-draggable .x-dlg-hd{
|
||||
cursor:move;
|
||||
}
|
||||
.x-dlg-closable .x-dlg-hd{
|
||||
padding-right:22px;
|
||||
}
|
||||
.x-dlg-toolbox {
|
||||
position:absolute;
|
||||
top:4px;
|
||||
right:4px;
|
||||
z-index:6;
|
||||
width:40px;
|
||||
cursor:default;
|
||||
height:15px;
|
||||
background:transparent;
|
||||
}
|
||||
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
||||
float:right;
|
||||
height:15px;
|
||||
width:15px;
|
||||
margin:0;
|
||||
margin-left:2px;
|
||||
padding:0;
|
||||
line-height:1px;
|
||||
font-size:1px;
|
||||
background-repeat:no-repeat;
|
||||
cursor:pointer;
|
||||
visibility:inherit;
|
||||
}
|
||||
.x-dlg .x-dlg-close {
|
||||
background-image:url(../images/default/basic-dialog/close.gif);
|
||||
}
|
||||
.x-dlg .x-dlg-collapse {
|
||||
background-image:url(../images/default/basic-dialog/collapse.gif);
|
||||
}
|
||||
.x-dlg-collapsed .x-dlg-collapse {
|
||||
background-image:url(../images/default/basic-dialog/expand.gif);
|
||||
}
|
||||
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
||||
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-east{
|
||||
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
||||
border:0;
|
||||
background-position:right;
|
||||
margin-right:0;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-south{
|
||||
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
||||
border:0;
|
||||
height:6px;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-west{
|
||||
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
||||
border:0;
|
||||
background-position:1px;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-north{
|
||||
background-image:url(../images/default/s.gif);
|
||||
border:0;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
|
||||
background-image:url(../images/default/s.gif);
|
||||
border:0;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
|
||||
background-image:url(../images/default/s.gif);
|
||||
border:0;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-southeast{
|
||||
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
||||
background-position: bottom right;
|
||||
width:8px;
|
||||
height:8px;
|
||||
border:0;
|
||||
}
|
||||
.x-dlg div.x-resizable-handle-southwest{
|
||||
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
||||
background-position: top right;
|
||||
margin-left:1px;
|
||||
margin-bottom:1px;
|
||||
border:0;
|
||||
}
|
||||
|
||||
#x-msg-box .x-dlg-ft .x-btn{
|
||||
float:none;
|
||||
clear:none;
|
||||
margin:0 3px;
|
||||
}
|
||||
|
||||
#x-msg-box .x-dlg-bd {
|
||||
padding:5px;
|
||||
overflow:hidden !important;
|
||||
font:normal 13px verdana,tahoma,sans-serif;
|
||||
}
|
||||
#x-msg-box .ext-mb-input {
|
||||
margin-top:4px;
|
||||
width:95%;
|
||||
}
|
||||
#x-msg-box .ext-mb-textarea {
|
||||
margin-top:4px;
|
||||
font:normal 13px verdana,tahoma,sans-serif;
|
||||
}
|
||||
#x-msg-box .ext-mb-progress-wrap {
|
||||
margin-top:4px;
|
||||
border:1px solid #6593cf;
|
||||
}
|
||||
#x-msg-box .ext-mb-progress {
|
||||
height:18px;
|
||||
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
||||
}
|
||||
#x-msg-box .ext-mb-progress-bar {
|
||||
height:18px;
|
||||
overflow:hidden;
|
||||
width:0;
|
||||
background:#8BB8F3;
|
||||
border-top:1px solid #B2D0F7;
|
||||
border-bottom:1px solid #65A1EF;
|
||||
border-right:1px solid #65A1EF;
|
||||
}
|
||||
|
||||
#x-msg-box .x-msg-box-wait {
|
||||
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
||||
display:block;
|
||||
width:300px;
|
||||
padding-left:18px;
|
||||
line-height:18px;
|
||||
}
|
||||
295
WebWidgets/ExtJS/samples/Server/extjs/resources/legacy/grid.css
vendored
Normal file
295
WebWidgets/ExtJS/samples/Server/extjs/resources/legacy/grid.css
vendored
Normal file
@@ -0,0 +1,295 @@
|
||||
/*
|
||||
* Ext JS Library 2.0.2
|
||||
* Copyright(c) 2006-2008, Ext JS, LLC.
|
||||
* licensing@extjs.com
|
||||
*
|
||||
* http://extjs.com/license
|
||||
*/
|
||||
|
||||
/* Grid2 styles */
|
||||
.x-grid {
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
background-color:#fff;
|
||||
}
|
||||
.x-grid-scroller {
|
||||
overflow:auto;
|
||||
}
|
||||
.x-grid-viewport, .x-grid-locked{
|
||||
position:absolute;
|
||||
left:0; top: 0;
|
||||
z-index:2;
|
||||
overflow:hidden;
|
||||
visibility:hidden;
|
||||
}
|
||||
.x-grid-cell-inner, .x-grid-hd-inner{
|
||||
overflow:hidden;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.x-grid-hd-row td, .x-grid-row td{
|
||||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
line-height:13px;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
-moz-outline: none;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
.x-grid-hd-row td {
|
||||
line-height:14px;
|
||||
}
|
||||
.x-grid-col {
|
||||
border-right: 1px solid #ebebeb;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
/* Locked styles */
|
||||
|
||||
.x-grid-locked .x-grid-body td {
|
||||
background-color: #FBFDFF;
|
||||
border-right: 1px solid #deecfd;
|
||||
border-bottom: 1px solid #deecfd !important;
|
||||
}
|
||||
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
||||
border-top:0 none;
|
||||
}
|
||||
.x-grid-locked .x-grid-row-alt td{
|
||||
background-color: #F5FAFE;
|
||||
}
|
||||
|
||||
.x-grid-locked .x-grid-header table{
|
||||
border-right:1px solid transparent;
|
||||
}
|
||||
.x-grid-locked .x-grid-body table{
|
||||
border-right:1px solid #c3daf9;
|
||||
}
|
||||
|
||||
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
||||
|
||||
}
|
||||
.x-grid-row {
|
||||
cursor: default;
|
||||
}
|
||||
.x-grid-row-alt{
|
||||
background-color:#f1f1f1;
|
||||
}
|
||||
.x-grid-row-over td{
|
||||
background-color:#d9e8fb;
|
||||
}
|
||||
.x-grid-resize-proxy {
|
||||
width:3px;
|
||||
background-color:#cccccc;
|
||||
cursor: e-resize;
|
||||
cursor: col-resize;
|
||||
position:absolute;
|
||||
top:0;
|
||||
height:100px;
|
||||
overflow:hidden;
|
||||
visibility:hidden;
|
||||
border:0 none;
|
||||
z-index:7;
|
||||
}
|
||||
.x-grid-focus {
|
||||
position:absolute;
|
||||
top:0;
|
||||
-moz-outline:0 none;
|
||||
outline:0 none;
|
||||
-moz-user-select: normal;
|
||||
-khtml-user-select: normal;
|
||||
}
|
||||
|
||||
/* header styles */
|
||||
.x-grid-header{
|
||||
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
cursor:default;
|
||||
width:100%;
|
||||
}
|
||||
.x-grid-hd-row{
|
||||
height:22px;
|
||||
}
|
||||
.x-grid-hd {
|
||||
padding-right:1px;
|
||||
}
|
||||
.x-grid-hd-over .x-grid-hd-inner {
|
||||
border-bottom: 1px solid #c3daf9;
|
||||
}
|
||||
.x-grid-hd-over .x-grid-hd-text {
|
||||
background: #fafafa url(../images/default/grid/grid-hrow.gif) repeat-x 0 1px;
|
||||
padding-bottom:1px;
|
||||
border-bottom: 1px solid #b3cae9;
|
||||
}
|
||||
.x-grid-sort-icon{
|
||||
background-repeat: no-repeat;
|
||||
display: none;
|
||||
height: 4px;
|
||||
width: 13px;
|
||||
margin-left:3px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.x-grid-header .sort-asc .x-grid-sort-icon {
|
||||
background-image: url(../images/default/grid/sort_asc.gif);
|
||||
display: inline;
|
||||
}
|
||||
.x-grid-header .sort-desc .x-grid-sort-icon {
|
||||
background-image: url(../images/default/grid/sort_desc.gif);
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Body Styles */
|
||||
.x-grid-body {
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
width:100%;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.x-grid-cell-text,.x-grid-hd-text {
|
||||
display: block;
|
||||
padding: 3px 5px 3px 5px;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
color:black;
|
||||
}
|
||||
.x-grid-hd-text {
|
||||
padding-top:4px;
|
||||
}
|
||||
.x-grid-split {
|
||||
background-image: url(../images/default/grid/grid-split.gif);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
cursor: e-resize;
|
||||
cursor: col-resize;
|
||||
display: block;
|
||||
font-size: 1px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
width: 6px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.x-grid-hd-text {
|
||||
color:#15428b;
|
||||
}
|
||||
/* Column Reorder DD */
|
||||
.x-dd-drag-proxy .x-grid-hd-inner{
|
||||
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
||||
height:22px;
|
||||
width:120px;
|
||||
}
|
||||
|
||||
.col-move-top, .col-move-bottom{
|
||||
width:9px;
|
||||
height:9px;
|
||||
position:absolute;
|
||||
top:0;
|
||||
line-height:1px;
|
||||
font-size:1px;
|
||||
overflow:hidden;
|
||||
visibility:hidden;
|
||||
z-index:20000;
|
||||
}
|
||||
.col-move-top{
|
||||
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
||||
}
|
||||
.col-move-bottom{
|
||||
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
||||
}
|
||||
|
||||
/* Selection Styles */
|
||||
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
||||
background-color: #316ac5 !important;
|
||||
color: white;
|
||||
}
|
||||
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
||||
color: white !important;
|
||||
}
|
||||
.x-grid-row-selected .x-grid-cell-text{
|
||||
color: white;
|
||||
}
|
||||
.x-grid-cell-selected{
|
||||
background-color: #316ac5 !important;
|
||||
color: white;
|
||||
}
|
||||
.x-grid-cell-selected span{
|
||||
color: white !important;
|
||||
}
|
||||
.x-grid-cell-selected .x-grid-cell-text{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
||||
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
||||
vertical-align:middle !important;
|
||||
color:black;
|
||||
padding:0;
|
||||
border-top:1px solid white;
|
||||
border-bottom:none !important;
|
||||
border-right:1px solid #6fa0df !important;
|
||||
text-align:center;
|
||||
}
|
||||
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
||||
padding:0 4px;
|
||||
color:#15428b !important;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/* dirty cells */
|
||||
.x-grid-dirty-cell {
|
||||
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
/* Grid Toolbars */
|
||||
.x-grid-topbar, .x-grid-bottombar{
|
||||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
overflow:hidden;
|
||||
display:none;
|
||||
zoom:1;
|
||||
position:relative;
|
||||
}
|
||||
.x-grid-topbar .x-toolbar{
|
||||
border-right:0 none;
|
||||
}
|
||||
.x-grid-bottombar .x-toolbar{
|
||||
border-right:0 none;
|
||||
border-bottom:0 none;
|
||||
border-top:1px solid #a9bfd3;
|
||||
}
|
||||
/* Props Grid Styles */
|
||||
.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
|
||||
background-color: #316ac5 !important;
|
||||
}
|
||||
.x-props-grid .x-grid-col-value .x-grid-cell-text{
|
||||
background-color: white;
|
||||
}
|
||||
.x-props-grid .x-grid-col-name{
|
||||
background-color: #c3daf9;
|
||||
}
|
||||
.x-props-grid .x-grid-col-name .x-grid-cell-text{
|
||||
background-color: white;
|
||||
margin-left:10px;
|
||||
}
|
||||
.x-props-grid .x-grid-split-value {
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
/* header menu */
|
||||
.xg-hmenu-sort-asc .x-menu-item-icon{
|
||||
background-image: url(../images/default/grid/hmenu-asc.gif);
|
||||
}
|
||||
.xg-hmenu-sort-desc .x-menu-item-icon{
|
||||
background-image: url(../images/default/grid/hmenu-desc.gif);
|
||||
}
|
||||
.xg-hmenu-lock .x-menu-item-icon{
|
||||
background-image: url(../images/default/grid/hmenu-lock.gif);
|
||||
}
|
||||
.xg-hmenu-unlock .x-menu-item-icon{
|
||||
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
||||
}
|
||||
|
||||
/* dd */
|
||||
.x-dd-drag-ghost .x-grid-dd-wrap {
|
||||
padding:1px 3px 3px 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user