git-svn-id: https://msi/svn/firstRepo/Management/trunk@31 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -74,7 +74,7 @@
|
||||
font-family: Roboto,HelveticaNeue,sans-serif;
|
||||
color: inherit;
|
||||
}
|
||||
input[type=text].jqx-input-android, input[type=password].jqx-input-android{
|
||||
input[type=text].jqx-input-android, input[type=password].jqx-input-android, .jqx-input-group-addon-android{
|
||||
font-size: 16px;
|
||||
font-family: Roboto,HelveticaNeue,sans-serif;
|
||||
border-color: #636466;
|
||||
@@ -498,3 +498,8 @@ input[type=text].jqx-input-android, input[type=password].jqx-input-android{
|
||||
.jqx-editor-toolbar-icon-android {
|
||||
background: url('images/html_editor_white.png') no-repeat;
|
||||
}
|
||||
.jqx-menu-minimized-button-android {
|
||||
background-image: url('images/icon-menu-minimized-white.png');
|
||||
}
|
||||
.jqx-file-upload-file-name-android{padding:3px;}
|
||||
.jqx-file-upload-file-row-android{ height: 40px;}
|
||||
@@ -181,6 +181,11 @@
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.jqx-ribbon-header-vertical-arctic {
|
||||
background:#f0f0f0;
|
||||
background:-ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
|
||||
background:linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
|
||||
}
|
||||
|
||||
.jqx-scrollbar-state-normal-arctic {
|
||||
background-color: #f8f8f8;
|
||||
|
||||
@@ -1027,7 +1027,7 @@ button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button
|
||||
float : left;
|
||||
}
|
||||
.jqx-menu-ul-minimized {
|
||||
display: normal!important;
|
||||
display: block!important;
|
||||
width: auto !important;
|
||||
}
|
||||
.jqx-menu-ul-minimized ul {
|
||||
@@ -2723,23 +2723,19 @@ of the horizontal scrollbar.*/
|
||||
/*applied to the slider's thumb when the slider is in horizontal mode*/
|
||||
.jqx-slider-slider-horizontal
|
||||
{
|
||||
background-image: url(images/slider_horizontal_classic.png);
|
||||
background-repeat: no-repeat;
|
||||
margin-top: -5px;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
-moz-border-radius: 100%;
|
||||
-webkit-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
/*applied to the slider's thumb when the slider is in vertical mode*/
|
||||
.jqx-slider-slider-vertical
|
||||
{
|
||||
margin-left: -5px;
|
||||
background-image: url(images/slider_vertical_classic.png);
|
||||
background-repeat: no-repeat;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
-moz-border-radius: 100%;
|
||||
-webkit-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
/*applied to the track where is located the thumb*/
|
||||
@@ -2925,13 +2921,13 @@ of the horizontal scrollbar.*/
|
||||
.jqx-left-arrow
|
||||
{
|
||||
background: transparent;
|
||||
background-image: url('left.png');
|
||||
background-image: url('icon-left.png');
|
||||
cursor: pointer;
|
||||
}
|
||||
.jqx-right-arrow
|
||||
{
|
||||
background: transparent;
|
||||
background-image: url('right.png');
|
||||
background-image: url('icon-right.png');
|
||||
cursor: pointer;
|
||||
}
|
||||
.jqx-icon-delete
|
||||
@@ -4109,7 +4105,6 @@ ol li .jqx-listmenu-item-label:before
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-variant: inherit;
|
||||
color:inherit;
|
||||
}
|
||||
.jqx-notification-container
|
||||
@@ -4434,4 +4429,735 @@ ol li .jqx-listmenu-item-label:before
|
||||
{
|
||||
left: -11px;
|
||||
background-position: left top;
|
||||
}
|
||||
}
|
||||
.jqx-navbar {
|
||||
width: 100%;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
.jqx-navbar ul:before,
|
||||
.jqx-navbar ul:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
.jqx-navbar ul:after {
|
||||
clear: both;
|
||||
}
|
||||
.jqx-navbar ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
border: 0;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.jqx-navbar-block {
|
||||
margin: 0;
|
||||
padding: 0px 12px;
|
||||
border-width:0px;
|
||||
float: left;
|
||||
min-height: 1px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
box-shadow: none !important;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
.jqx-navbar-block-rtl {
|
||||
float:right;
|
||||
}
|
||||
.jqx-ribbon
|
||||
{
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.jqx-ribbon-auto
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
.jqx-ribbon-popup
|
||||
{
|
||||
overflow: visible;
|
||||
}
|
||||
.jqx-ribbon-header
|
||||
{
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
display: block;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.jqx-ribbon-header-auto
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
.jqx-ribbon-header-horizontal
|
||||
{
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
padding: 0px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.jqx-ribbon-header-bottom
|
||||
{
|
||||
bottom: 0;
|
||||
}
|
||||
.jqx-ribbon-header-vertical
|
||||
{
|
||||
min-width: 75px;
|
||||
height: 100%;
|
||||
float: left;
|
||||
padding: 0px;
|
||||
}
|
||||
.jqx-ribbon-header-right
|
||||
{
|
||||
right: 0;
|
||||
}
|
||||
.jqx-ribbon-header-horizontal-popup, .jqx-ribbon-header-vertical-popup
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
.jqx-ribbon-header-horizontal-popup
|
||||
{
|
||||
height:100%;
|
||||
}
|
||||
.jqx-ribbon-header-vertical-popup
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
.jqx-ribbon-item
|
||||
{
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
padding: 5px;
|
||||
border: 1px solid transparent;
|
||||
box-sizing: border-box;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
min-width: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.jqx-ribbon-item-top, .jqx-ribbon-item-bottom
|
||||
{
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
.jqx-ribbon-item-top
|
||||
{
|
||||
margin-top: 1px;
|
||||
}
|
||||
.jqx-ribbon-item-bottom
|
||||
{
|
||||
margin-top: -1px;
|
||||
}
|
||||
.jqx-ribbon-item-left, .jqx-ribbon-item-right
|
||||
{
|
||||
width: 100%;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.jqx-ribbon-item-left
|
||||
{
|
||||
margin-left: 1px;
|
||||
}
|
||||
.jqx-ribbon-item-right
|
||||
{
|
||||
margin-left: -1px;
|
||||
}
|
||||
.jqx-ribbon-item-hover
|
||||
{
|
||||
border-color: inherit;
|
||||
}
|
||||
.jqx-ribbon-item-top.jqx-ribbon-item-hover
|
||||
{
|
||||
border-bottom-color: inherit !important;
|
||||
}
|
||||
.jqx-ribbon-item-bottom.jqx-ribbon-item-hover
|
||||
{
|
||||
border-top-color: inherit !important;
|
||||
}
|
||||
.jqx-ribbon-item-left.jqx-ribbon-item-hover
|
||||
{
|
||||
border-right-color: inherit !important;
|
||||
}
|
||||
.jqx-ribbon-item-right.jqx-ribbon-item-hover
|
||||
{
|
||||
border-left-color: inherit !important;
|
||||
}
|
||||
.jqx-ribbon-item-selected
|
||||
{
|
||||
border-color: inherit;
|
||||
}
|
||||
.jqx-ribbon-item-top.jqx-ribbon-item-selected
|
||||
{
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
.jqx-ribbon-item-bottom.jqx-ribbon-item-selected
|
||||
{
|
||||
border-top-color: transparent;
|
||||
}
|
||||
.jqx-ribbon-item-left.jqx-ribbon-item-selected
|
||||
{
|
||||
border-right-color: transparent;
|
||||
}
|
||||
.jqx-ribbon-item-right.jqx-ribbon-item-selected
|
||||
{
|
||||
border-left-color:transparent;
|
||||
}
|
||||
.jqx-ribbon-content
|
||||
{
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.jqx-ribbon-content-horizontal
|
||||
{
|
||||
clear: both;
|
||||
height: 100%;
|
||||
}
|
||||
.jqx-ribbon-content-vertical
|
||||
{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
float: left;
|
||||
border-width: 1px;
|
||||
}
|
||||
.jqx-ribbon-content-popup
|
||||
{
|
||||
z-index:99999;
|
||||
position: absolute;
|
||||
border-left: none;
|
||||
}
|
||||
.jqx-ribbon-content-popup.jqx-ribbon-content-horizontal
|
||||
{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.jqx-ribbon-content-popup.jqx-ribbon-content-vertical
|
||||
{
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
.jqx-ribbon-content-popup-top {
|
||||
-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.jqx-ribbon-content-popup-bottom {
|
||||
-webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.jqx-ribbon-content-popup-left {
|
||||
-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.jqx-ribbon-content-popup-right {
|
||||
-webkit-box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
|
||||
box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.jqx-ribbon-content-auto-width
|
||||
{
|
||||
width: auto;
|
||||
}
|
||||
.jqx-ribbon-content-section
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
box-sizing: inherit;
|
||||
overflow: auto;
|
||||
}
|
||||
.jqx-ribbon-content-section-top
|
||||
{
|
||||
border-top: none;
|
||||
}
|
||||
.jqx-ribbon-content-section-bottom
|
||||
{
|
||||
bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.jqx-ribbon-content-section-left
|
||||
{
|
||||
border-left: none;
|
||||
}
|
||||
.jqx-ribbon-content-section-right
|
||||
{
|
||||
border-right: none;
|
||||
right: 0;
|
||||
}
|
||||
.jqx-ribbon-content-section-popup
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
.jqx-ribbon-content-section-horizontal-popup
|
||||
{
|
||||
height: auto;
|
||||
}
|
||||
.jqx-ribbon-content-section-vertical-popup
|
||||
{
|
||||
width: auto;
|
||||
}
|
||||
.jqx-ribbon-header-rtl
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
.jqx-ribbon-header-horizontal.jqx-ribbon-header-rtl
|
||||
{
|
||||
direction: rtl;
|
||||
}
|
||||
.jqx-ribbon-item-rtl
|
||||
{
|
||||
direction: rtl;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton
|
||||
{
|
||||
position: absolute;
|
||||
display: none;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: center !important;
|
||||
z-index: 1000;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom
|
||||
{
|
||||
width: 17px;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left, .jqx-ribbon-scrollbutton-right
|
||||
{
|
||||
height: 17px;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top
|
||||
{
|
||||
top: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-bottom
|
||||
{
|
||||
bottom: 1px;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left
|
||||
{
|
||||
left: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-right
|
||||
{
|
||||
right: 1px;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near
|
||||
{
|
||||
left: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far
|
||||
{
|
||||
right: 18px;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far
|
||||
{
|
||||
right: 1px;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near
|
||||
{
|
||||
left: 18px;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near
|
||||
{
|
||||
top: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far
|
||||
{
|
||||
bottom: 18px;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far
|
||||
{
|
||||
bottom: 1px;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near
|
||||
{
|
||||
top: 18px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
.jqx-ribbon-scrollbutton-inner
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-ribbon-selection-token
|
||||
{
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
}
|
||||
.jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom
|
||||
{
|
||||
height: 1px;
|
||||
}
|
||||
.jqx-ribbon-selection-token-left, .jqx-ribbon-selection-token-right
|
||||
{
|
||||
width: 1px;
|
||||
}
|
||||
.jqx-ribbon-auto, .jqx-ribbon-item-top, .jqx-ribbon-item-bottom, .jqx-ribbon-content
|
||||
{
|
||||
*display: inline;
|
||||
}
|
||||
.jqx-ribbon-content-left
|
||||
{
|
||||
*float: none;
|
||||
}
|
||||
.jqx-ribbon-content-right
|
||||
{
|
||||
*float: left;
|
||||
}
|
||||
.jqx-ribbon-content.jqx-ribbon-content-popup
|
||||
{
|
||||
*left: 0;
|
||||
}
|
||||
.jqx-ribbon-content-popup .jqx-ribbon-content-section
|
||||
{
|
||||
*overflow: visible;
|
||||
}
|
||||
.jqx-ribbon-content-section-popup
|
||||
{
|
||||
*position: absolute;
|
||||
}
|
||||
.jqx-toolbar, .jqx-toolbar-minimized-popup-separator
|
||||
{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.jqx-toolbar, .jqx-toolbar-minimized-popup
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
.jqx-toolbar
|
||||
{
|
||||
position: relative;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
}
|
||||
.jqx-toolbar-tool
|
||||
{
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.jqx-toolbar-tool-rtl
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.jqx-toolbar-tool-no-separator-ltr
|
||||
{
|
||||
margin-right: 2px !important;
|
||||
}
|
||||
.jqx-toolbar-tool-no-separator-rtl
|
||||
{
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
.jqx-toolbar-tool-separator-ltr
|
||||
{
|
||||
margin-right: 6px !important;
|
||||
}
|
||||
.jqx-toolbar-tool-separator-rtl
|
||||
{
|
||||
margin-left: 6px !important;
|
||||
}
|
||||
.jqx-toolbar-tool-inner-button
|
||||
{
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.jqx-toolbar-minimized-button, .jqx-toolbar-minimized-popup
|
||||
{
|
||||
position: absolute;
|
||||
}
|
||||
.jqx-toolbar-minimized-button
|
||||
{
|
||||
height: 100%;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
margin-top: -5px;
|
||||
margin-right: 5px;
|
||||
display: none;
|
||||
}
|
||||
.jqx-toolbar-minimized-button-rtl
|
||||
{
|
||||
left: 0;
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.jqx-toolbar-minimized-popup
|
||||
{
|
||||
border-width: 1px;
|
||||
border-top-width: 0;
|
||||
border-style: solid;
|
||||
visibility: hidden;
|
||||
z-index: 99999;
|
||||
}
|
||||
.jqx-toolbar-tool-minimized
|
||||
{
|
||||
margin: 1px 0 !important;
|
||||
}
|
||||
.jqx-toolbar-minimized-popup-separator
|
||||
{
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
margin: 5px 0;
|
||||
display: none;
|
||||
}
|
||||
.jqx-complex-input-spin-buttons-container
|
||||
{
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
position: relative;
|
||||
-webkit-box-sizing: border-box !important;
|
||||
-moz-box-sizing: border-box !important;
|
||||
box-sizing: border-box !important;
|
||||
padding: 2px 8px !important;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.jqx-formatted-input, .jqx-complex-input
|
||||
{
|
||||
padding-right: 2px !important;
|
||||
text-align: right;
|
||||
}
|
||||
.jqx-formatted-input-lower-case, .jqx-complex-input
|
||||
{
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.jqx-formatted-input-upper-case
|
||||
{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.jqx-formatted-input-item
|
||||
{
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.jqx-formatted-input-item-rtl, .jqx-complex-input-rtl
|
||||
{
|
||||
direction: rtl !important;
|
||||
}
|
||||
.jqx-formatted-input-spin-buttons-container, .jqx-formatted-input-addon
|
||||
{
|
||||
height: 100%;
|
||||
}
|
||||
.jqx-formatted-input-spin-buttons-container
|
||||
{
|
||||
width: 18px;
|
||||
padding: 0 0 0 1px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.jqx-formatted-input-spin-buttons-container-rtl
|
||||
{
|
||||
border-right-width: 0px;
|
||||
padding: 0 0 0 2px !important;
|
||||
}
|
||||
.jqx-formatted-input-spin-buttons-container-rtl-border
|
||||
{
|
||||
border-left-width: 1px !important;
|
||||
}
|
||||
.jqx-formatted-input-spin-button
|
||||
{
|
||||
position: relative;
|
||||
width: 17px;
|
||||
height: 50%;
|
||||
margin-left: -1px;
|
||||
border-width: 0px;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
.jqx-formatted-input-addon
|
||||
{
|
||||
width: 19px;
|
||||
padding: 0 !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
.jqx-formatted-input-addon-rtl
|
||||
{
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.jqx-complex-input-parent
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
.jqx-complex-input-child
|
||||
{
|
||||
height: 100%;
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.jqx-complex-input-child-rtl
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.jqx-complex-input-spin-buttons-container-ltr
|
||||
{
|
||||
border-left-width: 0;
|
||||
}
|
||||
.jqx-complex-input-spin-buttons-container-rtl
|
||||
{
|
||||
border-left-width: 1px !important;
|
||||
border-right-width: 0;
|
||||
}
|
||||
.jqx-file-upload
|
||||
{
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
.jqx-file-upload, .jqx-file-upload-file-row, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||
{
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.jqx-file-upload-buttons-container, .jqx-file-upload-iframe, .jqx-file-upload-loading-element
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.jqx-file-upload-file-input-ie9, .jqx-file-upload-buttons-container, .jqx-file-upload-file-row, .jqx-file-upload-icon
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
.jqx-file-upload-file-input-ie9, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-icon, .jqx-file-upload-loading-element
|
||||
{
|
||||
height: 100%;
|
||||
}
|
||||
.jqx-file-input-iframe, .jqx-file-upload-form-ie9
|
||||
{
|
||||
position: absolute;
|
||||
}
|
||||
.jqx-file-input-iframe
|
||||
{
|
||||
width: 0;
|
||||
height: 0;
|
||||
border: none;
|
||||
}
|
||||
.jqx-file-upload-form, .jqx-file-upload-file-input
|
||||
{
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
.jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9
|
||||
{
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
.jqx-file-upload-form-ie9
|
||||
{
|
||||
z-index: 10000;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
.jqx-file-upload-file-name
|
||||
{
|
||||
width: auto;
|
||||
padding: 0 2px 0 2px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
*float: left;
|
||||
}
|
||||
.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.jqx-file-upload, .jqx-file-upload-file-row
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
.jqx-file-upload-button-browse
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.jqx-file-upload-buttons-container
|
||||
{
|
||||
height: auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl
|
||||
{
|
||||
direction: rtl !important;
|
||||
}
|
||||
.jqx-file-upload-button-cancel, .jqx-file-upload-button-upload-rtl
|
||||
{
|
||||
margin-left: 5px;
|
||||
}
|
||||
.jqx-file-upload-button-upload-rtl-ie
|
||||
{
|
||||
margin-right: 5px;
|
||||
}
|
||||
.jqx-file-upload-button-cancel-rtl, .jqx-file-upload-button-upload-rtl-ie
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
.jqx-file-upload-file-row
|
||||
{
|
||||
height: 30px;
|
||||
margin-bottom: 3px;
|
||||
clear: both;
|
||||
}
|
||||
.jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element
|
||||
{
|
||||
width: 17px;
|
||||
margin: 0 1px 0 1px;
|
||||
}
|
||||
.jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl, .jqx-file-upload-loading-element-rtl
|
||||
{
|
||||
float: none;
|
||||
*float: left;
|
||||
}
|
||||
.jqx-file-upload-button-browse, .jqx-file-upload-button-upload, .jqx-file-upload-button-cancel, .jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||
{
|
||||
cursor: pointer;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
.jqx-file-upload-icon-upload, .jqx-file-upload-loading-element
|
||||
{
|
||||
margin-top: 1px;
|
||||
}
|
||||
.jqx-file-upload-loading-element
|
||||
{
|
||||
background-image: url('images/loader-small.gif');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
@@ -355,7 +355,7 @@
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc; border-color: rgba(0,0,0,0.2);}
|
||||
.jqx-combobox-content-blackberry, .jqx-input-blackberry {
|
||||
.jqx-combobox-content-blackberry, .jqx-input-blackberry, .jqx-input-group-addon-blackberry {
|
||||
border-color: #cccccc;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
color: #555555;
|
||||
@@ -630,4 +630,8 @@ input[type=text].jqx-input-blackberry, input[type=password].jqx-input-blackberry
|
||||
.jqx-icon-calendar-pressed-blackberry {
|
||||
background-image: url('images/icon-calendar-white.png');
|
||||
}
|
||||
|
||||
.jqx-file-upload-blackberry .jqx-icon-arrow-up-blackberry {
|
||||
background-image: url('images/icon-up-white.png');
|
||||
}
|
||||
.jqx-file-upload-file-name-blackberry{padding:3px;}
|
||||
.jqx-file-upload-file-row-blackberry{ height: 40px;}
|
||||
|
||||
@@ -0,0 +1,254 @@
|
||||
|
||||
.jqx-widget-glacier {
|
||||
font-size: 12px;
|
||||
font-family: 'segoe ui', arial, sans-serif;
|
||||
}
|
||||
.jqx-widget-content-glacier{font-family: 'segoe ui', arial, sans-serif; border-color: #d7d7d7; color: #131619; background-color: #fff;}
|
||||
.jqx-widget-header-glacier{font-family: 'segoe ui', arial, sans-serif; color: #131619; border-color:#d7d7d7; background-color:#ebebeb;}
|
||||
.jqx-fill-state-normal-glacier{font-family: 'segoe ui', arial, sans-serif; border-color: #d7d7d7; color: #131619; background: #ffffff;}
|
||||
.jqx-fill-state-hover-glacier{border-color:#dedede; color: #131619; background-color:#dedede;
|
||||
|
||||
}
|
||||
.jqx-fill-state-focus-glacier { border-color: #cdcdcd; }
|
||||
.jqx-fill-state-pressed-glacier{border-color:#006aae; color: #fff; background-color:#006aae;}
|
||||
.jqx-fill-state-pressed-glacier.jqx-calendar-cell-othermonth-glacier {color: #f7f3f2 !important;}
|
||||
.jqx-fill-state-pressed-glacier.jqx-grid-pager-number-glacier {color: #f7f3f2 !important;}
|
||||
.jqx-buttongroup-glacier .jqx-fill-state-pressed{border-color:#d7d7d7;}
|
||||
.jqx-listitem-state-group-glacier {
|
||||
color: #006aae;
|
||||
padding-left:6px;
|
||||
}
|
||||
|
||||
.jqx-input-glacier {
|
||||
border-color: #d7d7d7;
|
||||
}
|
||||
.jqx-scrollbar-state-normal-glacier, .jqx-grid-bottomright-glacier, .jqx-panel-bottomright-glacier, .jqx-listbox-bottomright-glacier{background-color:#f4f4f4;}
|
||||
.jqx-widget-glacier .jqx-grid-column-header-glacier, .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-group-cell-glacier, .jqx-grid-group-cell-glacier{font-family: 'segoe ui', arial, sans-serif; border-color:#d7d7d7;}
|
||||
.jqx-tabs-title-selected-bottom-glacier, .jqx-tabs-selection-tracker-bottom-glacier, .jqx-tabs-title-selected-top-glacier, .jqx-tabs-selection-tracker-top-glacier{color: #131619; border-color:#d7d7d7; border-bottom:1px solid #fff; background:#fff}
|
||||
.jqx-grid-cell-sort-alt-glacier, .jqx-grid-cell-filter-alt-glacier, .jqx-grid-cell-pinned-glacier, .jqx-grid-cell-alt-glacier, .jqx-grid-cell-sort-glacier{ background-color:#ededed; color: #131619;}
|
||||
.jqx-menu-vertical-glacier{background: #fff; border-color: #bcb6b8;}
|
||||
.jqx-widget-glacier .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-column-header-glacier, .jqx-widget-glacier .jqx-grid-group-cell-glacier {color: #131619; border-color: #d7d7d7;}
|
||||
.jqx-widget-glacier .jqx-grid-column-menubutton-glacier, .jqx-widget-glacier .jqx-grid-column-sortascbutton-glacier, .jqx-widget-glacier .jqx-grid-column-sortdescbutton-glacier, .jqx-widget-glacier .jqx-grid-column-filterbutton-glacier {
|
||||
background-color: transparent;
|
||||
border-color: #d7d7d7;
|
||||
}
|
||||
.jqx-window-header-glacier, .jqx-input-button-header-glacier, .jqx-calendar-title-header-glacier, .jqx-grid-glacier .jqx-widget-header-glacier, .jqx-grid-header-glacier, .jqx-grid-column-header-glacier {font-family: 'segoe ui', arial, sans-serif; border-color:#d7d7d7; background-color:#ebebeb; color: #131619;}
|
||||
.jqx-grid-column-menubutton-glacier {
|
||||
background-image: url('images/metro-icon-down.png');
|
||||
}
|
||||
.jqx-widget-glacier .jqx-grid-cell-selected-glacier, .jqx-grid-cell-selected-glacier{ background-color:#006aae; border-color: #006aae; color:#fff;}
|
||||
.jqx-grid-cell-hover-glacier{ background-color:#dedede;}
|
||||
/*applied to the column's sort button when the sort order is ascending.*/
|
||||
.jqx-grid-column-sortascbutton-glacier {
|
||||
background-image: url('images/metro-icon-up.png');
|
||||
}
|
||||
.jqx-grid-column-sortdescbutton-glacier {
|
||||
background-image: url('images/metro-icon-down.png');
|
||||
}
|
||||
.jqx-checkbox-hover-glacier {
|
||||
background-color: #fff;
|
||||
}
|
||||
.jqx-radiobutton-hover-glacier {
|
||||
background-color: #fff;
|
||||
}
|
||||
.jqx-scrollbar-thumb-state-normal-horizontal-glacier, .jqx-scrollbar-thumb-state-normal-glacier {
|
||||
background: #cdcdcd; border-color: #cdcdcd;
|
||||
}
|
||||
.jqx-scrollbar-thumb-state-hover-horizontal-glacier, .jqx-scrollbar-thumb-state-hover-glacier {
|
||||
background: #a6a6a6; border-color: #a6a6a6;
|
||||
}
|
||||
.jqx-scrollbar-thumb-state-pressed-horizontal-glacier, .jqx-scrollbar-thumb-state-pressed-glacier {
|
||||
background: #606060; border-color: #606060;
|
||||
}
|
||||
.jqx-scrollbar-button-state-normal-glacier
|
||||
{
|
||||
border: 1px solid #f4f4f4;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
/*applied to the scrollbar buttons in hovered state.*/
|
||||
.jqx-scrollbar-button-state-hover-glacier
|
||||
{
|
||||
border: 1px solid #dadada;
|
||||
background: #dadada;
|
||||
}
|
||||
/*applied to the scrollbar buttons in pressed state.*/
|
||||
.jqx-scrollbar-button-state-pressed-glacier
|
||||
{
|
||||
border: 1px solid #606060;
|
||||
background: #606060;
|
||||
}
|
||||
|
||||
/*icons*/
|
||||
.jqx-window-collapse-button-glacier
|
||||
{
|
||||
background-image: url(images/metro-icon-up.png);
|
||||
}
|
||||
.jqx-window-collapse-button-collapsed-glacier {
|
||||
background-image: url(images/metro-icon-down.png);
|
||||
}
|
||||
.jqx-icon-arrow-up-glacier, .jqx-expander-arrow-bottom-glacier, .jqx-menu-item-arrow-up-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-up.png');
|
||||
}
|
||||
.jqx-icon-arrow-down-glacier, .jqx-expander-arrow-top-glacier, .jqx-tree-item-arrow-expand-glacier, .jqx-tree-item-arrow-expand-hover-glacier, .jqx-menu-item-arrow-down-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-down.png');
|
||||
}
|
||||
.jqx-icon-arrow-left-glacier, .jqx-menu-item-arrow-left-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-left.png');
|
||||
}
|
||||
.jqx-icon-arrow-right-glacier, .jqx-menu-item-arrow-right-glacier, .jqx-tree-item-arrow-collapse-glacier, .jqx-tree-item-arrow-collapse-hover-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-right.png');
|
||||
}
|
||||
.jqx-tabs-arrow-left-glacier, .jqx-tree-item-arrow-collapse-rtl-glacier, .jqx-tree-item-arrow-collapse-hover-rtl-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-left.png');
|
||||
}
|
||||
.jqx-tabs-arrow-right-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-right.png');
|
||||
}
|
||||
.jqx-menu-item-arrow-up-selected-glacier, .jqx-icon-arrow-up-selected-glacier{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
|
||||
.jqx-menu-item-arrow-down-selected-glacier, .jqx-icon-arrow-down-selected-glacier{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
|
||||
.jqx-menu-item-arrow-left-selected-glacier, .jqx-icon-arrow-left-selected-glacier{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
|
||||
.jqx-menu-item-arrow-right-selected-glacier, .jqx-icon-arrow-right-selected-glacier{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
|
||||
.jqx-tabs-close-button-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-tabs-close-button-selected-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-tabs-close-button-hover-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-scrollbar-glacier .jqx-icon-arrow-up-selected-glacier{background-image:url('images/metro-icon-up-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-scrollbar-glacier .jqx-icon-arrow-down-selected-glacier{background-image:url('images/metro-icon-down-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-scrollbar-glacier .jqx-icon-arrow-left-selected-glacier{background-image:url('images/metro-icon-left-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-scrollbar-glacier .jqx-icon-arrow-right-selected-glacier{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat; background-position:center;}
|
||||
.jqx-slider-slider-glacier
|
||||
{
|
||||
border-color:#cdcdcd;
|
||||
}
|
||||
.jqx-slider-button-glacier
|
||||
{
|
||||
-moz-border-radius: 9px;
|
||||
-webkit-border-radius: 9px;
|
||||
border-radius: 9px;
|
||||
border-color: #cdcdcd;
|
||||
}
|
||||
.jqx-input-button-content-glacier
|
||||
{
|
||||
font-size: 10px;
|
||||
}
|
||||
.jqx-dropdownlist-state-normal-glacier, .jqx-dropdownlist-state-hover-glacier, .jqx-dropdownlist-state-selected-glacier,
|
||||
.jqx-scrollbar-button-state-hover-glacier, .jqx-scrollbar-button-state-normal-glacier, .jqx-scrollbar-button-state-pressed-glacier,
|
||||
.jqx-scrollbar-thumb-state-normal-horizontal-glacier, .jqx-scrollbar-thumb-state-hover-horizontal-glacier, .jqx-scrollbar-thumb-state-pressed-horizontal-glacier,
|
||||
.jqx-scrollbar-thumb-state-normal-glacier, .jqx-scrollbar-thumb-state-pressed-glacier, .jqx-button-glacier, .jqx-tree-item-hover-glacier, .jqx-tree-item-selected-glacier,
|
||||
.jqx-tree-item-glacier, .jqx-menu-item-glacier, .jqx-menu-item-hover-glacier, .jqx-menu-item-selected-glacier, .jqx-menu-item-top-glacier, .jqx-menu-item-top-hover-glacier,
|
||||
.jqx-menu-item-top-selected-glacier, .jqx-slider-button-glacier, .jqx-slider-slider-glacier
|
||||
{
|
||||
-webkit-transition: background-color 100ms linear;
|
||||
-moz-transition: background-color 100ms linear;
|
||||
-o-transition: background-color 100ms linear;
|
||||
-ms-transition: background-color 100ms linear;
|
||||
transition: background-color 100ms linear;
|
||||
}
|
||||
.jqx-switchbutton-glacier {
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
border: 2px solid #a6a6a6;
|
||||
}
|
||||
.jqx-switchbutton-thumb-glacier {
|
||||
width: 12px;
|
||||
background: #000;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.jqx-switchbutton-label-on-glacier {
|
||||
background: #006aae;
|
||||
color: #006aae;
|
||||
}
|
||||
.jqx-switchbutton-label-off-glacier {
|
||||
background: #a6a6a6;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
|
||||
.jqx-switchbutton-wrapper-glacier {
|
||||
}
|
||||
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-expand-glacier {
|
||||
background-image: url('images/metro-icon-down-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-collapse-glacier{
|
||||
background-image: url('images/metro-icon-right-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-collapse-rtl-glacier {
|
||||
background-image: url('images/metro-icon-left-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-expand-rtl-glacier{
|
||||
background-image: url('images/metro-icon-down-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-grid-group-collapse-glacier {
|
||||
background-image: url(images/metro-icon-right.png);
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.jqx-grid-group-collapse-rtl-glacier
|
||||
{
|
||||
padding-right: 0px;
|
||||
background-image: url(images/metro-icon-left.png);
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.jqx-grid-group-expand-glacier, .jqx-grid-group-expand-rtl-glacier
|
||||
{
|
||||
padding-right: 0px;
|
||||
background-image: url(images/metro-icon-down.png);
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.jqx-icon-arrow-first-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-first.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-icon-arrow-last-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-last.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-icon-arrow-first-hover-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-first.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-icon-arrow-last-hover-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-last.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-icon-arrow-first-selected-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-first-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-icon-arrow-last-selected-glacier
|
||||
{
|
||||
background-image: url('images/metro-icon-last-white.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.jqx-tree-grid-collapse-button-glacier {
|
||||
margin-top: 1px;
|
||||
}
|
||||
.jqx-icon-calendar-pressed-glacier {
|
||||
background-image: url('images/icon-calendar-white.png');
|
||||
}
|
||||
@@ -70,10 +70,10 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
||||
input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile, .jqx-input-group-addon-mobile {
|
||||
font-size: 100%;
|
||||
font-family: HelveticaNeue,sans-serif;
|
||||
border-color: #b2b2b2;
|
||||
border-color: #b2b2b2 !important;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -493,7 +493,9 @@ input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
||||
-moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
||||
box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
||||
}
|
||||
|
||||
.jqx-file-upload-mobile .jqx-icon-arrow-up-mobile {
|
||||
background-image: url('images/icon-up-blue.png');
|
||||
}
|
||||
.jqx-slider-track-mobile {
|
||||
background: #b4b4b5;
|
||||
border-color: #b4b4b5;
|
||||
@@ -758,4 +760,6 @@ input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
}
|
||||
}
|
||||
.jqx-file-upload-file-name-mobile{padding:3px;}
|
||||
.jqx-file-upload-file-row-mobile{ height: 40px;}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
color: inherit;
|
||||
}
|
||||
.jqx-widget-content-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #2F2F2F; color: #ffffff; background-color: #000;}
|
||||
input[type=text].jqx-input-windowsphone, input[type=password].jqx-input-windowsphone{
|
||||
input[type=text].jqx-input-windowsphone, input[type=password].jqx-input-windowsphone, .jqx-input-group-addon-windowsphone{
|
||||
font-size: 16px;
|
||||
font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
|
||||
background: #BEBEBE;
|
||||
@@ -473,3 +473,5 @@ border-color:#008a00; color: #fff; background-color:#008a00;
|
||||
.jqx-editor-toolbar-icon-windowsphone {
|
||||
background: url('images/html_editor_white.png') no-repeat;
|
||||
}
|
||||
.jqx-file-upload-file-name-windowsphone{padding:3px;}
|
||||
.jqx-file-upload-file-row-windowsphone{ height: 40px;}
|
||||
|
||||
Reference in New Issue
Block a user