code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231 values | license stringclasses 13 values | size int64 1 2.01M |
|---|---|---|---|---|---|
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #95B8E7;
}
.progressbar-text {
color: #000000;
}
.progressbar-value .progressbar-text {
background-color: #FBEC88;
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/progressbar.css | CSS | asf20 | 612 |
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #95B8E7;
}
.accordion .accordion-header {
background: #E0ECFF;
filter: none;
}
.accordion .accordion-header-selected {
background: #FBEC88;
}
.accordion .accordion-header-selected .panel-title {
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/accordion.css | CSS | asf20 | 838 |
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/validatebox.css | CSS | asf20 | 1,101 |
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #efefef;
background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
}
.datagrid-cell-rownumber {
color: #000000;
}
.datagrid-resize-proxy {
background: #aac5e7;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #95B8E7;
}
.datagrid-toolbar,
.datagrid-pager {
background: #F4F4F4;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #dddddd;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #ccc;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #000000;
}
.datagrid-row-alt {
background: #fafafa;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #eaf2ff;
color: #000000;
cursor: default;
}
.datagrid-row-selected {
background: #FBEC88;
color: #000000;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #95B8E7;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/datagrid.css | CSS | asf20 | 4,928 |
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #b7d2ff;
background-color: #eaf2ff;
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/menubutton.css | CSS | asf20 | 669 |
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #fafafa;
border-color: #ddd;
color: #444;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #fafafa;
}
.menu-active {
border-color: #b7d2ff;
color: #000000;
background: #eaf2ff;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #444;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/menu.css | CSS | asf20 | 2,046 |
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #ffffff;
}
.combo {
border-color: #95B8E7;
background-color: #ffffff;
}
.combo-arrow {
background-color: #E0ECFF;
}
.combo-arrow-hover {
background-color: #eaf2ff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/combo.css | CSS | asf20 | 1,017 |
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #4d4d4d;
}
.calendar-day {
color: #000000;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #95B8E7;
}
.calendar {
border-color: #95B8E7;
}
.calendar-header {
background: #E0ECFF;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #F4F4F4;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #eaf2ff;
color: #000000;
}
.calendar-hover {
border: 1px solid #b7d2ff;
padding: 0;
}
.calendar-selected {
background-color: #FBEC88;
color: #000000;
border: 1px solid #E2C608;
padding: 0;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/default/calendar.css | CSS | asf20 | 3,566 |
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #D4D4D4;
}
.window {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.window-proxy {
border: 1px dashed #D4D4D4;
}
.window-proxy-mask,
.window-mask {
background: #ccc;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/window.css | CSS | asf20 | 1,967 |
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #F5F5F5;
}
.dialog-toolbar {
border-bottom: 1px solid #e6e6e6;
}
.dialog-button {
border-top: 1px solid #e6e6e6;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/dialog.css | CSS | asf20 | 487 |
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #F5F5F5;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #444;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/datebox.css | CSS | asf20 | 673 |
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #D4D4D4;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/pagination.css | CSS | asf20 | 1,299 |
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #444;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #f5f5f5;
background-repeat: repeat-x;
border: 1px solid #bbb;
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #e6e6e6;
color: #00438a;
border: 1px solid #ddd;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #e6e6e6;
color: #00438a;
border: 1px solid #ddd;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/linkbutton.css | CSS | asf20 | 2,786 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #e6e6e6;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #D4D4D4;
}
.panel-header {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.panel-body {
background-color: #ffffff;
color: #333;
}
.panel-title {
font-weight: bold;
color: #777;
height: 16px;
line-height: 16px;
}
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #D4D4D4;
}
.accordion .accordion-header {
background: #F2F2F2;
filter: none;
}
.accordion .accordion-header-selected {
background: #0081c2;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #D4D4D4;
}
.window {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.window-proxy {
border: 1px dashed #D4D4D4;
}
.window-proxy-mask,
.window-mask {
background: #ccc;
}
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #F5F5F5;
}
.dialog-toolbar {
border-bottom: 1px solid #e6e6e6;
}
.dialog-button {
border-top: 1px solid #e6e6e6;
}
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #ffffff;
}
.combo {
border-color: #D4D4D4;
background-color: #ffffff;
}
.combo-arrow {
background-color: #F2F2F2;
}
.combo-arrow-hover {
background-color: #e6e6e6;
}
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #e6e6e6;
color: #00438a;
}
.combobox-item-selected {
background-color: #0081c2;
color: #fff;
}
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #bbb;
}
.layout-split-north {
border-bottom: 5px solid #eee;
}
.layout-split-south {
border-top: 5px solid #eee;
}
.layout-split-east {
border-left: 5px solid #eee;
}
.layout-split-west {
border-right: 5px solid #eee;
}
.layout-expand {
background-color: #F2F2F2;
}
.layout-expand-over {
background-color: #F2F2F2;
}
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #e6e6e6;
color: #00438a;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #ffffff;
color: #777;
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs li a.tabs-inner {
color: #777;
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #F2F2F2;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #D4D4D4;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #e6e6e6;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #ffffff;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #ffffff;
}
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #444;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #f5f5f5;
background-repeat: repeat-x;
border: 1px solid #bbb;
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #e6e6e6;
color: #00438a;
border: 1px solid #ddd;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #e6e6e6;
color: #00438a;
border: 1px solid #ddd;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.datagrid-cell-rownumber {
color: #333;
}
.datagrid-resize-proxy {
background: #bbb;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #D4D4D4;
}
.datagrid-toolbar,
.datagrid-pager {
background: #F5F5F5;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #e6e6e6;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #ccc;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #333;
}
.datagrid-row-alt {
background: #F5F5F5;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #e6e6e6;
color: #00438a;
cursor: default;
}
.datagrid-row-selected {
background: #0081c2;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #D4D4D4;
}
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #e6e6e6;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #F2F2F2;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #e6e6e6;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #F2F2F2;
}
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #D4D4D4;
}
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #808080;
}
.calendar-day {
color: #333;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #D4D4D4;
}
.calendar {
border-color: #D4D4D4;
}
.calendar-header {
background: #F2F2F2;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #F5F5F5;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #e6e6e6;
color: #00438a;
}
.calendar-hover {
border: 1px solid #ddd;
padding: 0;
}
.calendar-selected {
background-color: #0081c2;
color: #fff;
border: 1px solid #0070a9;
padding: 0;
}
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #F5F5F5;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #444;
}
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #D4D4D4;
}
.spinner-arrow {
background-color: #F2F2F2;
}
.spinner-arrow-hover {
background-color: #e6e6e6;
}
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #D4D4D4;
}
.progressbar-text {
color: #333;
}
.progressbar-value .progressbar-text {
background-color: #0081c2;
color: #fff;
}
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #D4D4D4;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #F2F2F2;
}
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #D4D4D4;
background: #F2F2F2;
}
.slider-rule span {
border-color: #D4D4D4;
}
.slider-rulelabel span {
color: #333;
}
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #fff;
border-color: #e6e6e6;
color: #333;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #fff;
}
.menu-active {
border-color: #ddd;
color: #00438a;
background: #e6e6e6;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #333;
}
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #ddd;
background-color: #e6e6e6;
color: #00438a;
}
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #bbb;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #ddd;
background-color: #e6e6e6;
color: #00438a;
}
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #D4D4D4;
}
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #ffffff;
color: #333;
border-color: #D4D4D4;
}
.tree-node-hover {
background: #e6e6e6;
color: #00438a;
}
.tree-node-selected {
background: #0081c2;
color: #fff;
}
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
.tabs-panels {
border-color: transparent;
}
.tabs li a.tabs-inner {
border-color: transparent;
background: transparent;
filter: none;
color: #0088CC;
}
.menu-active {
background-color: #0081C2;
border-color: #0081C2;
color: #fff;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #333;
}
/*添加box的样式*/
.easyui-textbox{border:1px solid #D4D4D4;vertical-align:middle; }
/* 高级搜索下拉框样式*/
.gradeSearchBox{border:1px solid #D4D4D4;width:82px;height:20px;clip:rect(0px,81px,19px,0px);overflow:hidden;}
.gradeSelectSearchBox{position:relative;left:1px;top:1px;font-size:13px;width:81px;line-height:20px;border:0px;color:#909993;} | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/easyui.css | CSS | asf20 | 45,623 |
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #D4D4D4;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #F2F2F2;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/searchbox.css | CSS | asf20 | 1,528 |
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #D4D4D4;
}
.spinner-arrow {
background-color: #F2F2F2;
}
.spinner-arrow-hover {
background-color: #e6e6e6;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/spinner.css | CSS | asf20 | 1,100 |
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #bbb;
}
.layout-split-north {
border-bottom: 5px solid #eee;
}
.layout-split-south {
border-top: 5px solid #eee;
}
.layout-split-east {
border-left: 5px solid #eee;
}
.layout-split-west {
border-right: 5px solid #eee;
}
.layout-expand {
background-color: #F2F2F2;
}
.layout-expand-over {
background-color: #F2F2F2;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/layout.css | CSS | asf20 | 1,678 |
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #e6e6e6;
color: #00438a;
}
.combobox-item-selected {
background-color: #0081c2;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/combobox.css | CSS | asf20 | 236 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #e6e6e6;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #D4D4D4;
}
.panel-header {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.panel-body {
background-color: #ffffff;
color: #333;
}
.panel-title {
font-weight: bold;
color: #777;
height: 16px;
line-height: 16px;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/panel.css | CSS | asf20 | 2,558 |
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #e6e6e6;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #F2F2F2;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #e6e6e6;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #F2F2F2;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/propertygrid.css | CSS | asf20 | 716 |
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #e6e6e6;
color: #00438a;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #ffffff;
color: #777;
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs li a.tabs-inner {
color: #777;
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #F2F2F2;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #D4D4D4;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #e6e6e6;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #ffffff;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #ffffff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/tabs.css | CSS | asf20 | 8,442 |
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #D4D4D4;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/messager.css | CSS | asf20 | 761 |
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #D4D4D4;
background: #F2F2F2;
}
.slider-rule span {
border-color: #D4D4D4;
}
.slider-rulelabel span {
color: #333;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/slider.css | CSS | asf20 | 1,558 |
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #bbb;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #ddd;
background-color: #e6e6e6;
color: #00438a;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/splitbutton.css | CSS | asf20 | 956 |
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #ffffff;
color: #333;
border-color: #D4D4D4;
}
.tree-node-hover {
background: #e6e6e6;
color: #00438a;
}
.tree-node-selected {
background: #0081c2;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/tree.css | CSS | asf20 | 3,434 |
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #D4D4D4;
}
.progressbar-text {
color: #333;
}
.progressbar-value .progressbar-text {
background-color: #0081c2;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/progressbar.css | CSS | asf20 | 606 |
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #D4D4D4;
}
.accordion .accordion-header {
background: #F2F2F2;
filter: none;
}
.accordion .accordion-header-selected {
background: #0081c2;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/accordion.css | CSS | asf20 | 835 |
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/validatebox.css | CSS | asf20 | 1,101 |
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.datagrid-cell-rownumber {
color: #333;
}
.datagrid-resize-proxy {
background: #bbb;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #D4D4D4;
}
.datagrid-toolbar,
.datagrid-pager {
background: #F5F5F5;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #e6e6e6;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #ccc;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #333;
}
.datagrid-row-alt {
background: #F5F5F5;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #e6e6e6;
color: #00438a;
cursor: default;
}
.datagrid-row-selected {
background: #0081c2;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #D4D4D4;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/datagrid.css | CSS | asf20 | 4,916 |
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #ddd;
background-color: #e6e6e6;
color: #00438a;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/menubutton.css | CSS | asf20 | 666 |
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #fff;
border-color: #e6e6e6;
color: #333;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #fff;
}
.menu-active {
border-color: #ddd;
color: #00438a;
background: #e6e6e6;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #333;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/menu.css | CSS | asf20 | 2,040 |
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #ffffff;
}
.combo {
border-color: #D4D4D4;
background-color: #ffffff;
}
.combo-arrow {
background-color: #F2F2F2;
}
.combo-arrow-hover {
background-color: #e6e6e6;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/combo.css | CSS | asf20 | 1,017 |
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #808080;
}
.calendar-day {
color: #333;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #D4D4D4;
}
.calendar {
border-color: #D4D4D4;
}
.calendar-header {
background: #F2F2F2;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #F5F5F5;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #e6e6e6;
color: #00438a;
}
.calendar-hover {
border: 1px solid #ddd;
padding: 0;
}
.calendar-selected {
background-color: #0081c2;
color: #fff;
border: 1px solid #0070a9;
padding: 0;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/bootstrap/calendar.css | CSS | asf20 | 3,557 |
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #D3D3D3;
}
.window {
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.window-proxy {
border: 1px dashed #D3D3D3;
}
.window-proxy-mask,
.window-mask {
background: #ccc;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/window.css | CSS | asf20 | 1,967 |
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #fafafa;
}
.dialog-toolbar {
border-bottom: 1px solid #ddd;
}
.dialog-button {
border-top: 1px solid #ddd;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/dialog.css | CSS | asf20 | 481 |
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #fafafa;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #444;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/datebox.css | CSS | asf20 | 673 |
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #D3D3D3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/pagination.css | CSS | asf20 | 1,299 |
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #444;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #e2e2e2;
color: #000000;
border: 1px solid #ccc;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/linkbutton.css | CSS | asf20 | 2,178 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #e2e2e2;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #D3D3D3;
}
.panel-header {
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.panel-body {
background-color: #ffffff;
color: #000000;
}
.panel-title {
font-weight: bold;
color: #575765;
height: 16px;
line-height: 16px;
}
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #D3D3D3;
}
.accordion .accordion-header {
background: #f3f3f3;
filter: none;
}
.accordion .accordion-header-selected {
background: #0092DC;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #D3D3D3;
}
.window {
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 20%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.window-proxy {
border: 1px dashed #D3D3D3;
}
.window-proxy-mask,
.window-mask {
background: #ccc;
}
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #fafafa;
}
.dialog-toolbar {
border-bottom: 1px solid #ddd;
}
.dialog-button {
border-top: 1px solid #ddd;
}
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #ffffff;
}
.combo {
border-color: #D3D3D3;
background-color: #ffffff;
}
.combo-arrow {
background-color: #f3f3f3;
}
.combo-arrow-hover {
background-color: #e2e2e2;
}
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #e2e2e2;
color: #000000;
}
.combobox-item-selected {
background-color: #0092DC;
color: #fff;
}
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #bfbfbf;
}
.layout-split-north {
border-bottom: 5px solid #efefef;
}
.layout-split-south {
border-top: 5px solid #efefef;
}
.layout-split-east {
border-left: 5px solid #efefef;
}
.layout-split-west {
border-right: 5px solid #efefef;
}
.layout-expand {
background-color: #f3f3f3;
}
.layout-expand-over {
background-color: #f3f3f3;
}
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #f3f3f3 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #f3f3f3 url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #e2e2e2;
color: #000000;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #ffffff;
color: #575765;
background: -webkit-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: -o-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: linear-gradient(to bottom,#ffffff 0,#F8F8F8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: -moz-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: -o-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: linear-gradient(to right,#F8F8F8 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: -moz-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: -o-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: linear-gradient(to right,#ffffff 0,#F8F8F8 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=1);
}
.tabs li a.tabs-inner {
color: #575765;
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #f3f3f3;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #D3D3D3;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #e2e2e2;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #ffffff;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #ffffff;
}
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #444;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #e2e2e2;
color: #000000;
border: 1px solid #ccc;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #fafafa;
background: -webkit-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: -moz-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: -o-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: linear-gradient(to bottom,#fdfdfd 0,#f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd,endColorstr=#f5f5f5,GradientType=0);
}
.datagrid-cell-rownumber {
color: #000000;
}
.datagrid-resize-proxy {
background: #bfbfbf;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #D3D3D3;
}
.datagrid-toolbar,
.datagrid-pager {
background: #fafafa;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #ddd;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #ccc;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #000000;
}
.datagrid-row-alt {
background: #fafafa;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #e2e2e2;
color: #000000;
cursor: default;
}
.datagrid-row-selected {
background: #0092DC;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #D3D3D3;
}
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #ddd;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #f3f3f3;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #ddd;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #f3f3f3;
}
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #D3D3D3;
}
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #4d4d4d;
}
.calendar-day {
color: #000000;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #D3D3D3;
}
.calendar {
border-color: #D3D3D3;
}
.calendar-header {
background: #f3f3f3;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #fafafa;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #e2e2e2;
color: #000000;
}
.calendar-hover {
border: 1px solid #ccc;
padding: 0;
}
.calendar-selected {
background-color: #0092DC;
color: #fff;
border: 1px solid #0070a9;
padding: 0;
}
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #fafafa;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #444;
}
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #D3D3D3;
}
.spinner-arrow {
background-color: #f3f3f3;
}
.spinner-arrow-hover {
background-color: #e2e2e2;
}
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #D3D3D3;
}
.progressbar-text {
color: #000000;
}
.progressbar-value .progressbar-text {
background-color: #0092DC;
color: #fff;
}
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #D3D3D3;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #f3f3f3;
}
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #D3D3D3;
background: #f3f3f3;
}
.slider-rule span {
border-color: #D3D3D3;
}
.slider-rulelabel span {
color: #000000;
}
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #f3f3f3;
border-color: #D3D3D3;
color: #444;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #f3f3f3;
}
.menu-active {
border-color: #ccc;
color: #000000;
background: #e2e2e2;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #444;
}
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #ccc;
background-color: #e2e2e2;
color: #000000;
}
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #bfbfbf;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #ccc;
background-color: #e2e2e2;
color: #000000;
}
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #D3D3D3;
}
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #ffffff;
color: #000000;
border-color: #D3D3D3;
}
.tree-node-hover {
background: #e2e2e2;
color: #000000;
}
.tree-node-selected {
background: #0092DC;
color: #fff;
}
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
/*添加box的样式*/
.easyui-textbox{border:1px solid #D3D3D3;vertical-align:middle; }
/* 高级搜索下拉框样式*/
.gradeSearchBox{border:1px solid #D3D3D3;width:82px;height:20px;clip:rect(0px,81px,19px,0px);overflow:hidden;}
.gradeSelectSearchBox{position:relative;left:1px;top:1px;font-size:13px;width:81px;line-height:20px;border:0px;color:#909993;} | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/easyui.css | CSS | asf20 | 44,712 |
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #D3D3D3;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #f3f3f3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/searchbox.css | CSS | asf20 | 1,528 |
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #D3D3D3;
}
.spinner-arrow {
background-color: #f3f3f3;
}
.spinner-arrow-hover {
background-color: #e2e2e2;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/spinner.css | CSS | asf20 | 1,100 |
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #bfbfbf;
}
.layout-split-north {
border-bottom: 5px solid #efefef;
}
.layout-split-south {
border-top: 5px solid #efefef;
}
.layout-split-east {
border-left: 5px solid #efefef;
}
.layout-split-west {
border-right: 5px solid #efefef;
}
.layout-expand {
background-color: #f3f3f3;
}
.layout-expand-over {
background-color: #f3f3f3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/layout.css | CSS | asf20 | 1,693 |
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #e2e2e2;
color: #000000;
}
.combobox-item-selected {
background-color: #0092DC;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/combobox.css | CSS | asf20 | 236 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #e2e2e2;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #D3D3D3;
}
.panel-header {
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.panel-body {
background-color: #ffffff;
color: #000000;
}
.panel-title {
font-weight: bold;
color: #575765;
height: 16px;
line-height: 16px;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/panel.css | CSS | asf20 | 2,564 |
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #ddd;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #f3f3f3;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #ddd;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #f3f3f3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/propertygrid.css | CSS | asf20 | 710 |
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #f3f3f3 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #f3f3f3 url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #e2e2e2;
color: #000000;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #ffffff;
color: #575765;
background: -webkit-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#ffffff 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: -o-linear-gradient(top,#ffffff 0,#F8F8F8 100%);
background: linear-gradient(to bottom,#ffffff 0,#F8F8F8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: -moz-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: -o-linear-gradient(left,#F8F8F8 0,#ffffff 100%);
background: linear-gradient(to right,#F8F8F8 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: -moz-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: -o-linear-gradient(left,#ffffff 0,#F8F8F8 100%);
background: linear-gradient(to right,#ffffff 0,#F8F8F8 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=1);
}
.tabs li a.tabs-inner {
color: #575765;
background-color: #f3f3f3;
background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #f3f3f3;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #D3D3D3;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #e2e2e2;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #ffffff;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #ffffff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/tabs.css | CSS | asf20 | 8,448 |
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #D3D3D3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/messager.css | CSS | asf20 | 761 |
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #D3D3D3;
background: #f3f3f3;
}
.slider-rule span {
border-color: #D3D3D3;
}
.slider-rulelabel span {
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/slider.css | CSS | asf20 | 1,561 |
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #bfbfbf;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #ccc;
background-color: #e2e2e2;
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/splitbutton.css | CSS | asf20 | 959 |
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #ffffff;
color: #000000;
border-color: #D3D3D3;
}
.tree-node-hover {
background: #e2e2e2;
color: #000000;
}
.tree-node-selected {
background: #0092DC;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/tree.css | CSS | asf20 | 3,437 |
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #D3D3D3;
}
.progressbar-text {
color: #000000;
}
.progressbar-value .progressbar-text {
background-color: #0092DC;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/progressbar.css | CSS | asf20 | 609 |
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #D3D3D3;
}
.accordion .accordion-header {
background: #f3f3f3;
filter: none;
}
.accordion .accordion-header-selected {
background: #0092DC;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/accordion.css | CSS | asf20 | 835 |
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/validatebox.css | CSS | asf20 | 1,101 |
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #fafafa;
background: -webkit-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: -moz-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: -o-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
background: linear-gradient(to bottom,#fdfdfd 0,#f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd,endColorstr=#f5f5f5,GradientType=0);
}
.datagrid-cell-rownumber {
color: #000000;
}
.datagrid-resize-proxy {
background: #bfbfbf;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #D3D3D3;
}
.datagrid-toolbar,
.datagrid-pager {
background: #fafafa;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #ddd;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #ccc;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #000000;
}
.datagrid-row-alt {
background: #fafafa;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #e2e2e2;
color: #000000;
cursor: default;
}
.datagrid-row-selected {
background: #0092DC;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #D3D3D3;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/datagrid.css | CSS | asf20 | 4,922 |
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #ccc;
background-color: #e2e2e2;
color: #000000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/menubutton.css | CSS | asf20 | 666 |
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #f3f3f3;
border-color: #D3D3D3;
color: #444;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #f3f3f3;
}
.menu-active {
border-color: #ccc;
color: #000000;
background: #e2e2e2;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #444;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/menu.css | CSS | asf20 | 2,046 |
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #ffffff;
}
.combo {
border-color: #D3D3D3;
background-color: #ffffff;
}
.combo-arrow {
background-color: #f3f3f3;
}
.combo-arrow-hover {
background-color: #e2e2e2;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/combo.css | CSS | asf20 | 1,017 |
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #4d4d4d;
}
.calendar-day {
color: #000000;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #D3D3D3;
}
.calendar {
border-color: #D3D3D3;
}
.calendar-header {
background: #f3f3f3;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #fafafa;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #e2e2e2;
color: #000000;
}
.calendar-hover {
border: 1px solid #ccc;
padding: 0;
}
.calendar-selected {
background-color: #0092DC;
color: #fff;
border: 1px solid #0070a9;
padding: 0;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/gray/calendar.css | CSS | asf20 | 3,560 |
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #777;
-moz-box-shadow: 2px 2px 3px #787878;
-webkit-box-shadow: 2px 2px 3px #787878;
box-shadow: 2px 2px 3px #787878;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #000;
}
.window {
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 20%);
background: -moz-linear-gradient(top,#454545 0,#383838 20%);
background: -o-linear-gradient(top,#454545 0,#383838 20%);
background: linear-gradient(to bottom,#454545 0,#383838 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.window-proxy {
border: 1px dashed #000;
}
.window-proxy-mask,
.window-mask {
background: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/window.css | CSS | asf20 | 1,961 |
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #555;
}
.dialog-toolbar {
border-bottom: 1px solid #222;
}
.dialog-button {
border-top: 1px solid #222;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/dialog.css | CSS | asf20 | 478 |
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #555;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/datebox.css | CSS | asf20 | 670 |
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/pagination.css | CSS | asf20 | 1,296 |
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #fff;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #777;
background-repeat: repeat-x;
border: 1px solid #555;
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #777;
color: #fff;
border: 1px solid #555;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #777;
color: #fff;
border: 1px solid #555;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/linkbutton.css | CSS | asf20 | 2,771 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #777;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #000;
}
.panel-header {
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
background: -o-linear-gradient(top,#454545 0,#383838 100%);
background: linear-gradient(to bottom,#454545 0,#383838 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.panel-body {
background-color: #666;
color: #fff;
}
.panel-title {
font-weight: bold;
color: #fff;
height: 16px;
line-height: 16px;
}
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #666;
border-color: #000;
}
.accordion .accordion-header {
background: #3d3d3d;
filter: none;
}
.accordion .accordion-header-selected {
background: #0052A3;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
*zoom: 1;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
background: #777;
-moz-box-shadow: 2px 2px 3px #787878;
-webkit-box-shadow: 2px 2px 3px #787878;
box-shadow: 2px 2px 3px #787878;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window,
.window .window-body {
border-color: #000;
}
.window {
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 20%);
background: -moz-linear-gradient(top,#454545 0,#383838 20%);
background: -o-linear-gradient(top,#454545 0,#383838 20%);
background: linear-gradient(to bottom,#454545 0,#383838 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.window-proxy {
border: 1px dashed #000;
}
.window-proxy-mask,
.window-mask {
background: #000;
}
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 2px 1px;
}
.dialog-button {
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #555;
}
.dialog-toolbar {
border-bottom: 1px solid #222;
}
.dialog-button {
border-top: 1px solid #222;
}
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #666;
}
.combo {
border-color: #000;
background-color: #666;
}
.combo-arrow {
background-color: #3d3d3d;
}
.combo-arrow-hover {
background-color: #777;
}
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #777;
color: #fff;
}
.combobox-item-selected {
background-color: #0052A3;
color: #fff;
}
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #cccccc;
}
.layout-split-north {
border-bottom: 5px solid #444;
}
.layout-split-south {
border-top: 5px solid #444;
}
.layout-split-east {
border-left: 5px solid #444;
}
.layout-split-west {
border-right: 5px solid #444;
}
.layout-expand {
background-color: #3d3d3d;
}
.layout-expand-over {
background-color: #3d3d3d;
}
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #3d3d3d url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #3d3d3d url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #777;
color: #fff;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #666;
color: #fff;
background: -webkit-linear-gradient(top,#454545 0,#666 100%);
background: -moz-linear-gradient(top,#454545 0,#666 100%);
background: -o-linear-gradient(top,#454545 0,#666 100%);
background: linear-gradient(to bottom,#454545 0,#666 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#666 0,#454545 100%);
background: -moz-linear-gradient(top,#666 0,#454545 100%);
background: -o-linear-gradient(top,#666 0,#454545 100%);
background: linear-gradient(to bottom,#666 0,#454545 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#454545 0,#666 100%);
background: -moz-linear-gradient(left,#454545 0,#666 100%);
background: -o-linear-gradient(left,#454545 0,#666 100%);
background: linear-gradient(to right,#454545 0,#666 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#666 0,#454545 100%);
background: -moz-linear-gradient(left,#666 0,#454545 100%);
background: -o-linear-gradient(left,#666 0,#454545 100%);
background: linear-gradient(to right,#666 0,#454545 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=1);
}
.tabs li a.tabs-inner {
color: #fff;
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
background: -o-linear-gradient(top,#454545 0,#383838 100%);
background: linear-gradient(to bottom,#454545 0,#383838 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #3d3d3d;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #000;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #777;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #666;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #666;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #666;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #666;
}
a.l-btn {
background-position: right 0;
font-size: 12px;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
padding-right: 5px;
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 4px 0px 4px 18px;
line-height: 16px;
height: 16px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
display: inline-block;
vertical-align: baseline;
width: auto;
height: 16px;
line-height: 16px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #fff;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #777;
background-repeat: repeat-x;
border: 1px solid #555;
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #777;
color: #fff;
border: 1px solid #555;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #777;
color: #fff;
border: 1px solid #555;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
filter: alpha(opacity=50);
}
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #666 url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #444;
background: -webkit-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: -moz-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: -o-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: linear-gradient(to bottom,#4c4c4c 0,#3f3f3f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c,endColorstr=#3f3f3f,GradientType=0);
}
.datagrid-cell-rownumber {
color: #fff;
}
.datagrid-resize-proxy {
background: #cccccc;
}
.datagrid-mask {
background: #000;
}
.datagrid-mask-msg {
border-color: #000;
}
.datagrid-toolbar,
.datagrid-pager {
background: #555;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #222;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #222;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #fff;
}
.datagrid-row-alt {
background: #555;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #777;
color: #fff;
cursor: default;
}
.datagrid-row-selected {
background: #0052A3;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #000;
}
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #222;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #3d3d3d;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #222;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #3d3d3d;
}
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px 0 0;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-first {
background: url('images/pagination_icons.png') no-repeat 0 0;
}
.pagination-prev {
background: url('images/pagination_icons.png') no-repeat -16px 0;
}
.pagination-next {
background: url('images/pagination_icons.png') no-repeat -32px 0;
}
.pagination-last {
background: url('images/pagination_icons.png') no-repeat -48px 0;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px 0;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #000;
}
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #ffffff;
}
.calendar-day {
color: #fff;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #000;
}
.calendar {
border-color: #000;
}
.calendar-header {
background: #3d3d3d;
}
.calendar-body,
.calendar-menu {
background: #666;
}
.calendar-body th {
background: #555;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #777;
color: #fff;
}
.calendar-hover {
border: 1px solid #555;
padding: 0;
}
.calendar-selected {
background-color: #0052A3;
color: #fff;
border: 1px solid #00458a;
padding: 0;
}
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
font-size: 12px;
text-align: center;
}
.datebox-current,
.datebox-close,
.datebox-ok {
text-decoration: none;
font-weight: bold;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #555;
}
.datebox-current,
.datebox-close,
.datebox-ok {
color: #fff;
}
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #000;
}
.spinner-arrow {
background-color: #3d3d3d;
}
.spinner-arrow-hover {
background-color: #777;
}
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #000;
}
.progressbar-text {
color: #fff;
}
.progressbar-value .progressbar-text {
background-color: #0052A3;
color: #fff;
}
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #000;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #3d3d3d;
}
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #000;
background: #3d3d3d;
}
.slider-rule span {
border-color: #000;
}
.slider-rulelabel span {
color: #fff;
}
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #777;
-moz-box-shadow: 2px 2px 3px #787878;
-webkit-box-shadow: 2px 2px 3px #787878;
box-shadow: 2px 2px 3px #787878;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #444;
border-right: 1px solid #777;
}
.menu-sep {
border-top: 1px solid #444;
border-bottom: 1px solid #777;
}
.menu {
background-color: #666;
border-color: #444;
color: #fff;
}
.menu-content {
background: #666;
}
.menu-item {
border-color: transparent;
_border-color: #666;
}
.menu-active {
border-color: #555;
color: #fff;
background: #777;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #fff;
}
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #555;
background-color: #777;
color: #fff;
}
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #cccccc;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #555;
background-color: #777;
color: #fff;
}
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #000;
}
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #666;
color: #fff;
border-color: #000;
}
.tree-node-hover {
background: #777;
color: #fff;
}
.tree-node-selected {
background: #0052A3;
color: #fff;
}
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
/*添加box的样式*/
.easyui-textbox{border:1px solid #000000;vertical-align:middle; }
/* 高级搜索下拉框样式*/
.gradeSearchBox{border:1px solid #000000;width:82px;height:20px;clip:rect(0px,81px,19px,0px);overflow:hidden;}
.gradeSelectSearchBox{position:relative;left:1px;top:1px;font-size:13px;width:81px;line-height:20px;border:0px;color:#909993;}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/easyui.css | CSS | asf20 | 47,222 |
.searchbox {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.searchbox .searchbox-text {
font-size: 12px;
border: 0;
margin: 0;
padding: 0;
line-height: 20px;
height: 20px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.searchbox .searchbox-prompt {
font-size: 12px;
color: #ccc;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.l-btn-plain {
height: 20px;
border: 0;
padding: 0 6px 0 0;
vertical-align: top;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox a.l-btn .l-btn-left {
padding: 2px 0 2px 4px;
}
.searchbox a.l-btn-plain:hover {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 6px 0 0;
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
border-color: #000;
background-color: #fff;
}
.searchbox a.l-btn-plain {
background: #3d3d3d;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/searchbox.css | CSS | asf20 | 1,525 |
.spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #000;
}
.spinner-arrow {
background-color: #3d3d3d;
}
.spinner-arrow-hover {
background-color: #777;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/spinner.css | CSS | asf20 | 1,094 |
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #cccccc;
}
.layout-split-north {
border-bottom: 5px solid #444;
}
.layout-split-south {
border-top: 5px solid #444;
}
.layout-split-east {
border-left: 5px solid #444;
}
.layout-split-west {
border-right: 5px solid #444;
}
.layout-expand {
background-color: #3d3d3d;
}
.layout-expand-over {
background-color: #3d3d3d;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/layout.css | CSS | asf20 | 1,681 |
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #777;
color: #fff;
}
.combobox-item-selected {
background-color: #0052A3;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/combobox.css | CSS | asf20 | 230 |
.panel {
overflow: hidden;
font-size: 12px;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0px;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #777;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #000;
}
.panel-header {
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
background: -o-linear-gradient(top,#454545 0,#383838 100%);
background: linear-gradient(to bottom,#454545 0,#383838 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.panel-body {
background-color: #666;
color: #fff;
}
.panel-title {
font-weight: bold;
color: #fff;
height: 16px;
line-height: 16px;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/panel.css | CSS | asf20 | 2,549 |
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #222;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #3d3d3d;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #222;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #3d3d3d;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/propertygrid.css | CSS | asf20 | 710 |
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-header-plain {
border: 0;
background: transparent;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
height: 28px !important;
height: 30px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-header-plain .tabs-scroller-left,
.tabs-header-plain .tabs-scroller-right {
height: 25px !important;
height: 27px;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
font-size: 12px;
width: 5000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 4px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 4px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-scroller-left {
background: #3d3d3d url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #3d3d3d url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #777;
color: #fff;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #666;
color: #fff;
background: -webkit-linear-gradient(top,#454545 0,#666 100%);
background: -moz-linear-gradient(top,#454545 0,#666 100%);
background: -o-linear-gradient(top,#454545 0,#666 100%);
background: linear-gradient(to bottom,#454545 0,#666 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#666 0,#454545 100%);
background: -moz-linear-gradient(top,#666 0,#454545 100%);
background: -o-linear-gradient(top,#666 0,#454545 100%);
background: linear-gradient(to bottom,#666 0,#454545 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#454545 0,#666 100%);
background: -moz-linear-gradient(left,#454545 0,#666 100%);
background: -o-linear-gradient(left,#454545 0,#666 100%);
background: linear-gradient(to right,#454545 0,#666 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#666 0,#454545 100%);
background: -moz-linear-gradient(left,#666 0,#454545 100%);
background: -o-linear-gradient(left,#666 0,#454545 100%);
background: linear-gradient(to right,#666 0,#454545 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=1);
}
.tabs li a.tabs-inner {
color: #fff;
background-color: #3d3d3d;
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
background: -o-linear-gradient(top,#454545 0,#383838 100%);
background: linear-gradient(to bottom,#454545 0,#383838 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #3d3d3d;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #000;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #777;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #666;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #666;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #666;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #666;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/tabs.css | CSS | asf20 | 8,355 |
.messager-body {
padding: 10px;
overflow: hidden;
}
.messager-button {
text-align: center;
padding-top: 10px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 1px 0;
border: 1px solid #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/messager.css | CSS | asf20 | 758 |
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: -7px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 3px;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #000;
background: #3d3d3d;
}
.slider-rule span {
border-color: #000;
}
.slider-rulelabel span {
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/slider.css | CSS | asf20 | 1,552 |
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #cccccc;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #555;
background-color: #777;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/splitbutton.css | CSS | asf20 | 953 |
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 18px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
font-size: 12px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 18px;
line-height: 18px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #ccc;
font-size: 12px;
height: 14px !important;
height: 18px;
line-height: 14px;
padding: 1px 2px;
width: 80px;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #666;
color: #fff;
border-color: #000;
}
.tree-node-hover {
background: #777;
color: #fff;
}
.tree-node-selected {
background: #0052A3;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/tree.css | CSS | asf20 | 3,422 |
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #000;
}
.progressbar-text {
color: #fff;
}
.progressbar-value .progressbar-text {
background-color: #0052A3;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/progressbar.css | CSS | asf20 | 603 |
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #666;
border-color: #000;
}
.accordion .accordion-header {
background: #3d3d3d;
filter: none;
}
.accordion .accordion-header-selected {
background: #0052A3;
}
.accordion .accordion-header-selected .panel-title {
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/accordion.css | CSS | asf20 | 829 |
.validatebox-tip {
position: absolute;
width: 200px;
height: auto;
display: none;
z-index: 9900000;
}
.validatebox-tip-content {
display: inline-block;
position: absolute;
top: 0px;
left: 8px;
width: 150px;
border-width: 1px;
border-style: solid;
padding: 3px 5px;
z-index: 9900001;
font-size: 12px;
}
.validatebox-tip-pointer {
display: inline-block;
width: 8px;
height: 16px;
position: absolute;
left: 1px;
top: 0px;
z-index: 9900002;
}
.validatebox-tip-left .validatebox-tip-content {
left: auto;
right: 8px;
}
.validatebox-tip-left .validatebox-tip-pointer {
background-position: -20px center;
left: auto;
right: 1px;
}
.validatebox-invalid {
background-image: url('images/validatebox_warning.png');
background-repeat: no-repeat;
background-position: right center;
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}
.validatebox-tip-pointer {
background: url('images/validatebox_arrows.png') no-repeat -4px center;
}
.validatebox-tip-content {
border-color: #CC9933;
background-color: #FFFFCC;
color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/validatebox.css | CSS | asf20 | 1,101 |
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 12px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-sort-icon {
padding: 0;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
margin: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: dotted;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
height: 18px;
line-height: 18px;
font-weight: normal;
font-size: 12px;
}
.datagrid-cell-group {
text-align: center;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
}
.datagrid-sort-desc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #666 url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
background-color: #444;
background: -webkit-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: -moz-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: -o-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
background: linear-gradient(to bottom,#4c4c4c 0,#3f3f3f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c,endColorstr=#3f3f3f,GradientType=0);
}
.datagrid-cell-rownumber {
color: #fff;
}
.datagrid-resize-proxy {
background: #cccccc;
}
.datagrid-mask {
background: #000;
}
.datagrid-mask-msg {
border-color: #000;
}
.datagrid-toolbar,
.datagrid-pager {
background: #555;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #222;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #222;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #fff;
}
.datagrid-row-alt {
background: #555;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
background: #777;
color: #fff;
cursor: default;
}
.datagrid-row-selected {
background: #0052A3;
color: #fff;
}
.datagrid-body .datagrid-editable .datagrid-editable-input {
border-color: #000;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/datagrid.css | CSS | asf20 | 4,892 |
.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
a.m-btn-active {
background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
background-position: bottom left;
}
a.m-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #555;
background-color: #777;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/menubutton.css | CSS | asf20 | 660 |
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #777;
-moz-box-shadow: 2px 2px 3px #787878;
-webkit-box-shadow: 2px 2px 3px #787878;
box-shadow: 2px 2px 3px #787878;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #444;
border-right: 1px solid #777;
}
.menu-sep {
border-top: 1px solid #444;
border-bottom: 1px solid #777;
}
.menu {
background-color: #666;
border-color: #444;
color: #fff;
}
.menu-content {
background: #666;
}
.menu-item {
border-color: transparent;
_border-color: #666;
}
.menu-active {
border-color: #555;
color: #fff;
background: #777;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #fff;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/menu.css | CSS | asf20 | 2,028 |
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0px 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
background-color: #666;
}
.combo {
border-color: #000;
background-color: #666;
}
.combo-arrow {
background-color: #3d3d3d;
}
.combo-arrow-hover {
background-color: #777;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/combo.css | CSS | asf20 | 1,005 |
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
font-size: 12px;
}
.calendar table {
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 40px;
text-align: center;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px;
font-weight: bold;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #ffffff;
}
.calendar-day {
color: #fff;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #000;
}
.calendar {
border-color: #000;
}
.calendar-header {
background: #3d3d3d;
}
.calendar-body,
.calendar-menu {
background: #666;
}
.calendar-body th {
background: #555;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #777;
color: #fff;
}
.calendar-hover {
border: 1px solid #555;
padding: 0;
}
.calendar-selected {
background-color: #0052A3;
color: #fff;
border: 1px solid #00458a;
padding: 0;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/themes/black/calendar.css | CSS | asf20 | 3,539 |
/* CORE STYLES*/
/* noty bar */
.noty_bar.noty_theme_default {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
}
/* if you use noty with customContainer you can access noty with this way
* .noty_custom_container noty will add automaticly this class to your customContainer
* .noty_theme_default your theme
* .noty_layout_inline your layout
*/
/* custom container */
.noty_custom_container.noty_theme_default.noty_layout_inline {
position: relative;
}
/* custom growl container */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
position: static;
}
/* custom noty bar */
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
border-width: 1px;
border-style: solid;
position: static;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
font-size: 13px;
padding: 4px;
}
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
margin-top: -1px;
}
/* noty_message */
.noty_bar.noty_theme_default .noty_message {
padding: 8px 14px;
font-size: 16px;
font-weight: bold;
width: auto;
}
.noty_bar.noty_theme_default.noty_closable .noty_message {
padding: 8px 34px 8px 14px;
}
/* noty_buttons */
.noty_bar.noty_theme_default .noty_message .noty_buttons {
float: right;
font-size: 13px;
margin-top: -4px;
margin-left: 4px;
}
/* noty_button */
.noty_bar.noty_theme_default .noty_message .noty_buttons button {
margin-left: 5px;
}
/* noty close button */
.noty_bar.noty_theme_default .noty_close {
position: absolute;
top: 10px;
right: 10px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
width: 20px;
height: 20px;
}
/* noty modal */
.noty_modal.noty_theme_default {
opacity: 0.7;
}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_theme_default.noty_layout_top {
border-bottom: 3px solid #eee;
}
/* noty_layout_bottom */
.noty_bar.noty_theme_default.noty_layout_bottom {
border-top: 3px solid #eee;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_close {
top: 8px;
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
margin-top: -2px
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_theme_default.noty_layout_center,
.noty_bar.noty_theme_default.noty_layout_topLeft,
.noty_bar.noty_theme_default.noty_layout_topRight,
.noty_bar.noty_theme_default.noty_layout_bottomLeft,
.noty_bar.noty_theme_default.noty_layout_bottomRight {
border: 1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_center .noty_message,
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
.noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
font-size: 13px;
font-weight: normal;
}
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
float: none;
border-top: 1px solid #ccc;
margin-left: 0;
margin-top: 10px;
padding-top: 10px;
text-align: right;
}
/* noty_layout_topCenter */
.noty_bar.noty_theme_default.noty_layout_topCenter {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
font-weight: normal;
font-size: 13px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
top: 50%;
margin-top: -10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
border: 1px solid #50C24E;
}
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
margin-left: 15px;
margin-top: 0px
}
/* NOTIFICATION TYPES */
/* noty_notification */
.noty_bar.noty_theme_default.noty_notification {
background-color: #fff;
border-color: #ccc;
color: #555;
}
.noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: #ccc;
}
/* noty_warning */
.noty_bar.noty_theme_default.noty_warning {
background-color: #FFEAA8;
border-color: #FFC237;
color: #826200;
}
.noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: #FFC237;
}
/* noty_alert */
.noty_bar.noty_theme_default.noty_alert {
background-color: #fff;
border-color: #ccc;
}
.noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: #ccc;
}
/* noty_error */
.noty_bar.noty_theme_default.noty_error {
background-color: red;
color: #fff;
border-color: darkred;
}
.noty_bar.noty_theme_default.noty_error .noty_message {
font-weight: bold;
}
.noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: darkred;
}
/* noty_success */
.noty_bar.noty_theme_default.noty_success {
background-color: lightgreen;
color: darkgreen;
border-color: #50C24E;
}
.noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: #50C24E;
}
/* noty_information */
.noty_bar.noty_theme_default.noty_information {
background-color: #57B7E2;
border-color: #0B90C4;
color: #fff;
}
.noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
.noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
border-color: #0B90C4;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/noty_theme_default.css | CSS | asf20 | 8,752 |
html {
margin:0;
padding:0;
}
body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 12px;
color: #363636;
background-repeat: repeat-x;
background-image: url(../images/extend/pick_bg.jpg);
}
body.error {
background-image: url(../images/extend/pick_bg.error.jpg);
}
body.dashborad {
background-image: url(../images/extend/menu_bg.jpg);
background-repeat: repeat-y;
}
body.nobg {
background-image: none;
background-repeat: repeat-y;
}
:focus {
outline:0px;
}
ul {
padding: 0;
margin: 0px;
}
li {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: bold;
color:#666;
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
text-transform:uppercase;
border-bottom: 1px #eeeeee solid;
margin-bottom: 13px;
line-height: 35px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 11px;
}
h1.unline, h2.unline, h3.unline,h4.unline, h5.unline, h6.unline {
border-bottom: none!important;
margin-bottom: 14px;
}
b {
font-weight: bold;
}
p {
line-height: 23px;
padding-left: 0px;
padding-top:0px;
margin-top:0px;
}
pre {
padding:0px;
margin:0px;
}
img {
border: 0;
}
img.mid_align {
vertical-align: middle;
margin-right: 4px;
border: 0;
}
blockquote {
margin:0px 0 20px 0px;
padding:0px 10px 0px 50px;
background-image:url(../images/extend/quote.png);
background-repeat:no-repeat;
background-position:0px 0px;
clear:both;
font-size:16px;
line-height:25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic
}
blockquote.left, blockquote.right {
float:right;
letter-spacing:0px;
margin-bottom:20px;
margin-left:20px;
margin-top:0px;
padding:0px 20px 10px 60px;
width:43%;
background-position:0px 0px;
}
blockquote.left {
float:left;
margin-left:0px;
margin-right:20px;
}
blockquote p {
margin-bottom:0px;
font-size:16px;
line-height:20px
}
.showme {
display: inline;
}
.hideme {
display: none;
}
label {
font-weight: bold;
text-transform: capitalize;
}
label.disabled {
color: #aaa;
}
.labelname {
border: solid 1px #C9C9C9;
outline: 0;
line-height: 28px;
height: 28px;
padding: 6px 20px 8px 20px;
margin-left: 2px;
}
.clear {
clear: both;
height: 0px;
margin: 0;
padding: 0;
}
.f_help {
display:block;
font-size:10px;
padding:4px 0;
color:#a3a3a3
}
.f_help span {
color:#F00
}
.f_label {
position:absolute;
margin-top:-18px;
padding-top: 10px;
padding-bottom: 10px;
}
.preloader {
display:inline-block;
background-color: #ffffff;
background-image: url(loader1.gif);
background-repeat: no-repeat;
background-position: center center;
}
/*
loading layout
*/
#overlay {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background-color:#111;
/* opacity:0.1;
filter:alpha(opacity=10);*/
z-index:1000;
display: none;
}
#preloader {
background: #000000 url(../images/extend/preloader.gif) no-repeat 12px 10px;
font-size: 11px;
height: 20px;
left: 50%;
line-height: 20px;
margin: -20px 0 0 -45px;
padding: 10px;
position: fixed;
text-align: left;
text-indent: 36px;
top: 50%;
width: 90px;
z-index: 1209;
opacity:0.8;
filter:alpha(opacity=80);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
color: #FFF;
text-shadow:none;
display: none;
}
#pageload {
background: #000000;
font-size: 11px;
height: 20px;
left: 50%;
line-height: 20px;
margin: -20px 0 0 -55px;
padding: 10px;
position: fixed;
text-align: center;
top: 50%;
width: 120px;
z-index: 1006;
opacity:0.8;
filter:alpha(opacity=80);
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
color: #FFF;
text-shadow:none;
display: none;
}
a {
color: #1F92FF;
text-decoration: none;
text-shadow: 0px 0px 0px transparent;
cursor: pointer;
}
a:active {
color: #000000;
text-decoration: none;
text-shadow: 0px 0px 0px transparent;
}
a:hover {
color: #06F;
text-decoration: none;
text-shadow: none;
}
a.red {
color: #F30;
text-decoration: none;
text-shadow: 0px 0px 0px transparent;
cursor: pointer;
}
a.red:hover {
color: #F00;
}
span img {
margin-bottom: -3px;
}
.inner h3 {
color:#666;
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:18px;
text-transform:uppercase;
border-bottom: 1px #eeeeee solid;
margin-bottom: 13px;
line-height: 35px;
}
.show_add, .load_page, .show_edit {
position: relative;
}
/*
------------------------------------------------------------
input Type
------------------------------------------------------------
*/
textarea {
background-position: 5px 5px;
border: solid 1px #dddddd;
outline: 0;
padding: 7px 7px;
min-height: 73px;
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password],input[type=password], .fileupload {
background-position: 5px 5px;
border: solid 1px #dddddd;
outline: 0;
line-height: 28px;
height: 28px;
padding: 0px 7px 0px 7px;
-moz-box-shadow:1px 1px 2px #f5f5f5;
-webkit-box-shadow:1px 1px 2px #f5f5f5;
box-shadow:1px 1px 2px #f5f5f5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
border-color: #C9C9C9;
-moz-box-shadow:0px 0px 8px #dddddd;
-webkit-box-shadow:0px 0px 8px #dddddd;
box-shadow:0px 0px 8px #dddddd;
}
input[type=text]:disabled, input[type=password]:disabled {
background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
color: #666;
}
input[type=text].error, input[type=password].error {
height: 30px;
border: 1px #F00 solid;
background-position: 5px 5px;
padding-left: 5px;
}
/*
------------------------------------------------------------
Form input
------------------------------------------------------------
*/
form input.xxsmall {
width: 5%;
text-align: center;
}
form input.xsmall {
width: 10%;
text-align: center;
}
form input.small {
width: 20%;
}
form input.medium, form textarea.medium {
width: 40%;
max-width:40%
}
form input.large, form textarea.large {
width: 69%;
max-width:69%
}
form textarea.largeXL {
width: 89%;
max-width:89%;
height:350px;
}
form input.full, form textarea.full {
width: 95%;
max-width:95%
}
form .limitchars{
font-size:14px;
color:#aaaaaa;
text-align:right;
}
form div.section {
border-bottom: 1px solid #efefef;
border-top: none;
padding: 0px 0 13px 0;
}
form div.section:first-child, .modal_dialog form div.section:first-child {
border-top: none
}
form div.section.last, .modal_dialog form div.section.last {
border-bottom: none
}
form div.section > div {
color: #404040;
font-size: 11px;
margin-left: 35%;
position: relative;
padding: 13px 0 0px 0;
}
form div.section > div >p{
font-size: 12px;
}
form div.section > div > label {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
margin-left: 5px;
}
form div.section > div > .select_box {
margin-left: -1px;
position:absolute;
display:inline-block;
}
form div.section > label {
color: #404040;
float: left;
margin-right: 5%;
margin-top: 2px;
width: 30%;
padding: 11px 0 0px 0;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}
form div.section > div >label.red {
color:#F00;
text-transform: uppercase;
}
form div.section label small {
color: #999;
display: block;
font-size: 11px;
font-weight: normal;
line-height: 13px;
margin-top: 3px;
text-transform: none;
}
ul.rowData li {
float: left;
margin-right: 2px;
}
ul.rowData li.sep {
line-height:30px;
}
ul.rowData li > input {
text-align: center;
}
/*alertMessage*/
.alertMessage,#alertMessage
{
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
background-size: 40px 40px;
background-image: -webkit-gradient(linear, left top, right bottom,
color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
to(transparent));
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
font-size:13px;
text-transform:capitalize;
/* font-weight:bold;*/
border: 1px solid!important;
color: #fff;
padding: 15px;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
-webkit-animation: animate-bg 5s linear infinite;
-moz-animation: animate-bg 5s linear infinite;
margin-bottom: 10px;
}
#alertMessage{
position:fixed;
/* display:none;
position: absolute;
opacity:0;
filter:alpha(opacity=0);*/
right: -90px;
text-transform: uppercase;
bottom: 35px;
z-index:100001;
cursor:pointer;
border: 1px solid;
display: none;
}
.alertMessage.info ,#alertMessage.info
{
border-color: #3b8eb5!important;
background-color:#C2E3F0;
color:#34667A!important;
text-shadow:1px 1px 1px #C8EBFB;
}
.alertMessage.error ,#alertMessage.error
{
border-color: #c43d3d!important;
background-color:#fc4a48;
color:#5A0000 !important;
text-shadow:1px 1px 1px #E64040;
}
.alertMessage.warning ,#alertMessage.warning
{
border-color: #d99a36 !important;
background-color:#fcdb72;
color:#987402 !important;
text-shadow:1px 1px 1px #e7b104;
}
.alertMessage.success ,#alertMessage.success
{
background-color: #61b832;
border-color: #55a12c !important;
/* color:#324e03 !important;*/
text-shadow:1px 1px 1px #5c9201;
}
.alertMessage h3
{
margin: 0 !important;
border:none;
line-height: 25px !important;
color:#FFF;
}
.message p
{
margin: 0;
}
@-webkit-keyframes animate-bg
{
from {
background-position: 0 0;
}
to {
background-position: -80px 0;
}
}
@-moz-keyframes animate-bg
{
from {
background-position: 0 0;
}
to {
background-position: -80px 0;
}
}
/* styled checkboxes */
.iPhoneCheckContainer {
position:relative;
height:27px;
cursor:pointer;
overflow:hidden;
border: 2px #f1f1f1 solid;
}
.iPhoneCheckContainer:hover {
border: 0px #ffffff solid;
margin:2px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.iPhoneCheckContainer input {
position:absolute;
top:5px;
left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0
}
.iPhoneCheckContainer label {
white-space:nowrap;
font-size:10px;
font-weight: bold;
line-height:16px;
text-transform:uppercase;
cursor:pointer;
display:block;
height:22px;
position:absolute;
width:auto;
top:0;
padding-top:5px;
overflow:hidden
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
user-select:none;
-moz-user-select:none;
-khtml-user-select:none
}
.iPhoneCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5
}
label.iPhoneCheckLabelOn {
color:#FFF;
background:url(../images/extend/on.png) no-repeat left top;
text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
left:0;
padding-top:5px
}
label.iPhoneCheckLabelOn span {
padding-left:13px
}
label.iPhoneCheckLabelOff {
color:#FFF;
background:url(../images/extend/off.png) no-repeat right 0;
text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
text-align:right;
right:0
}
label.iPhoneCheckLabelOff span {
padding-right:11px
}
.iPhoneCheckHandle {
display:block;
height:27px;
cursor:pointer;
position:absolute;
top:0;
left:0;
background:url(../images/extend/slider_left.png) no-repeat;
padding-left:3px
}
.iPhoneCheckHandleRight {
height:100%;
width:100%;
padding-right:3px;
background:url(../images/extend/slider_right.png) no-repeat right 0
}
.iPhoneCheckHandleCenter {
height:100%;
width:100%;
background:url(../images/extend/slider_center.png)
}
.responMsg {
width: 40%;
padding: 40px 0 0px 0;
margin: auto;
display:none;
}
.responMsg > div {
text-align: center;
padding: 50px 0;
border: 1px #eeeeee dashed;
}
.responMsg h2 {
display: block;
}
.responMsg a {
}
#versionBar {
height: 50px;
background-color: #000;
background-image: url(../images/extend/top_bgrepeat.jpg);
text-shadow:none;
color:#FFF;
text-align: right;
font-size:10px;
line-height: 50px;
padding: 0 0px;
}
#login {
width:600px;
height:300px;
margin:20px auto;
position:absolute;
top:40%;
left:43%;
margin-left:-200px;
margin-top:-148px;
opacity:0;
filter:alpha(opacity=0);
border: 5px #f4f4f4 solid;
min-width:200px;
border-radius: 15px;
-webkit-border-radius: 15px;
}
#login .ribbon {
position: absolute;
width: 111px;
height: 110px;
z-index: 12;
margin-top: -8px;
margin-left: -9px;
}
#login .shadow {
position: absolute;
width: 444px;
z-index: -1;
margin-top: 5px;
background-image: url(../images/extend/shadowForm.png);
height: 33px;
margin-left: 70px;
}
#login .inner {
background-color:#FFF;
border: 1px #cccccc solid;
min-height: 230px;
overflow: hidden;
border-radius: 10px;
-webkit-border-radius: 10px;
}
#login .logo {
width:191px;
height:41px;
margin:20px auto;
text-align:center;
position: absolute;
opacity:0;
top: 5%;
left: 25%;
margin-left: -95px;
z-index: 11;
background-color: #FFF;
}
#login .formLogin {
width:100%;
text-align:center;
margin:auto;
position: relative;
left: -700px;
opacity:0;
filter:alpha(opacity=0);
height: 190px;
padding: 90px 0px 20px 0px;
border-radius: 15px;
-webkit-border-radius: 15px;
}
#login input{
font-size: 25px;
background-repeat:no-repeat;
/* padding-left: 35px;*/
text-align:center;
margin:auto;
height: 35px;
background-position: 2px 3px;
/* background-position:right center; */
line-height: 35px;
color: #999;
/*update-begin--Author:tanghong Date:20130419 for�����Ƿ�ť��λ*/
/* width: 80%;*/
/*update-end--Author:tanghong Date:20130419 for�����Ƿ�ť��λ*/
margin-bottom: 10px;
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
#login input:focus{
color:#000;
}
#login .userName {
background-image: url(../images/extend/user_.png);
}
#login .password {
background-image: url(../images/extend/pass_.png);
}
#login .captcha {
top:5px;
left:10px;
background-image: url(../images/extend/code.png);
}
#login .loginButton{
width:80%;
padding:0px 5px;
margin: 5px auto 20px auto;
}
.text_success {
font-size:14px;
text-align:center;
margin:0px 0 35px 0;
line-height:25px;
position: absolute;
left: 50%;
width: 200px;
top: 50%;
z-index: 50;
margin-left: -100px;
text-transform: uppercase;
padding: 20px 0px;
margin-top: -100px;
display: none;
}
.text_success img {
}
.text_success span {
display: block;
padding: 10px;
color: #CCC;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/zice.style.css | CSS | asf20 | 15,912 |
@CHARSET "UTF-8";
.well-small {
border-radius: 3px 3px 3px 3px;
padding: 9px;
}
.well {
background-color: #F5F5F5;
border: 1px solid #E3E3E3;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 5px;
/*min-height: 20px;*/
padding: 5px;
}
.badge {
background-color: #B94A48;
border-radius: 9px 9px 9px 9px;
padding-left: 9px;
padding-right: 9px;
color: #FFFFFF;
display: inline-block;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
padding: 2px 4px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
vertical-align: baseline;
white-space: nowrap;
}
.label-info{
background-color: #3A87AD;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
display: inline-block;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
padding: 2px 4px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
vertical-align: baseline;
white-space: nowrap;
}
.unsupported-browser{
width:100%;
left: 0;
top: 0;
margin:0px;
display:none;
position: fixed;
z-index: 10000;
background-color: #F5F5F5;
border: 1px solid #E3E3E3;
color: #393939;
border-radius: 4px 4px 4px 4px;
margin-bottom: 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/common.css | CSS | asf20 | 1,518 |
span.ico {
width:18px;
height:18px;
background-repeat:no-repeat;
background-position:center center;
display: inline-block;
margin-bottom:-3px;
margin-right:5px;
}
span span.ico {
width:18px;
height:18px;
background-repeat:no-repeat;
background-position:center center;
display: inline-block;
margin-top:-7px;
margin-left:-7px;
margin-right:0px;
margin-bottom:0px
}
a span.ico {
width:18px;
height:18px;
background-repeat:no-repeat;
background-position:center center;
display: inline-block;
margin-bottom:-3px;
margin-right:12px
}
/* icon gray 18*18 class by IMG name*/
.ico.gray.abacus{ background-image:url(../images/icon/gray_18/abacus.png); }
.ico.gray.access_point{ background-image:url(../images/icon/gray_18/access_point.png); }
.ico.gray.add{ background-image:url(../images/icon/gray_18/add.png); }
.ico.gray.administrator{ background-image:url(../images/icon/gray_18/administrator.png); }
.ico.gray.alarm{ background-image:url(../images/icon/gray_18/alarm.png); }
.ico.gray.arrow_bidirectional{ background-image:url(../images/icon/gray_18/arrow_bidirectional.png); }
.ico.gray.arrow_down2{ background-image:url(../images/icon/gray_18/arrow_down2.png); }
.ico.gray.arrow_left2{ background-image:url(../images/icon/gray_18/arrow_left2.png); }
.ico.gray.arrow_right2{ background-image:url(../images/icon/gray_18/arrow_right2.png); }
.ico.gray.arrow_up2{ background-image:url(../images/icon/gray_18/arrow_up2.png); }
.ico.gray.attachment{ background-image:url(../images/icon/gray_18/attachment.png); }
.ico.gray.audio_knob{ background-image:url(../images/icon/gray_18/audio_knob.png); }
.ico.gray.barcode{ background-image:url(../images/icon/gray_18/barcode.png); }
.ico.gray.battery_empty{ background-image:url(../images/icon/gray_18/battery_empty.png); }
.ico.gray.battery_full{ background-image:url(../images/icon/gray_18/battery_full.png); }
.ico.gray.battery_half{ background-image:url(../images/icon/gray_18/battery_half.png); }
.ico.gray.bell{ background-image:url(../images/icon/gray_18/bell.png); }
.ico.gray.bill{ background-image:url(../images/icon/gray_18/bill.png); }
.ico.gray.binoculars{ background-image:url(../images/icon/gray_18/binoculars.png); }
.ico.gray.bold{ background-image:url(../images/icon/gray_18/bold.png); }
.ico.gray.book{ background-image:url(../images/icon/gray_18/book.png); }
.ico.gray.bookmark{ background-image:url(../images/icon/gray_18/bookmark.png); }
.ico.gray.briefcase{ background-image:url(../images/icon/gray_18/briefcase.png); }
.ico.gray.brightness{ background-image:url(../images/icon/gray_18/brightness.png); }
.ico.gray.broken_link{ background-image:url(../images/icon/gray_18/broken_link.png); }
.ico.gray.brush{ background-image:url(../images/icon/gray_18/brush.png); }
.ico.gray.burn_blu-ray{ background-image:url(../images/icon/gray_18/burn_blu-ray.png); }
.ico.gray.burn_blu-ray2{ background-image:url(../images/icon/gray_18/burn_blu-ray2.png); }
.ico.gray.burn_dvd{ background-image:url(../images/icon/gray_18/burn_dvd.png); }
.ico.gray.burn_dvd2{ background-image:url(../images/icon/gray_18/burn_dvd2.png); }
.ico.gray.cabinet{ background-image:url(../images/icon/gray_18/cabinet.png); }
.ico.gray.calculator{ background-image:url(../images/icon/gray_18/calculator.png); }
.ico.gray.calendar{ background-image:url(../images/icon/gray_18/calendar.png); }
.ico.gray.camera{ background-image:url(../images/icon/gray_18/camera.png); }
.ico.gray.cancel{ background-image:url(../images/icon/gray_18/cancel.png); }
.ico.gray.card_clubs{ background-image:url(../images/icon/gray_18/card_clubs.png); }
.ico.gray.card_diamonds{ background-image:url(../images/icon/gray_18/card_diamonds.png); }
.ico.gray.card_hearts{ background-image:url(../images/icon/gray_18/card_hearts.png); }
.ico.gray.card_spades{ background-image:url(../images/icon/gray_18/card_spades.png); }
.ico.gray.certificate-(2){ background-image:url(../images/icon/gray_18/certificate-(2).png); }
.ico.gray.certificate{ background-image:url(../images/icon/gray_18/certificate.png); }
.ico.gray.chat-exclamation{ background-image:url(../images/icon/gray_18/chat-exclamation.png); }
.ico.gray.checkmark{ background-image:url(../images/icon/gray_18/checkmark.png); }
.ico.gray.checkmark2{ background-image:url(../images/icon/gray_18/checkmark2.png); }
.ico.gray.clip{ background-image:url(../images/icon/gray_18/clip.png); }
.ico.gray.clipboard{ background-image:url(../images/icon/gray_18/clipboard.png); }
.ico.gray.clock{ background-image:url(../images/icon/gray_18/clock.png); }
.ico.gray.close{ background-image:url(../images/icon/gray_18/close.png); }
.ico.gray.cloud{ background-image:url(../images/icon/gray_18/cloud.png); }
.ico.gray.cloud2{ background-image:url(../images/icon/gray_18/cloud2.png); }
.ico.gray.coin{ background-image:url(../images/icon/gray_18/coin.png); }
.ico.gray.compress{ background-image:url(../images/icon/gray_18/compress.png); }
.ico.gray.connect{ background-image:url(../images/icon/gray_18/connect.png); }
.ico.gray.contrast{ background-image:url(../images/icon/gray_18/contrast.png); }
.ico.gray.copy{ background-image:url(../images/icon/gray_18/copy.png); }
.ico.gray.cross{ background-image:url(../images/icon/gray_18/cross.png); }
.ico.gray.cutter{ background-image:url(../images/icon/gray_18/cutter.png); }
.ico.gray.delete{ background-image:url(../images/icon/gray_18/delete.png); }
.ico.gray.dial{ background-image:url(../images/icon/gray_18/dial.png); }
.ico.gray.diary{ background-image:url(../images/icon/gray_18/diary.png); }
.ico.gray.dimensions{ background-image:url(../images/icon/gray_18/dimensions.png); }
.ico.gray.directional_down{ background-image:url(../images/icon/gray_18/directional_down.png); }
.ico.gray.directional_left{ background-image:url(../images/icon/gray_18/directional_left.png); }
.ico.gray.directional_right{ background-image:url(../images/icon/gray_18/directional_right.png); }
.ico.gray.directional_up{ background-image:url(../images/icon/gray_18/directional_up.png); }
.ico.gray.disconnect{ background-image:url(../images/icon/gray_18/disconnect.png); }
.ico.gray.diskette{ background-image:url(../images/icon/gray_18/diskette.png); }
.ico.gray.document{ background-image:url(../images/icon/gray_18/document.png); }
.ico.gray.door{ background-image:url(../images/icon/gray_18/door.png); }
.ico.gray.download2{ background-image:url(../images/icon/gray_18/download2.png); }
.ico.gray.dropper{ background-image:url(../images/icon/gray_18/dropper.png); }
.ico.gray.earphones{ background-image:url(../images/icon/gray_18/earphones.png); }
.ico.gray.effects{ background-image:url(../images/icon/gray_18/effects.png); }
.ico.gray.eject{ background-image:url(../images/icon/gray_18/eject.png); }
.ico.gray.emoticon_angry{ background-image:url(../images/icon/gray_18/emoticon_angry.png); }
.ico.gray.emoticon_confused{ background-image:url(../images/icon/gray_18/emoticon_confused.png); }
.ico.gray.emoticon_grin{ background-image:url(../images/icon/gray_18/emoticon_grin.png); }
.ico.gray.emoticon_in_love{ background-image:url(../images/icon/gray_18/emoticon_in_love.png); }
.ico.gray.emoticon_sad{ background-image:url(../images/icon/gray_18/emoticon_sad.png); }
.ico.gray.emoticon_sleeping{ background-image:url(../images/icon/gray_18/emoticon_sleeping.png); }
.ico.gray.emoticon_smile{ background-image:url(../images/icon/gray_18/emoticon_smile.png); }
.ico.gray.encrypt{ background-image:url(../images/icon/gray_18/encrypt.png); }
.ico.gray.eraser{ background-image:url(../images/icon/gray_18/eraser.png); }
.ico.gray.eye{ background-image:url(../images/icon/gray_18/eye.png); }
.ico.gray.eye_closed{ background-image:url(../images/icon/gray_18/eye_closed.png); }
.ico.gray.fast_forward{ background-image:url(../images/icon/gray_18/fast_forward.png); }
.ico.gray.file{ background-image:url(../images/icon/gray_18/file.png); }
.ico.gray.fill{ background-image:url(../images/icon/gray_18/fill.png); }
.ico.gray.fingerprint{ background-image:url(../images/icon/gray_18/fingerprint.png); }
.ico.gray.firewall{ background-image:url(../images/icon/gray_18/firewall.png); }
.ico.gray.first{ background-image:url(../images/icon/gray_18/first.png); }
.ico.gray.folder{ background-image:url(../images/icon/gray_18/folder.png); }
.ico.gray.font{ background-image:url(../images/icon/gray_18/font.png); }
.ico.gray.font_size{ background-image:url(../images/icon/gray_18/font_size.png); }
.ico.gray.game_control{ background-image:url(../images/icon/gray_18/game_control.png); }
.ico.gray.gear{ background-image:url(../images/icon/gray_18/gear.png); }
.ico.gray.group{ background-image:url(../images/icon/gray_18/group.png); }
.ico.gray.hammer{ background-image:url(../images/icon/gray_18/hammer.png); }
.ico.gray.hand_point{ background-image:url(../images/icon/gray_18/hand_point.png); }
.ico.gray.hand_thumbsdown{ background-image:url(../images/icon/gray_18/hand_thumbsdown.png); }
.ico.gray.hand_thumbsup{ background-image:url(../images/icon/gray_18/hand_thumbsup.png); }
.ico.gray.hard_disk{ background-image:url(../images/icon/gray_18/hard_disk.png); }
.ico.gray.headset{ background-image:url(../images/icon/gray_18/headset.png); }
.ico.gray.heart{ background-image:url(../images/icon/gray_18/heart.png); }
.ico.gray.help{ background-image:url(../images/icon/gray_18/help.png); }
.ico.gray.help2{ background-image:url(../images/icon/gray_18/help2.png); }
.ico.gray.history{ background-image:url(../images/icon/gray_18/history.png); }
.ico.gray.home{ background-image:url(../images/icon/gray_18/home.png); }
.ico.gray.hourglass{ background-image:url(../images/icon/gray_18/hourglass.png); }
.ico.gray.hourglass2{ background-image:url(../images/icon/gray_18/hourglass2.png); }
.ico.gray.id{ background-image:url(../images/icon/gray_18/id.png); }
.ico.gray.info{ background-image:url(../images/icon/gray_18/info.png); }
.ico.gray.info2{ background-image:url(../images/icon/gray_18/info2.png); }
.ico.gray.italic{ background-image:url(../images/icon/gray_18/italic.png); }
.ico.gray.item{ background-image:url(../images/icon/gray_18/item.png); }
.ico.gray.key{ background-image:url(../images/icon/gray_18/key.png); }
.ico.gray.last{ background-image:url(../images/icon/gray_18/last.png); }
.ico.gray.lightbulb{ background-image:url(../images/icon/gray_18/lightbulb.png); }
.ico.gray.link{ background-image:url(../images/icon/gray_18/link.png); }
.ico.gray.list{ background-image:url(../images/icon/gray_18/list.png); }
.ico.gray.location{ background-image:url(../images/icon/gray_18/location.png); }
.ico.gray.lock{ background-image:url(../images/icon/gray_18/lock.png); }
.ico.gray.lock_open{ background-image:url(../images/icon/gray_18/lock_open.png); }
.ico.gray.login{ background-image:url(../images/icon/gray_18/login.png); }
.ico.gray.mail{ background-image:url(../images/icon/gray_18/mail.png); }
.ico.gray.mail_open{ background-image:url(../images/icon/gray_18/mail_open.png); }
.ico.gray.messenger{ background-image:url(../images/icon/gray_18/messenger.png); }
.ico.gray.microhpone{ background-image:url(../images/icon/gray_18/microhpone.png); }
.ico.gray.microphone{ background-image:url(../images/icon/gray_18/microphone.png); }
.ico.gray.money_bag{ background-image:url(../images/icon/gray_18/money_bag.png); }
.ico.gray.monitor{ background-image:url(../images/icon/gray_18/monitor.png); }
.ico.gray.moon{ background-image:url(../images/icon/gray_18/moon.png); }
.ico.gray.music{ background-image:url(../images/icon/gray_18/music.png); }
.ico.gray.music_folder{ background-image:url(../images/icon/gray_18/music_folder.png); }
.ico.gray.music_library{ background-image:url(../images/icon/gray_18/music_library.png); }
.ico.gray.next{ background-image:url(../images/icon/gray_18/next.png); }
.ico.gray.notepad{ background-image:url(../images/icon/gray_18/notepad.png); }
.ico.gray.paragraph_align_left{ background-image:url(../images/icon/gray_18/paragraph_align_left.png); }
.ico.gray.paragraph_align_right{ background-image:url(../images/icon/gray_18/paragraph_align_right.png); }
.ico.gray.paragraph_justify{ background-image:url(../images/icon/gray_18/paragraph_justify.png); }
.ico.gray.password{ background-image:url(../images/icon/gray_18/password.png); }
.ico.gray.paste{ background-image:url(../images/icon/gray_18/paste.png); }
.ico.gray.pause{ background-image:url(../images/icon/gray_18/pause.png); }
.ico.gray.pen{ background-image:url(../images/icon/gray_18/pen.png); }
.ico.gray.pencil{ background-image:url(../images/icon/gray_18/pencil.png); }
.ico.gray.phone{ background-image:url(../images/icon/gray_18/phone.png); }
.ico.gray.photo_album{ background-image:url(../images/icon/gray_18/photo_album.png); }
.ico.gray.pictures_folder{ background-image:url(../images/icon/gray_18/pictures_folder.png); }
.ico.gray.play{ background-image:url(../images/icon/gray_18/play.png); }
.ico.gray.point{ background-image:url(../images/icon/gray_18/point.png); }
.ico.gray.power{ background-image:url(../images/icon/gray_18/power.png); }
.ico.gray.previous{ background-image:url(../images/icon/gray_18/previous.png); }
.ico.gray.print{ background-image:url(../images/icon/gray_18/print.png); }
.ico.gray.pyramid{ background-image:url(../images/icon/gray_18/pyramid.png); }
.ico.gray.random{ background-image:url(../images/icon/gray_18/random.png); }
.ico.gray.record{ background-image:url(../images/icon/gray_18/record.png); }
.ico.gray.redo{ background-image:url(../images/icon/gray_18/redo.png); }
.ico.gray.reload{ background-image:url(../images/icon/gray_18/reload.png); }
.ico.gray.repeat{ background-image:url(../images/icon/gray_18/repeat.png); }
.ico.gray.resize2{ background-image:url(../images/icon/gray_18/resize2.png); }
.ico.gray.rewind{ background-image:url(../images/icon/gray_18/rewind.png); }
.ico.gray.rotate{ background-image:url(../images/icon/gray_18/rotate.png); }
.ico.gray.round{ background-image:url(../images/icon/gray_18/round.png); }
.ico.gray.ruler_square{ background-image:url(../images/icon/gray_18/ruler_square.png); }
.ico.gray.satellite{ background-image:url(../images/icon/gray_18/satellite.png); }
.ico.gray.scissors{ background-image:url(../images/icon/gray_18/scissors.png); }
.ico.gray.screwdriver{ background-image:url(../images/icon/gray_18/screwdriver.png); }
.ico.gray.security{ background-image:url(../images/icon/gray_18/security.png); }
.ico.gray.shopping_basket{ background-image:url(../images/icon/gray_18/shopping_basket.png); }
.ico.gray.software24{ background-image:url(../images/icon/gray_18/software24.png); }
.ico.gray.spam{ background-image:url(../images/icon/gray_18/spam.png); }
.ico.gray.speaker{ background-image:url(../images/icon/gray_18/speaker.png); }
.ico.gray.speaker2{ background-image:url(../images/icon/gray_18/speaker2.png); }
.ico.gray.sphere{ background-image:url(../images/icon/gray_18/sphere.png); }
.ico.gray.spreadsheet{ background-image:url(../images/icon/gray_18/spreadsheet.png); }
.ico.gray.square{ background-image:url(../images/icon/gray_18/square.png); }
.ico.gray.star{ background-image:url(../images/icon/gray_18/star.png); }
.ico.gray.stats_bars{ background-image:url(../images/icon/gray_18/stats_bars.png); }
.ico.gray.stats_lines{ background-image:url(../images/icon/gray_18/stats_lines.png); }
.ico.gray.stats_pie{ background-image:url(../images/icon/gray_18/stats_pie.png); }
.ico.gray.stop{ background-image:url(../images/icon/gray_18/stop.png); }
.ico.gray.strike_through{ background-image:url(../images/icon/gray_18/strike_through.png); }
.ico.gray.sun{ background-image:url(../images/icon/gray_18/sun.png); }
.ico.gray.target{ background-image:url(../images/icon/gray_18/target.png); }
.ico.gray.thunder{ background-image:url(../images/icon/gray_18/thunder.png); }
.ico.gray.trash_can{ background-image:url(../images/icon/gray_18/trash_can.png); }
.ico.gray.underlined{ background-image:url(../images/icon/gray_18/underlined.png); }
.ico.gray.undo{ background-image:url(../images/icon/gray_18/undo.png); }
.ico.gray.upload2{ background-image:url(../images/icon/gray_18/upload2.png); }
.ico.gray.usb{ background-image:url(../images/icon/gray_18/usb.png); }
.ico.gray.user{ background-image:url(../images/icon/gray_18/user.png); }
.ico.gray.user_woman{ background-image:url(../images/icon/gray_18/user_woman.png); }
.ico.gray.volume_control{ background-image:url(../images/icon/gray_18/volume_control.png); }
.ico.gray.webcam{ background-image:url(../images/icon/gray_18/webcam.png); }
.ico.gray.window{ background-image:url(../images/icon/gray_18/window.png); }
.ico.gray.wizard{ background-image:url(../images/icon/gray_18/wizard.png); }
.ico.gray.world{ background-image:url(../images/icon/gray_18/world.png); }
.ico.gray.zoom{ background-image:url(../images/icon/gray_18/zoom.png); }
.ico.gray.zoom_in{ background-image:url(../images/icon/gray_18/zoom_in.png); }
.ico.gray.zoom_out{ background-image:url(../images/icon/gray_18/zoom_out.png); }
/* icon color 18*18 class by IMG name*/
.ico.color.abacus{ background-image:url(../images/icon/color_18/abacus.png); }
.ico.color.access_point{ background-image:url(../images/icon/color_18/access_point.png); }
.ico.color.add{ background-image:url(../images/icon/color_18/add.png); }
.ico.color.administrator{ background-image:url(../images/icon/color_18/administrator.png); }
.ico.color.alarm{ background-image:url(../images/icon/color_18/alarm.png); }
.ico.color.arrow_bidirectional{ background-image:url(../images/icon/color_18/arrow_bidirectional.png); }
.ico.color.arrow_down2{ background-image:url(../images/icon/color_18/arrow_down2.png); }
.ico.color.arrow_left2{ background-image:url(../images/icon/color_18/arrow_left2.png); }
.ico.color.arrow_right2{ background-image:url(../images/icon/color_18/arrow_right2.png); }
.ico.color.arrow_up2{ background-image:url(../images/icon/color_18/arrow_up2.png); }
.ico.color.attachment{ background-image:url(../images/icon/color_18/attachment.png); }
.ico.color.audio_knob{ background-image:url(../images/icon/color_18/audio_knob.png); }
.ico.color.barcode{ background-image:url(../images/icon/color_18/barcode.png); }
.ico.color.battery_empty{ background-image:url(../images/icon/color_18/battery_empty.png); }
.ico.color.battery_full{ background-image:url(../images/icon/color_18/battery_full.png); }
.ico.color.battery_half{ background-image:url(../images/icon/color_18/battery_half.png); }
.ico.color.bell{ background-image:url(../images/icon/color_18/bell.png); }
.ico.color.bill{ background-image:url(../images/icon/color_18/bill.png); }
.ico.color.binoculars{ background-image:url(../images/icon/color_18/binoculars.png); }
.ico.color.bold{ background-image:url(../images/icon/color_18/bold.png); }
.ico.color.book{ background-image:url(../images/icon/color_18/book.png); }
.ico.color.bookmark{ background-image:url(../images/icon/color_18/bookmark.png); }
.ico.color.briefcase{ background-image:url(../images/icon/color_18/briefcase.png); }
.ico.color.brightness{ background-image:url(../images/icon/color_18/brightness.png); }
.ico.color.broken_link{ background-image:url(../images/icon/color_18/broken_link.png); }
.ico.color.brush{ background-image:url(../images/icon/color_18/brush.png); }
.ico.color.burn_blu-ray{ background-image:url(../images/icon/color_18/burn_blu-ray.png); }
.ico.color.burn_blu-ray2{ background-image:url(../images/icon/color_18/burn_blu-ray2.png); }
.ico.color.burn_dvd{ background-image:url(../images/icon/color_18/burn_dvd.png); }
.ico.color.burn_dvd2{ background-image:url(../images/icon/color_18/burn_dvd2.png); }
.ico.color.cabinet{ background-image:url(../images/icon/color_18/cabinet.png); }
.ico.color.calculator{ background-image:url(../images/icon/color_18/calculator.png); }
.ico.color.calendar{ background-image:url(../images/icon/color_18/calendar.png); }
.ico.color.camera{ background-image:url(../images/icon/color_18/camera.png); }
.ico.color.cancel{ background-image:url(../images/icon/color_18/cancel.png); }
.ico.color.card_clubs{ background-image:url(../images/icon/color_18/card_clubs.png); }
.ico.color.card_diamonds{ background-image:url(../images/icon/color_18/card_diamonds.png); }
.ico.color.card_hearts{ background-image:url(../images/icon/color_18/card_hearts.png); }
.ico.color.card_spades{ background-image:url(../images/icon/color_18/card_spades.png); }
.ico.color.certificate-(2){ background-image:url(../images/icon/color_18/certificate-(2).png); }
.ico.color.certificate{ background-image:url(../images/icon/color_18/certificate.png); }
.ico.color.chat-exclamation{ background-image:url(../images/icon/color_18/chat-exclamation.png); }
.ico.color.checkmark{ background-image:url(../images/icon/color_18/checkmark.png); }
.ico.color.checkmark2{ background-image:url(../images/icon/color_18/checkmark2.png); }
.ico.color.clip{ background-image:url(../images/icon/color_18/clip.png); }
.ico.color.clipboard{ background-image:url(../images/icon/color_18/clipboard.png); }
.ico.color.clock{ background-image:url(../images/icon/color_18/clock.png); }
.ico.color.close{ background-image:url(../images/icon/color_18/close.png); }
.ico.color.cloud{ background-image:url(../images/icon/color_18/cloud.png); }
.ico.color.cloud2{ background-image:url(../images/icon/color_18/cloud2.png); }
.ico.color.coin{ background-image:url(../images/icon/color_18/coin.png); }
.ico.color.compress{ background-image:url(../images/icon/color_18/compress.png); }
.ico.color.connect{ background-image:url(../images/icon/color_18/connect.png); }
.ico.color.contrast{ background-image:url(../images/icon/color_18/contrast.png); }
.ico.color.copy{ background-image:url(../images/icon/color_18/copy.png); }
.ico.color.cross{ background-image:url(../images/icon/color_18/cross.png); }
.ico.color.cutter{ background-image:url(../images/icon/color_18/cutter.png); }
.ico.color.delete{ background-image:url(../images/icon/color_18/delete.png); }
.ico.color.dial{ background-image:url(../images/icon/color_18/dial.png); }
.ico.color.diary{ background-image:url(../images/icon/color_18/diary.png); }
.ico.color.dimensions{ background-image:url(../images/icon/color_18/dimensions.png); }
.ico.color.directional_down{ background-image:url(../images/icon/color_18/directional_down.png); }
.ico.color.directional_left{ background-image:url(../images/icon/color_18/directional_left.png); }
.ico.color.directional_right{ background-image:url(../images/icon/color_18/directional_right.png); }
.ico.color.directional_up{ background-image:url(../images/icon/color_18/directional_up.png); }
.ico.color.disconnect{ background-image:url(../images/icon/color_18/disconnect.png); }
.ico.color.diskette{ background-image:url(../images/icon/color_18/diskette.png); }
.ico.color.document{ background-image:url(../images/icon/color_18/document.png); }
.ico.color.door{ background-image:url(../images/icon/color_18/door.png); }
.ico.color.download2{ background-image:url(../images/icon/color_18/download2.png); }
.ico.color.dropper{ background-image:url(../images/icon/color_18/dropper.png); }
.ico.color.earphones{ background-image:url(../images/icon/color_18/earphones.png); }
.ico.color.effects{ background-image:url(../images/icon/color_18/effects.png); }
.ico.color.eject{ background-image:url(../images/icon/color_18/eject.png); }
.ico.color.emoticon_angry{ background-image:url(../images/icon/color_18/emoticon_angry.png); }
.ico.color.emoticon_confused{ background-image:url(../images/icon/color_18/emoticon_confused.png); }
.ico.color.emoticon_grin{ background-image:url(../images/icon/color_18/emoticon_grin.png); }
.ico.color.emoticon_in_love{ background-image:url(../images/icon/color_18/emoticon_in_love.png); }
.ico.color.emoticon_sad{ background-image:url(../images/icon/color_18/emoticon_sad.png); }
.ico.color.emoticon_sleeping{ background-image:url(../images/icon/color_18/emoticon_sleeping.png); }
.ico.color.emoticon_smile{ background-image:url(../images/icon/color_18/emoticon_smile.png); }
.ico.color.encrypt{ background-image:url(../images/icon/color_18/encrypt.png); }
.ico.color.eraser{ background-image:url(../images/icon/color_18/eraser.png); }
.ico.color.eye{ background-image:url(../images/icon/color_18/eye.png); }
.ico.color.eye_closed{ background-image:url(../images/icon/color_18/eye_closed.png); }
.ico.color.fast_forward{ background-image:url(../images/icon/color_18/fast_forward.png); }
.ico.color.file{ background-image:url(../images/icon/color_18/file.png); }
.ico.color.fill{ background-image:url(../images/icon/color_18/fill.png); }
.ico.color.fingerprint{ background-image:url(../images/icon/color_18/fingerprint.png); }
.ico.color.firewall{ background-image:url(../images/icon/color_18/firewall.png); }
.ico.color.first{ background-image:url(../images/icon/color_18/first.png); }
.ico.color.folder{ background-image:url(../images/icon/color_18/folder.png); }
.ico.color.font{ background-image:url(../images/icon/color_18/font.png); }
.ico.color.font_size{ background-image:url(../images/icon/color_18/font_size.png); }
.ico.color.game_control{ background-image:url(../images/icon/color_18/game_control.png); }
.ico.color.gear{ background-image:url(../images/icon/color_18/gear.png); }
.ico.color.group{ background-image:url(../images/icon/color_18/group.png); }
.ico.color.hammer{ background-image:url(../images/icon/color_18/hammer.png); }
.ico.color.hand_point{ background-image:url(../images/icon/color_18/hand_point.png); }
.ico.color.hand_thumbsdown{ background-image:url(../images/icon/color_18/hand_thumbsdown.png); }
.ico.color.hand_thumbsup{ background-image:url(../images/icon/color_18/hand_thumbsup.png); }
.ico.color.hard_disk{ background-image:url(../images/icon/color_18/hard_disk.png); }
.ico.color.headset{ background-image:url(../images/icon/color_18/headset.png); }
.ico.color.heart{ background-image:url(../images/icon/color_18/heart.png); }
.ico.color.help{ background-image:url(../images/icon/color_18/help.png); }
.ico.color.help2{ background-image:url(../images/icon/color_18/help2.png); }
.ico.color.history{ background-image:url(../images/icon/color_18/history.png); }
.ico.color.home{ background-image:url(../images/icon/color_18/home.png); }
.ico.color.hourglass{ background-image:url(../images/icon/color_18/hourglass.png); }
.ico.color.hourglass2{ background-image:url(../images/icon/color_18/hourglass2.png); }
.ico.color.id{ background-image:url(../images/icon/color_18/id.png); }
.ico.color.info{ background-image:url(../images/icon/color_18/info.png); }
.ico.color.info2{ background-image:url(../images/icon/color_18/info2.png); }
.ico.color.italic{ background-image:url(../images/icon/color_18/italic.png); }
.ico.color.item{ background-image:url(../images/icon/color_18/item.png); }
.ico.color.key{ background-image:url(../images/icon/color_18/key.png); }
.ico.color.last{ background-image:url(../images/icon/color_18/last.png); }
.ico.color.lightbulb{ background-image:url(../images/icon/color_18/lightbulb.png); }
.ico.color.link{ background-image:url(../images/icon/color_18/link.png); }
.ico.color.list{ background-image:url(../images/icon/color_18/list.png); }
.ico.color.location{ background-image:url(../images/icon/color_18/location.png); }
.ico.color.lock{ background-image:url(../images/icon/color_18/lock.png); }
.ico.color.lock_open{ background-image:url(../images/icon/color_18/lock_open.png); }
.ico.color.login{ background-image:url(../images/icon/color_18/login.png); }
.ico.color.mail{ background-image:url(../images/icon/color_18/mail.png); }
.ico.color.mail_open{ background-image:url(../images/icon/color_18/mail_open.png); }
.ico.color.messenger{ background-image:url(../images/icon/color_18/messenger.png); }
.ico.color.microhpone{ background-image:url(../images/icon/color_18/microhpone.png); }
.ico.color.microphone{ background-image:url(../images/icon/color_18/microphone.png); }
.ico.color.money_bag{ background-image:url(../images/icon/color_18/money_bag.png); }
.ico.color.monitor{ background-image:url(../images/icon/color_18/monitor.png); }
.ico.color.moon{ background-image:url(../images/icon/color_18/moon.png); }
.ico.color.music{ background-image:url(../images/icon/color_18/music.png); }
.ico.color.music_folder{ background-image:url(../images/icon/color_18/music_folder.png); }
.ico.color.music_library{ background-image:url(../images/icon/color_18/music_library.png); }
.ico.color.next{ background-image:url(../images/icon/color_18/next.png); }
.ico.color.notepad{ background-image:url(../images/icon/color_18/notepad.png); }
.ico.color.paragraph_align_left{ background-image:url(../images/icon/color_18/paragraph_align_left.png); }
.ico.color.paragraph_align_right{ background-image:url(../images/icon/color_18/paragraph_align_right.png); }
.ico.color.paragraph_justify{ background-image:url(../images/icon/color_18/paragraph_justify.png); }
.ico.color.password{ background-image:url(../images/icon/color_18/password.png); }
.ico.color.paste{ background-image:url(../images/icon/color_18/paste.png); }
.ico.color.pause{ background-image:url(../images/icon/color_18/pause.png); }
.ico.color.pen{ background-image:url(../images/icon/color_18/pen.png); }
.ico.color.pencil{ background-image:url(../images/icon/color_18/pencil.png); }
.ico.color.phone{ background-image:url(../images/icon/color_18/phone.png); }
.ico.color.photo_album{ background-image:url(../images/icon/color_18/photo_album.png); }
.ico.color.pictures_folder{ background-image:url(../images/icon/color_18/pictures_folder.png); }
.ico.color.play{ background-image:url(../images/icon/color_18/play.png); }
.ico.color.point{ background-image:url(../images/icon/color_18/point.png); }
.ico.color.power{ background-image:url(../images/icon/color_18/power.png); }
.ico.color.previous{ background-image:url(../images/icon/color_18/previous.png); }
.ico.color.print{ background-image:url(../images/icon/color_18/print.png); }
.ico.color.pyramid{ background-image:url(../images/icon/color_18/pyramid.png); }
.ico.color.random{ background-image:url(../images/icon/color_18/random.png); }
.ico.color.record{ background-image:url(../images/icon/color_18/record.png); }
.ico.color.redo{ background-image:url(../images/icon/color_18/redo.png); }
.ico.color.reload{ background-image:url(../images/icon/color_18/reload.png); }
.ico.color.repeat{ background-image:url(../images/icon/color_18/repeat.png); }
.ico.color.resize2{ background-image:url(../images/icon/color_18/resize2.png); }
.ico.color.rewind{ background-image:url(../images/icon/color_18/rewind.png); }
.ico.color.rotate{ background-image:url(../images/icon/color_18/rotate.png); }
.ico.color.round{ background-image:url(../images/icon/color_18/round.png); }
.ico.color.ruler_square{ background-image:url(../images/icon/color_18/ruler_square.png); }
.ico.color.satellite{ background-image:url(../images/icon/color_18/satellite.png); }
.ico.color.scissors{ background-image:url(../images/icon/color_18/scissors.png); }
.ico.color.screwdriver{ background-image:url(../images/icon/color_18/screwdriver.png); }
.ico.color.security{ background-image:url(../images/icon/color_18/security.png); }
.ico.color.shopping_basket{ background-image:url(../images/icon/color_18/shopping_basket.png); }
.ico.color.software24{ background-image:url(../images/icon/color_18/software24.png); }
.ico.color.spam{ background-image:url(../images/icon/color_18/spam.png); }
.ico.color.speaker{ background-image:url(../images/icon/color_18/speaker.png); }
.ico.color.speaker2{ background-image:url(../images/icon/color_18/speaker2.png); }
.ico.color.sphere{ background-image:url(../images/icon/color_18/sphere.png); }
.ico.color.spreadsheet{ background-image:url(../images/icon/color_18/spreadsheet.png); }
.ico.color.square{ background-image:url(../images/icon/color_18/square.png); }
.ico.color.star{ background-image:url(../images/icon/color_18/star.png); }
.ico.color.stats_bars{ background-image:url(../images/icon/color_18/stats_bars.png); }
.ico.color.stats_lines{ background-image:url(../images/icon/color_18/stats_lines.png); }
.ico.color.stats_pie{ background-image:url(../images/icon/color_18/stats_pie.png); }
.ico.color.stop{ background-image:url(../images/icon/color_18/stop.png); }
.ico.color.strike_through{ background-image:url(../images/icon/color_18/strike_through.png); }
.ico.color.sun{ background-image:url(../images/icon/color_18/sun.png); }
.ico.color.target{ background-image:url(../images/icon/color_18/target.png); }
.ico.color.thunder{ background-image:url(../images/icon/color_18/thunder.png); }
.ico.color.trash_can{ background-image:url(../images/icon/color_18/trash_can.png); }
.ico.color.underlined{ background-image:url(../images/icon/color_18/underlined.png); }
.ico.color.undo{ background-image:url(../images/icon/color_18/undo.png); }
.ico.color.upload2{ background-image:url(../images/icon/color_18/upload2.png); }
.ico.color.usb{ background-image:url(../images/icon/color_18/usb.png); }
.ico.color.user{ background-image:url(../images/icon/color_18/user.png); }
.ico.color.user_woman{ background-image:url(../images/icon/color_18/user_woman.png); }
.ico.color.volume_control{ background-image:url(../images/icon/color_18/volume_control.png); }
.ico.color.webcam{ background-image:url(../images/icon/color_18/webcam.png); }
.ico.color.window{ background-image:url(../images/icon/color_18/window.png); }
.ico.color.wizard{ background-image:url(../images/icon/color_18/wizard.png); }
.ico.color.world{ background-image:url(../images/icon/color_18/world.png); }
.ico.color.zoom{ background-image:url(../images/icon/color_18/zoom.png); }
.ico.color.zoom_in{ background-image:url(../images/icon/color_18/zoom_in.png); }
.ico.color.zoom_out{ background-image:url(../images/icon/color_18/zoom_out.png); }
.ico.gray.shadow.abacus{ background-image:url(../images/icon/gray_shadow18/abacus.png); }
.ico.gray.shadow.calendar{ background-image:url(../images/icon/gray_shadow18/calendar.png); }
.ico.gray.shadow.file{ background-image:url(../images/icon/gray_shadow18/file.png); }
.ico.gray.shadow.firewall{ background-image:url(../images/icon/gray_shadow18/firewall.png); }
.ico.gray.shadow.home{ background-image:url(../images/icon/gray_shadow18/home.png); }
.ico.gray.shadow.location{ background-image:url(../images/icon/gray_shadow18/location.png); }
.ico.gray.shadow.paragraph_align_left{ background-image:url(../images/icon/gray_shadow18/paragraph_align_left.png); }
.ico.gray.shadow.pictures_folder{ background-image:url(../images/icon/gray_shadow18/pictures_folder.png); }
.ico.gray.shadow.satellite{ background-image:url(../images/icon/gray_shadow18/satellite.png); }
.ico.gray.shadow.spreadsheet{ background-image:url(../images/icon/gray_shadow18/spreadsheet.png); }
.ico.gray.shadow.stats_lines{ background-image:url(../images/icon/gray_shadow18/stats_lines.png); }
.ico.gray.shadow.window{ background-image:url(../images/icon/gray_shadow18/window.png); }
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/icon.css | CSS | asf20 | 34,712 |
/* CORE STYLES */
/* noty bar */
.noty_bar {
position: fixed;
display: none;
z-index: 9999999;
}
/* noty_message */
.noty_bar .noty_message {
text-align: center;
}
/* noty close button */
.noty_bar .noty_close {
cursor: pointer;
}
/* noty modal */
.noty_modal {
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 10000;
opacity: 0.6;
display: none;
left: 0;
top: 0;
}
/* noty container for noty_layout_topLeft & noty_layout_topRight */
ul.noty_cont {
position: fixed;
z-index: 10000000;
margin: 0px;
padding: 0px;
list-style: none;
width: 300px;
}
ul.noty_cont li {
position: relative;
float: left;
clear: both;
list-style: none;
padding: 0px;
margin: 10px 0 0 0;
width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
}
ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
ul.noty_cont.noty_layout_topRight li {float:right}
/* LAYOUTS */
/* noty_layout_top */
.noty_bar.noty_layout_top {
top: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_bottom */
.noty_bar.noty_layout_bottom {
bottom: 0;
left: 0;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* noty_layout_center */
.noty_bar.noty_layout_center {
top: 40%;
}
/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_layout_topLeft,
.noty_bar.noty_layout_topRight,
.noty_bar.noty_layout_bottomLeft,
.noty_bar.noty_layout_bottomRight {
width: 100%;
clear: both;
position: relative;
}
.noty_bar.noty_layout_topLeft .noty_message,
.noty_bar.noty_layout_topRight .noty_message,
.noty_bar.noty_layout_bottomLeft .noty_message,
.noty_bar.noty_layout_bottomRight .noty_message {
text-align: left;
}
/* noty_layout_topCenter */
.noty_bar.noty_layout_topCenter {
top: 20px;
} | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/jquery.noty.css | CSS | asf20 | 2,116 |
/* BUTTON */
.uibutton {
position: relative;
z-index: 1;
overflow: visible;
display: inline-block;
padding: 5px 12px 6px 12px;
margin: 10px 3px 10px 0;
text-decoration: none;
text-align: center;
cursor: hand;
outline: none;
border: 1px solid #69a44d;
text-shadow:0 1px 0 #000000;
color: #ffffff;
background-position:0 -1px;
background-color:#9bc652;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all .2s ease-out;
-moz-transition:all.2s ease-out;
-o-transition: all .2s ease-out;
transition: all.2s ease-out;
font-weight: bold;
font-size: 11px;
text-transform: capitalize;
margin-top: -1px;
}
.uibutton:hover, .uibutton:focus, .uibutton:active {
background-image: url(../images/ui-lgreen.jpg);
background-position:0 59px;
color: #ffffff;
text-shadow:0 1px 0 #000000;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
}
.uibutton:active {
/* border-color: #5b7217;
background: #b4cf1f;*/
color: #ffffff;
filter: none;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
cursor:pointer;
}
/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
padding: 0;
border: 0;
}
/*Icons */
.uibutton.icon:before {
content: "";
position: relative;
top: 2px;
float:left;
width: 14px;
height: 12px;
margin: 0 5px 0 0;
background: url(../images/fb-icons.png) 99px 99px no-repeat;
}
.uibutton.edit:before {
background-position: 0 -1px;
}
.uibutton.normal {
color: #333;
background-color: #f4f4f4;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f4f4f4));
background-image: -moz-linear-gradient(#f4f4f4, #f4f4f4);
background-image: -o-linear-gradient(#f4f4f4, #f4f4f4);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
text-shadow:none;
border: 1px solid #aaaaaa;
border-bottom-color: #aaaaaa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00CC00', EndColorStr='#00CC00'); /* for IE 6 - 9 */
}
.uibutton.normal:hover {
color: #666;
background-color: #999;
-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
text-shadow:none;
}
.uibutton.normal:active {
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
}
.uibutton.add:before {
background-position: -14px -1px;
}
.uibutton.secure:before {
background-position: -28px 0px;
top: 0px;
}
.uibutton.prev:before {
background-position: -38px -1px;
}
.uibutton.next:before {
float:right;
margin: -1px -0.25em 0 0.5em;
background-position: -50px 0;
}
.uibutton.forward:before {
background-position: -61px 0;
margin-top: -1px;
}
.uibutton.answer:before {
background-position: -78px 0;
margin-top: -2px;
}
/* BUTTON EXTENSIONS */
/* Large */
.uibutton.large {
font-size: 13px;
text-transform: uppercase;
padding-left:25px;
padding-right:25px;
}
/* Submit, etc */
.uibutton.confirm {
border-color: #73b4ce ;
background-color: #c2e3f0;
text-shadow:0 1px 0 #ffffff;
color: #666666;
background-image:none;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.uibutton.confirm:hover ,.uibutton.confirm:focus, .uibutton.confirm:active{
border-color: #73b4ce;
color: #333333;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
background-color: #a9daed;
}
.uibutton.confirm:active {
border-color: #73b4ce;
color: #666666;
background-color: #a9daed;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #84c5de;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #84c5de;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #84c5de;
}
/* Special */
.uibutton.special {
border-color: #a93a25;
text-shadow:0 1px 0 #000000;
color: #fff;
background-color:#d74543;
}
.uibutton.special:hover, .uibutton.special:active {
background-image: url(../images/ui-red.jpg);
background-position:0 59px;
color: #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
}
.uibutton.special:active {
background-image: url(../images/ui-red.jpg);
background-position:0 59px;
filter: none;
color:#efefef;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #aa3a35;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #aa3a35;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #aa3a35;
}
/*Disable */
.uibutton.disable {
z-index: 0;
border-color: #c8c8c8;
color: #b8b8b8;
background: #f2f2f2;
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow:none;
}
.uibutton.disable:hover {
border-color: #c8c8c8;
background:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow:none;
color:#b8b8b8;
}
.uibutton.disable.icon:before, .uibutton.disable.icon:after {
opacity: 0.5;
}
/* BUTTON GROUPS */
.uibutton-group {
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
/* IE hacks */
zoom: 1;
*display: inline;
}
.uibutton + .uibutton, .uibutton + .uibutton-group, .uibutton-group + .uibutton, .uibutton-group + .uibutton-group {
/* margin-left: 3px;*/
}
.uibutton-group li {
float: left;
padding: 0;
margin: 0;
}
.uibutton-group li.end {
margin-left:0px;
}
.uibutton-group .uibutton {
float: left;
margin-left: -4px;
}
.uibutton-group .uibutton:hover, .uibutton-group .uibutton:focus, .uibutton-group .uibutton:active {
/*z-index:2;*/
}
.uibutton-group > .uibutton:first-child, .uibutton-group li:first-child .uibutton {
margin-left: 0;
}
/* BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */
.uibutton-toolbar {
padding: 6px;
border-top: 1px solid #ccc;
background: #f2f2f2;
}
.uibutton-toolbar .uibutton, .uibutton-toolbar .uibutton-group {
vertical-align: bottom;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/buttons.css | CSS | asf20 | 6,478 |
/**
* noty - jQuery Notification Plugin v1.2.1
* Contributors: https://github.com/needim/noty/graphs/contributors
*
* Examples and Documentation - http://needim.github.com/noty/
*
* Licensed under the MIT licenses:
* http://www.opensource.org/licenses/mit-license.php
*
**/
(function($) {
$.noty = function(options, customContainer) {
var base = {};
var $noty = null;
var isCustom = false;
base.init = function(options) {
base.options = $.extend({}, $.noty.defaultOptions, options);
base.options.type = base.options.cssPrefix+base.options.type;
base.options.id = base.options.type+'_'+new Date().getTime();
base.options.layout = base.options.cssPrefix+'layout_'+base.options.layout;
if (base.options.custom.container) customContainer = base.options.custom.container;
isCustom = ($.type(customContainer) === 'object') ? true : false;
return base.addQueue();
};
// Push notification to queue
base.addQueue = function() {
var isGrowl = ($.inArray(base.options.layout, $.noty.growls) == -1) ? false : true;
if (!isGrowl) (base.options.force) ? $.noty.queue.unshift({options: base.options}) : $.noty.queue.push({options: base.options});
return base.render(isGrowl);
};
// Render the noty
base.render = function(isGrowl) {
// Layout spesific container settings
var container = (isCustom) ? customContainer.addClass(base.options.theme+' '+base.options.layout+' noty_custom_container') : $('body');
if (isGrowl) {
if ($('ul.noty_cont.' + base.options.layout).length == 0)
container.prepend($('<ul/>').addClass('noty_cont ' + base.options.layout));
container = $('ul.noty_cont.' + base.options.layout);
} else {
if ($.noty.available) {
var fromQueue = $.noty.queue.shift(); // Get noty from queue
if ($.type(fromQueue) === 'object') {
$.noty.available = false;
base.options = fromQueue.options;
} else {
$.noty.available = true; // Queue is over
return base.options.id;
}
} else {
return base.options.id;
}
}
base.container = container;
// Generating noty bar
base.bar = $('<div class="noty_bar"/>').attr('id', base.options.id).addClass(base.options.theme+' '+base.options.layout+' '+base.options.type);
$noty = base.bar;
$noty.append(base.options.template).find('.noty_text').html(base.options.text);
$noty.data('noty_options', base.options);
// Close button display
(base.options.closeButton) ? $noty.addClass('noty_closable').find('.noty_close').show() : $noty.find('.noty_close').remove();
// Bind close event to button
$noty.find('.noty_close').bind('click', function() { $noty.trigger('noty.close'); });
// If we have a button we must disable closeOnSelfClick and closeOnSelfOver option
if (base.options.buttons) base.options.closeOnSelfClick = base.options.closeOnSelfOver = false;
// Close on self click
if (base.options.closeOnSelfClick) $noty.bind('click', function() { $noty.trigger('noty.close'); }).css('cursor', 'pointer');
// Close on self mouseover
if (base.options.closeOnSelfOver) $noty.bind('mouseover', function() { $noty.trigger('noty.close'); }).css('cursor', 'pointer');
// Set buttons if available
if (base.options.buttons) {
$buttons = $('<div/>').addClass('noty_buttons');
$noty.find('.noty_message').append($buttons);
$.each(base.options.buttons, function(i, button) {
bclass = (button.type) ? button.type : 'gray';
$button = $('<button/>').addClass(bclass).html(button.text).appendTo($noty.find('.noty_buttons'))
.bind('click', function() {
if ($.isFunction(button.click)) {
button.click.call($button, $noty);
}
});
});
}
return base.show(isGrowl);
};
base.show = function(isGrowl) {
// is Modal?
if (base.options.modal) $('<div/>').addClass('noty_modal').addClass(base.options.theme).prependTo($('body')).fadeIn('fast');
$noty.close = function() { return this.trigger('noty.close'); };
// Prepend noty to container
(isGrowl) ? base.container.prepend($('<li/>').append($noty)) : base.container.prepend($noty);
// topCenter and center specific options
if (base.options.layout == 'noty_layout_topCenter' || base.options.layout == 'noty_layout_center') {
$.noty.reCenter($noty);
}
$noty.bind('noty.setText', function(event, text) {
$noty.find('.noty_text').html(text);
if (base.options.layout == 'noty_layout_topCenter' || base.options.layout == 'noty_layout_center') {
$.noty.reCenter($noty);
}
});
$noty.bind('noty.setType', function(event, type) {
$noty.removeClass($noty.data('noty_options').type);
type = $noty.data('noty_options').cssPrefix+type;
$noty.data('noty_options').type = type;
$noty.addClass(type);
if (base.options.layout == 'noty_layout_topCenter' || base.options.layout == 'noty_layout_center') {
$.noty.reCenter($noty);
}
});
$noty.bind('noty.getId', function(event) {
return $noty.data('noty_options').id;
});
// Bind close event
$noty.one('noty.close', function(event) {
var options = $noty.data('noty_options');
if(options.onClose){options.onClose();}
// Modal Cleaning
if (options.modal) $('.noty_modal').fadeOut('fast', function() { $(this).remove(); });
$noty.clearQueue().stop().animate(
$noty.data('noty_options').animateClose,
$noty.data('noty_options').speed,
$noty.data('noty_options').easing,
$noty.data('noty_options').onClosed)
.promise().done(function() {
// Layout spesific cleaning
if ($.inArray($noty.data('noty_options').layout, $.noty.growls) > -1) {
$noty.parent().remove();
} else {
$noty.remove();
// queue render
$.noty.available = true;
base.render(false);
}
});
});
// Start the show
if(base.options.onShow){base.options.onShow();}
$noty.animate(base.options.animateOpen, base.options.speed, base.options.easing, base.options.onShown);
// If noty is have a timeout option
if (base.options.timeout) $noty.delay(base.options.timeout).promise().done(function() { $noty.trigger('noty.close'); });
return base.options.id;
};
// Run initializer
return base.init(options);
};
// API
$.noty.get = function(id) { return $('#'+id); };
$.noty.close = function(id) {
//remove from queue if not already visible
for(var i=0;i<$.noty.queue.length;) {
if($.noty.queue[i].options.id==id)
$.noty.queue.splice(id,1);
else
i++;
}
//close if already visible
$.noty.get(id).trigger('noty.close');
};
$.noty.setText = function(id, text) {
$.noty.get(id).trigger('noty.setText', text);
};
$.noty.setType = function(id, type) {
$.noty.get(id).trigger('noty.setType', type);
};
$.noty.closeAll = function() {
$.noty.clearQueue();
$('.noty_bar').trigger('noty.close');
};
$.noty.reCenter = function(noty) {
noty.css({'left': ($(window).width() - noty.outerWidth()) / 2 + 'px'});
};
$.noty.clearQueue = function() {
$.noty.queue = [];
};
var windowAlert = window.alert;
$.noty.consumeAlert = function(options){
window.alert = function(text){
if(options){options.text = text;}
else{options = {text:text};}
$.noty(options);
};
}
$.noty.stopConsumeAlert = function(){
window.alert = windowAlert;
}
$.noty.queue = [];
$.noty.growls = ['noty_layout_topLeft', 'noty_layout_topRight', 'noty_layout_bottomLeft', 'noty_layout_bottomRight'];
$.noty.available = true;
$.noty.defaultOptions = {
layout: 'top',
theme: 'noty_theme_default',
animateOpen: {height: 'toggle'},
animateClose: {height: 'toggle'},
easing: 'swing',
text: '',
type: 'alert',
speed: 500,
timeout: 5000,
closeButton: false,
closeOnSelfClick: true,
closeOnSelfOver: false,
force: false,
onShow: false,
onShown: false,
onClose: false,
onClosed: false,
buttons: false,
modal: false,
template: '<div class="noty_message"><span class="noty_text"></span><div class="noty_close"></div></div>',
cssPrefix: 'noty_',
custom: {
container: null
}
};
$.fn.noty = function(options) {
return this.each(function() {
(new $.noty(options, $(this)));
});
};
})(jQuery);
//Helper
function noty(options) {
return jQuery.noty(options); // returns an id
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/jquery.noty.js | JavaScript | asf20 | 8,385 |
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100008;
text-shadow:none;
font-weight:500;
text-transform:uppercase;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 6px 8px;
text-align: center;
}
/* Rounded corners */
.tipsy-inner {
/* border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;*/
}
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
border-bottom-color: #000;
}
.tipsy-arrow-s {
border-top-color: #000;
}
.tipsy-arrow-e {
border-left-color: #000;
}
.tipsy-arrow-w {
border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
top: 0px;
left: 50%;
margin-left: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
top: 0;
left: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
top: 0;
right: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
bottom: 0;
left: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
bottom: 0;
right: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
right: 0;
top: 50%;
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
left: 0;
top: 50%;
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/css/tipsy.css | CSS | asf20 | 2,323 |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%
String rootPath=request.getContextPath();
request.setAttribute("ctx",request.getContextPath());
%>
<script language="javascript" >
var default_tab_title = "个人中心";
var rootPath = '<%=rootPath%>';
var imgDir = rootPath+'/images/';
</script> | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/common/variable.jsp | Java Server Pages | asf20 | 355 |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="fmt" uri ="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/common/taglibs.jsp | Java Server Pages | asf20 | 363 |
<!-- HTTP 1.1 -->
<meta http-equiv="Cache-Control" content="no-store"/>
<!-- HTTP 1.0 -->
<meta http-equiv="Pragma" content="no-cache"/>
<!-- Prevents caching at the Proxy Server -->
<meta http-equiv="Expires" content="0"/>
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -->
| zz-ms | trunk/zz-ms-v2.0/src/main/webapp/common/meta.jsp | Java Server Pages | asf20 | 309 |
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ include file="/common/taglibs.jsp"%>
<%
String fullUrl = request.getRequestURL().toString();
String curUri = request.getRequestURI();
String url = fullUrl.substring(0, fullUrl.length() - curUri.length());
String context = request.getContextPath();
if(context != null && (!"/".equals(context))){
url = url + context;
}
String easyuiThemeName="metro";
Cookie cookies[] =request.getCookies();
if(cookies!=null&&cookies.length>0){
for(Cookie cookie : cookies){
if (cookie.getName().equals("cookiesColor")) {
easyuiThemeName = cookie.getValue();
break;
}
}
}
%>
<link rel="stylesheet" type="text/css" href="${ctx }/themes/<%=easyuiThemeName %>/easyui.css">
<script type="text/javascript" src="${ctx }/js/xheditor/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="${ctx }/js/xheditor/xheditor-1.1.14-zh-cn.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="${ctx }/themes/icon.css">
<link rel="stylesheet" type="text/css" href="${ctx }/css/common.css">
<script type="text/javascript" src="${ctx }/js/jquery.easyui.min.js"></script>
<script type="text/javascript" src="${ctx }/js/easyui-lang-zh_CN.js"></script>
<script type="text/javascript" src="${ctx }/js/jqueryUtil.js"></script>
<script type="text/javascript" src="${ctx }/js/json2.js"></script>
<script type="text/javascript" src="${ctx }/js/FusionCharts/FusionCharts.js"></script>
<script type="text/javascript" src="${ctx }/js/FusionCharts/FusionCharts.jqueryplugin.js"></script>
<script type="text/javascript" src="${ctx }/js/FusionCharts/FusionChartsExportComponent.js"></script>
<script type="text/javascript">
$(function(){
/* $('#tt').tabs({
onLoad:function(panel){
var plugin = panel.panel('options').title;
},
tools:[{
iconCls:'icon-color',
handler:function(){
//window.open("http://easyui.btboys.com/reply.html");
$('#mm').menu({
onClick:function(item){
var cookiesColor1=jqueryUtil.cookies.get("cookiesColor");
if(cookiesColor1!=item.id){
jqueryUtil.cookies.set("cookiesColor",item.id,30);
jqueryUtil.chgSkin(item.id,cookiesColor1);
}
}
});
$('#mm').menu('show', {
left: 1222,
top: 90
});
}
}],
extractor:function(data){
var tmp = $('<div></div>').html(data);
data = tmp.find('#content').html();
tmp.remove();
return data;
}
});
try{
top.location.hostname;
if (top.location.hostname != window.location.hostname) {
top.location.href =window.location.href;
}
}
catch(e){
top.location.href = window.location.href;
}*/
});
</script>
<style type="text/css">
body {
font-family:helvetica,tahoma,verdana,sans-serif;
font-size:13px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
</style> | zz-ms | trunk/zz-ms-v2.0/src/main/webapp/common/common.jsp | Java Server Pages | asf20 | 3,529 |
/**
* Copyright : http://www.orientpay.com , 2007-2012
* Project : oecs-g2-framework-trunk
* $Id$
* $Revision$
* Last Changed by jason at 2011-9-13 下午4:47:42
* $URL$
*
* Change Log
* Author Change Date Comments
*-------------------------------------------------------------
* jason 2011-9-13 Initailized
*/
package com.zz.bsp.web.listener;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;
import com.zz.bsp.util.SpringContextUtils;
/**
* 系统加载监听器
*
*/
public class ContextLoaderListener implements ServletContextListener {
protected Log log = LogFactory.getLog(getClass());
public void contextInitialized(ServletContextEvent arg0) {
log.debug("contextInitialized begin...");
ApplicationContext ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(arg0.getServletContext());
log.debug("init springContextUtils...");
SpringContextUtils.init(ctx);
log.debug("contextInitialized end");
}
public void contextDestroyed(ServletContextEvent arg0) {
log.debug("contextDestroyed !");
}
}
| zz-ms | trunk/zz-ms-v2.0/src/main/java/com/zz/bsp/web/listener/ContextLoaderListener.java | Java | asf20 | 1,442 |
/**
* Copyright : http://www.orientpay.com , 2007-2012
* Project : oecs-g2-framework-trunk
* $Id$
* $Revision$
* Last Changed by jason at 2012-4-18 下午1:01:23
* $URL$
*
* Change Log
* Author Change Date Comments
*-------------------------------------------------------------
* jason 2012-4-18 Initailized
*/
package com.zz.bsp.web.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 对象与去请求参数的映射
*
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ReqMapping {
//参数名
String paramName() default "";
//是否多个值
boolean mutilFlag() default false;
}
| zz-ms | trunk/zz-ms-v2.0/src/main/java/com/zz/bsp/web/annotation/ReqMapping.java | Java | asf20 | 888 |
/**
* Copyright : http://www.orientpay.com , 2007-2012
* Project : oecs-g2-framework-trunk
* $Id$
* $Revision$
* Last Changed by jason at 2011-10-13 下午2:53:39
* $URL$
*
* Change Log
* Author Change Date Comments
*-------------------------------------------------------------
* jason 2011-10-13 Initailized
*/
package com.zz.bsp.web.tag;
import java.net.URLEncoder;
import javax.servlet.jsp.JspException;
import org.apache.commons.lang.StringUtils;
import com.zz.bsp.constants.Constants;
/**
* URL 编码工具Tag
*
*/
public class EncodeTag extends BaseHandlerTag {
private static final long serialVersionUID = 7151802162691310136L;
private String value;
private String charset;
public int doStartTag() throws JspException {
log.debug("start render...");
if(StringUtils.isBlank(value)){
log.info("value is null ,cannot render");
return super.doStartTag();
}
try{
if(StringUtils.isBlank(charset)){
write(URLEncoder.encode(value, Constants.DEFAULT_CHARSET_NAME));
}
else{
write(URLEncoder.encode(value, charset));
}
}
catch(Exception e){
log.info("INFO", e);
}
return super.doStartTag();
}
@Override
public void release() {
value = null;
charset = null;
}
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
public String getCharset() {
return value;
}
public void setCharset(String charset) {
this.charset = charset;
}
public static void main(String [] args) throws Exception{
System.out.println(URLEncoder.encode("中文", "utf-8"));
}
}
| zz-ms | trunk/zz-ms-v2.0/src/main/java/com/zz/bsp/web/tag/EncodeTag.java | Java | asf20 | 1,993 |
/**
* Copyright : http://www.orientpay.com , 2007-2012
* Project : oecs-g2-common-framework-trunk
* $Id$
* $Revision$
* Last Changed by ZhouXushun at 2011-8-22 下午03:51:12
* $URL$
*
* Change Log
* Author Change Date Comments
*-------------------------------------------------------------
* ZhouXushun 2011-8-22 Initailized
*/
package com.zz.bsp.web.tag;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.jsp.JspException;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
* 验证码生成器
*
*/
public class CaptchaImageTag extends BaseHandlerTag{
private static final long serialVersionUID = 4185439127892313279L;
protected Log log = LogFactory.getLog(getClass());
private boolean haveInput = true;
private String inputWidth;
private String elementName = "span";
private String inputId = "j_check_code";
private String inputName;
private String inputClass = "input";
private String inputSize = "8";
private String inputMaxLength = "4";
private String imgId = "randImage";
private String imgWidth = "90";
private String imgHeight = "30";
private String imgSrc= "/scaptcha";
private String reloadMethod = "javascript:reloadRandImage(rootPath);";
public int doStartTag() throws JspException {
StringBuilder sb = new StringBuilder("<" + elementName);
sb.append(prepareStyles());
sb.append(prepareEventHandlers());
sb.append(">");
// 验证码输入框
if (haveInput) {
//sb.append("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td");
sb.append(StringUtils.isBlank(inputWidth) ?"" : " width=\"" + inputWidth + "\"" + ">");
sb.append("<input id=\"" + inputId + "\" name=\"");
sb.append((StringUtils.isBlank(inputName)?inputId:inputName) + "\" type=\"text\" size=\"" + inputSize);
sb.append("\" class=\"" + inputClass + "\" maxlength=\"" + inputMaxLength + "\">");
//sb.append("</td></tr></table>");
}
//验证码图片
String path = ((HttpServletRequest)this.pageContext.getRequest()).getContextPath();
if (!imgSrc.startsWith(path)) {
imgSrc = path + imgSrc;
}
sb.append("<a href=\"" + reloadMethod + "\" " + (getTitle() == null ? " " : "title=\"" + getTitle() + "\""));
sb.append("><img id=\"" + imgId + "\" src=\"" + imgSrc + "\" ");
sb.append("width=\"" + imgWidth + "\" height=\"" + imgHeight + "\" border=\"0\"></a>");
sb.append("</" + elementName + ">");
write(sb.toString());
return super.doStartTag();
}
@Override
public void release(){
haveInput = true;
inputWidth = null;
elementName = "span";
inputId = "j_check_code";
inputName = null;
inputClass = "input";
inputSize = "8";
inputMaxLength = "4";
imgId = "randImage";
imgWidth = "90";
imgHeight = "30";
imgSrc= "/scaptcha";
reloadMethod = "javascript:reloadRandImage(rootPath);";
super.release();
}
public String getInputId() {
return inputId;
}
public void setInputId(String inputId) {
this.inputId = inputId;
}
public String getInputName() {
return inputName;
}
public void setInputName(String inputName) {
this.inputName = inputName;
}
public String getInputClass() {
return inputClass;
}
public void setInputClass(String inputClass) {
this.inputClass = inputClass;
}
public String getInputSize() {
return inputSize;
}
public void setInputSize(String inputSize) {
this.inputSize = inputSize;
}
public String getInputMaxLength() {
return inputMaxLength;
}
public void setInputMaxLength(String inputMaxLength) {
this.inputMaxLength = inputMaxLength;
}
public String getImgId() {
return imgId;
}
public void setImgId(String imgId) {
this.imgId = imgId;
}
public String getImgWidth() {
return imgWidth;
}
public void setImgWidth(String imgWidth) {
this.imgWidth = imgWidth;
}
public String getImgHeight() {
return imgHeight;
}
public void setImgHeight(String imgHeight) {
this.imgHeight = imgHeight;
}
public String getImgSrc() {
return imgSrc;
}
public void setImgSrc(String imgSrc) {
this.imgSrc = imgSrc;
}
public String getReloadMethod() {
return reloadMethod;
}
public void setReloadMethod(String reloadMethod) {
this.reloadMethod = reloadMethod;
}
public boolean isHaveInput() {
return haveInput;
}
public void setHaveInput(boolean haveInput) {
this.haveInput = haveInput;
}
public String getInputWidth() {
return inputWidth;
}
public void setInputWidth(String inputWidth) {
this.inputWidth = inputWidth;
}
/**
* Property accessor of elementName
* @return the elementName
*/
public String getElementName() {
return elementName;
}
/**
* @param elementName the elementName to set
*/
public void setElementName(String elementName) {
this.elementName = elementName;
}
}
| zz-ms | trunk/zz-ms-v2.0/src/main/java/com/zz/bsp/web/tag/CaptchaImageTag.java | Java | asf20 | 5,865 |
/**
* Copyright : http://www.orientpay.com , 2007-2012
* Project : oecs-g2-framework-trunk
* $Id$
* $Revision$
* Last Changed by jason at 2011-11-24 下午1:44:35
* $URL$
*
* Change Log
* Author Change Date Comments
*-------------------------------------------------------------
* jason 2011-11-24 Initailized
*/
package com.zz.bsp.web.tag;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import javax.servlet.jsp.JspException;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.zz.bsp.constants.Constants;
import com.zz.bsp.util.HexUtils;
/**
* 重复提交tag
*
*/
public class TokenGenTag extends BaseHandlerTag{
private static final long serialVersionUID = 294665222320461991L;
protected Log log = LogFactory.getLog(getClass());
//重复提交返回的错误页面或者错误处理action
private String errBackUrl;
public int doStartTag() throws JspException {
HttpServletRequest request = (HttpServletRequest) this.pageContext .getRequest();
String str = generateToken(request);
request.getSession().setAttribute(Constants.OECS_TOKEN_CHECK_NAME_IN_SESSION, str);
StringBuilder sb = new StringBuilder("<input type=\"hidden\" name=\"" + Constants.OECS_TOKEN_CHECK_NAME+ "\" value=\"" + str + "\" >");
if(StringUtils.isNotBlank(this.errBackUrl)){
sb.append("<input type=\"hidden\" name=\"" + Constants.OECS_TOKEN_ERR_BACK_URL_NAME + "\" value=\"" + this.errBackUrl + "\" >");
}
log.debug("render text : " + sb.toString());
write(sb.toString());
return super.doStartTag();
}
protected String generateToken(HttpServletRequest request) {
HttpSession session = request.getSession();
try {
byte[] arrayOfByte1 = session.getId().getBytes();
byte[] arrayOfByte2 = new Long(System.currentTimeMillis()).toString().getBytes();
MessageDigest localMessageDigest = MessageDigest.getInstance("MD5");
localMessageDigest.update(arrayOfByte1);
localMessageDigest.update(arrayOfByte2);
return HexUtils.toHex(localMessageDigest.digest());
}
catch (NoSuchAlgorithmException e) {
log.warn(e.getMessage(), e);
}
return null;
}
@Override
public void release() {
super.release();
this.errBackUrl = null;
}
public String getErrBackUrl() {
return errBackUrl;
}
public void setErrBackUrl(String errBackUrl) {
this.errBackUrl = errBackUrl;
}
}
| zz-ms | trunk/zz-ms-v2.0/src/main/java/com/zz/bsp/web/tag/TokenGenTag.java | Java | asf20 | 2,935 |