/*
|
* jQuery Mobile v1.4.5
|
* http://jquerymobile.com
|
*
|
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
|
* Released under the MIT license.
|
* http://jquery.org/license
|
*
|
*/
|
|
/* Some unsets */
|
.ui-mobile,
|
.ui-mobile body {
|
height: 99.9%;
|
}
|
.ui-mobile fieldset,
|
.ui-page {
|
padding: 0;
|
margin: 0;
|
}
|
.ui-mobile a img,
|
.ui-mobile fieldset {
|
border-width: 0;
|
}
|
/* Fixes for fieldset issues on IE10 and FF (see #6077) */
|
.ui-mobile fieldset {
|
min-width: 0;
|
}
|
@-moz-document url-prefix() {
|
.ui-mobile fieldset {
|
display: table-column;
|
vertical-align: middle;
|
}
|
}
|
|
/* Viewport */
|
.ui-mobile-viewport {
|
margin: 0;
|
overflow-x: visible;
|
-webkit-text-size-adjust: 100%;
|
-ms-text-size-adjust:none;
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
}
|
/* Issue #2066 */
|
body.ui-mobile-viewport,
|
div.ui-mobile-viewport {
|
overflow-x: hidden;
|
}
|
/* "page" containers - full-screen views, one should always be in view post-pageload */
|
.ui-mobile [data-role=page],
|
.ui-mobile [data-role=dialog],
|
.ui-page {
|
top: 0;
|
left: 0;
|
width: 100%;
|
min-height: 100%;
|
position: absolute;
|
display: none;
|
border: 0;
|
}
|
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
|
.ui-page {
|
outline: none;
|
}
|
.ui-mobile .ui-page-active {
|
display: block;
|
overflow: visible;
|
overflow-x: hidden;
|
}
|
@media screen and (orientation: portrait) {
|
.ui-mobile .ui-page {
|
min-height: 420px;
|
}
|
}
|
@media screen and (orientation: landscape) {
|
.ui-mobile .ui-page {
|
min-height: 300px;
|
}
|
}
|
|
/* Fouc */
|
.ui-mobile-rendering > * {
|
visibility: hidden;
|
}
|
|
/* Non-js content hiding */
|
.ui-nojs {
|
position: absolute !important;
|
height: 1px;
|
width: 1px;
|
overflow: hidden;
|
clip: rect(1px,1px,1px,1px);
|
}
|
|
/* Loading screen */
|
.ui-loading .ui-loader {
|
display: block;
|
}
|
.ui-loader {
|
display: none;
|
z-index: 9999999;
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
border:0;
|
}
|
.ui-loader-default {
|
background: none;
|
filter: Alpha(Opacity=18);
|
opacity: .18;
|
width: 2.875em;
|
height: 2.875em;
|
margin-left: -1.4375em;
|
margin-top: -1.4375em;
|
}
|
.ui-loader-verbose {
|
width: 12.5em;
|
filter: Alpha(Opacity=88);
|
opacity: .88;
|
box-shadow: 0 1px 1px -1px #fff;
|
height: auto;
|
margin-left: -6.875em;
|
margin-top: -2.6875em;
|
padding: .625em;
|
}
|
.ui-loader-default h1 {
|
font-size: 0;
|
width: 0;
|
height: 0;
|
overflow: hidden;
|
}
|
.ui-loader-verbose h1 {
|
font-size: 1em;
|
margin: 0;
|
text-align: center;
|
}
|
.ui-loader .ui-icon-loading {
|
background-color: #000;
|
display: block;
|
margin: 0;
|
width: 2.75em;
|
height: 2.75em;
|
padding: .0625em;
|
-webkit-border-radius: 2.25em;
|
border-radius: 2.25em;
|
}
|
.ui-loader-verbose .ui-icon-loading {
|
margin: 0 auto .625em;
|
filter: Alpha(Opacity=75);
|
opacity: .75;
|
}
|
.ui-loader-textonly {
|
padding: .9375em;
|
margin-left: -7.1875em;
|
}
|
.ui-loader-textonly .ui-icon-loading {
|
display: none;
|
}
|
.ui-loader-fakefix {
|
position: absolute;
|
}
|
|
/* Headers, content panels */
|
.ui-bar,
|
.ui-body {
|
position: relative;
|
padding: .4em 1em;
|
overflow: hidden;
|
display: block;
|
clear: both;
|
}
|
.ui-bar h1,
|
.ui-bar h2,
|
.ui-bar h3,
|
.ui-bar h4,
|
.ui-bar h5,
|
.ui-bar h6 {
|
margin: 0;
|
padding: 0;
|
font-size: 1em;
|
display: inline-block;
|
}
|
.ui-header,
|
.ui-footer {
|
border-width: 1px 0;
|
border-style: solid;
|
position: relative;
|
}
|
.ui-header:empty,
|
.ui-footer:empty {
|
min-height: 2.6875em;
|
}
|
.ui-header .ui-title,
|
.ui-footer .ui-title {
|
font-size: 1em;
|
min-height: 1.1em;
|
text-align: center;
|
display: block;
|
margin: 0 30%;
|
padding: .7em 0;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
white-space: nowrap;
|
outline: 0 !important;
|
}
|
.ui-footer .ui-title {
|
margin: 0 1em;
|
}
|
.ui-content {
|
border-width: 0;
|
overflow: visible;
|
overflow-x: hidden;
|
padding: 1em;
|
}
|
/* Corner styling for dialogs and popups */
|
.ui-corner-all > .ui-header:first-child,
|
.ui-corner-all > .ui-content:first-child,
|
.ui-corner-all > .ui-footer:first-child {
|
-webkit-border-top-left-radius: inherit;
|
border-top-left-radius: inherit;
|
-webkit-border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
}
|
.ui-corner-all > .ui-header:last-child,
|
.ui-corner-all > .ui-content:last-child,
|
.ui-corner-all > .ui-footer:last-child {
|
-webkit-border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
-webkit-border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
}
|
|
/* Buttons and icons */
|
.ui-btn {
|
font-size: 16px;
|
margin: .5em 0;
|
padding: .7em 1em;
|
display: block;
|
position: relative;
|
text-align: center;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
white-space: nowrap;
|
cursor: pointer;
|
-webkit-user-select: none;
|
-moz-user-select: none;
|
-ms-user-select: none;
|
user-select: none;
|
}
|
.ui-btn-icon-notext,
|
.ui-header button.ui-btn.ui-btn-icon-notext,
|
.ui-footer button.ui-btn.ui-btn-icon-notext {
|
padding: 0;
|
width: 1.75em;
|
height: 1.75em;
|
text-indent: -9999px;
|
white-space: nowrap !important;
|
}
|
.ui-mini {
|
font-size: 12.5px;
|
}
|
.ui-mini .ui-btn {
|
font-size: inherit;
|
}
|
/* Make buttons in toolbars default to mini and inline. */
|
.ui-header .ui-btn,
|
.ui-footer .ui-btn {
|
font-size: 12.5px;
|
display: inline-block;
|
vertical-align: middle;
|
}
|
.ui-header .ui-controlgroup .ui-btn-icon-notext,
|
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
|
font-size: 12.5px;
|
}
|
|
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
|
.ui-header .ui-btn-left,
|
.ui-header .ui-btn-right {
|
font-size: 12.5px;
|
}
|
.ui-mini.ui-btn-icon-notext,
|
.ui-mini .ui-btn-icon-notext,
|
.ui-header .ui-btn-icon-notext,
|
.ui-footer .ui-btn-icon-notext {
|
font-size: 16px;
|
padding: 0;
|
}
|
.ui-btn-inline {
|
display: inline-block;
|
vertical-align: middle;
|
margin-right: .625em;
|
}
|
.ui-btn-icon-left {
|
padding-left: 2.5em;
|
}
|
.ui-btn-icon-right {
|
padding-right: 2.5em;
|
}
|
.ui-btn-icon-top {
|
padding-top: 2.5em;
|
}
|
.ui-btn-icon-bottom {
|
padding-bottom: 2.5em;
|
}
|
.ui-header .ui-btn-icon-top,
|
.ui-footer .ui-btn-icon-top,
|
.ui-header .ui-btn-icon-bottom,
|
.ui-footer .ui-btn-icon-bottom {
|
padding-left: .3125em;
|
padding-right: .3125em;
|
}
|
.ui-btn-icon-left:after,
|
.ui-btn-icon-right:after,
|
.ui-btn-icon-top:after,
|
.ui-btn-icon-bottom:after,
|
.ui-btn-icon-notext:after {
|
content: "";
|
position: absolute;
|
display: block;
|
width: 22px;
|
height: 22px;
|
}
|
.ui-btn-icon-notext:after,
|
.ui-btn-icon-left:after,
|
.ui-btn-icon-right:after {
|
top: 50%;
|
margin-top: -11px;
|
}
|
.ui-btn-icon-left:after {
|
left: .5625em;
|
}
|
.ui-btn-icon-right:after {
|
right: .5625em;
|
}
|
.ui-mini.ui-btn-icon-left:after,
|
.ui-mini .ui-btn-icon-left:after,
|
.ui-header .ui-btn-icon-left:after,
|
.ui-footer .ui-btn-icon-left:after {
|
left: .37em;
|
}
|
.ui-mini.ui-btn-icon-right:after,
|
.ui-mini .ui-btn-icon-right:after,
|
.ui-header .ui-btn-icon-right:after,
|
.ui-footer .ui-btn-icon-right:after {
|
right: .37em;
|
}
|
.ui-btn-icon-notext:after,
|
.ui-btn-icon-top:after,
|
.ui-btn-icon-bottom:after {
|
left: 50%;
|
margin-left: -11px;
|
}
|
.ui-btn-icon-top:after {
|
top: .5625em;
|
}
|
.ui-btn-icon-bottom:after {
|
top: auto;
|
bottom: .5625em;
|
}
|
/* Buttons in header position classes */
|
.ui-header .ui-btn-left,
|
.ui-header .ui-btn-right,
|
.ui-btn-left > [class*="ui-"],
|
.ui-btn-right > [class*="ui-"] {
|
margin: 0;
|
}
|
.ui-btn-left,
|
.ui-btn-right {
|
position: absolute;
|
top: .24em;
|
}
|
.ui-btn-left {
|
left: .4em;
|
}
|
.ui-btn-right {
|
right: .4em;
|
}
|
.ui-btn-icon-notext.ui-btn-left {
|
top: .3125em;
|
left: .3125em;
|
}
|
.ui-btn-icon-notext.ui-btn-right {
|
top: .3125em;
|
right: .3125em;
|
}
|
|
/* Button elements */
|
button.ui-btn,
|
.ui-controlgroup-controls button.ui-btn-icon-notext {
|
-webkit-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
box-sizing: border-box;
|
-webkit-appearance: none;
|
-moz-appearance: none;
|
width: 100%;
|
}
|
button.ui-btn-inline,
|
.ui-header button.ui-btn,
|
.ui-footer button.ui-btn {
|
width: auto;
|
}
|
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
|
button.ui-btn::-moz-focus-inner {
|
border: 0;
|
}
|
button.ui-btn-icon-notext,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
|
-webkit-box-sizing: content-box;
|
-moz-box-sizing: content-box;
|
box-sizing: content-box;
|
width: 1.75em;
|
}
|
|
/* Form labels */
|
.ui-mobile label,
|
.ui-controlgroup-label {
|
display: block;
|
margin: 0 0 .4em;
|
}
|
|
/* Accessible content hiding */
|
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
|
.ui-hide-label > label,
|
.ui-hide-label .ui-controlgroup-label,
|
.ui-hide-label .ui-rangeslider label,
|
.ui-hidden-accessible {
|
position: absolute !important;
|
height: 1px;
|
width: 1px;
|
overflow: hidden;
|
clip: rect(1px,1px,1px,1px);
|
}
|
|
/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
|
.ui-screen-hidden {
|
display: none !important;
|
}
|
|
|
/* Transitions originally inspired by those from jQtouch, nice work, folks */
|
.ui-mobile-viewport-transitioning,
|
.ui-mobile-viewport-transitioning .ui-page {
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
-webkit-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
box-sizing: border-box;
|
}
|
|
.ui-page-pre-in {
|
opacity: 0;
|
}
|
.in {
|
-webkit-animation-timing-function: ease-out;
|
-webkit-animation-duration: 350ms;
|
-moz-animation-timing-function: ease-out;
|
-moz-animation-duration: 350ms;
|
animation-timing-function: ease-out;
|
animation-duration: 350ms;
|
}
|
.out {
|
-webkit-animation-timing-function: ease-in;
|
-webkit-animation-duration: 225ms;
|
-moz-animation-timing-function: ease-in;
|
-moz-animation-duration: 225ms;
|
animation-timing-function: ease-in;
|
animation-duration: 225ms;
|
}
|
|
|
@-webkit-keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
@-moz-keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
@keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
|
@-webkit-keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
@-moz-keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
@keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
|
.fade.out {
|
opacity: 0;
|
-webkit-animation-duration: 125ms;
|
-webkit-animation-name: fadeout;
|
-moz-animation-duration: 125ms;
|
-moz-animation-name: fadeout;
|
animation-duration: 125ms;
|
animation-name: fadeout;
|
}
|
|
.fade.in {
|
opacity: 1;
|
-webkit-animation-duration: 225ms;
|
-webkit-animation-name: fadein;
|
-moz-animation-duration: 225ms;
|
-moz-animation-name: fadein;
|
animation-duration: 225ms;
|
animation-name: fadein;
|
}
|
|
|
.ui-controlgroup,
|
fieldset.ui-controlgroup {
|
padding: 0;
|
margin: .5em 0;
|
}
|
.ui-field-contain .ui-controlgroup,
|
.ui-field-contain fieldset.ui-controlgroup {
|
margin: 0;
|
}
|
.ui-mini .ui-controlgroup-label {
|
font-size: 16px;
|
}
|
.ui-controlgroup.ui-mini .ui-btn-icon-notext,
|
.ui-controlgroup .ui-mini.ui-btn-icon-notext {
|
font-size: inherit;
|
}
|
.ui-controlgroup-controls .ui-btn,
|
.ui-controlgroup-controls .ui-checkbox,
|
.ui-controlgroup-controls .ui-radio,
|
.ui-controlgroup-controls .ui-select {
|
margin: 0;
|
}
|
.ui-controlgroup-controls .ui-btn:focus,
|
.ui-controlgroup-controls .ui-btn.ui-focus {
|
z-index: 1;
|
}
|
.ui-controlgroup-controls li {
|
list-style: none;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls {
|
display: inline-block;
|
vertical-align: middle;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls:before,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
|
content: "";
|
display: table;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
|
clear: both;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls > .ui-btn,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls li > .ui-btn,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select {
|
float: left;
|
clear: none;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn,
|
.ui-controlgroup-controls .ui-btn-icon-notext {
|
width: auto;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext,
|
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn-icon-notext {
|
width: 1.5em;
|
}
|
.ui-controlgroup-controls .ui-btn-icon-notext {
|
height: auto;
|
padding: .7em 1em;
|
}
|
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
|
border-bottom-width: 0;
|
}
|
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child {
|
border-bottom-width: 1px;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn {
|
border-right-width: 0;
|
}
|
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child {
|
border-right-width: 1px;
|
}
|
.ui-controlgroup-controls .ui-btn-corner-all,
|
.ui-controlgroup-controls .ui-btn.ui-corner-all {
|
-webkit-border-radius: 0;
|
border-radius: 0;
|
}
|
.ui-controlgroup-controls,
|
.ui-controlgroup-controls .ui-radio,
|
.ui-controlgroup-controls .ui-checkbox,
|
.ui-controlgroup-controls .ui-select,
|
.ui-controlgroup-controls li {
|
-webkit-border-radius: inherit;
|
border-radius: inherit;
|
}
|
.ui-controlgroup-vertical .ui-btn.ui-first-child {
|
-webkit-border-top-left-radius: inherit;
|
border-top-left-radius: inherit;
|
-webkit-border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
}
|
.ui-controlgroup-vertical .ui-btn.ui-last-child {
|
-webkit-border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
-webkit-border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
}
|
.ui-controlgroup-horizontal .ui-btn.ui-first-child {
|
-webkit-border-top-left-radius: inherit;
|
border-top-left-radius: inherit;
|
-webkit-border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
}
|
.ui-controlgroup-horizontal .ui-btn.ui-last-child {
|
-webkit-border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
-webkit-border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
}
|
.ui-controlgroup-controls a.ui-shadow:not(:focus),
|
.ui-controlgroup-controls button.ui-shadow:not(:focus),
|
.ui-controlgroup-controls div.ui-shadow:not(.ui-focus) {
|
-moz-box-shadow: none;
|
-webkit-box-shadow: none;
|
box-shadow: none;
|
}
|
/* Fixes legend not wrapping on IE10 */
|
.ui-controlgroup-label legend {
|
max-width: 100%;
|
}
|
.ui-controlgroup-controls > label {
|
position: absolute !important;
|
height: 1px;
|
width: 1px;
|
overflow: hidden;
|
clip: rect(1px,1px,1px,1px);
|
}
|
|
|
.ui-checkbox,
|
.ui-radio {
|
margin: .5em 0;
|
position: relative;
|
}
|
.ui-checkbox .ui-btn,
|
.ui-radio .ui-btn {
|
margin: 0;
|
text-align: left;
|
white-space: normal; /* Nowrap + ellipsis doesn't work on label. Issue #1419. */
|
z-index: 2;
|
}
|
.ui-controlgroup .ui-checkbox .ui-btn.ui-focus,
|
.ui-controlgroup .ui-radio .ui-btn.ui-focus {
|
z-index: 3;
|
}
|
.ui-checkbox .ui-btn-icon-top,
|
.ui-radio .ui-btn-icon-top,
|
.ui-checkbox .ui-btn-icon-bottom,
|
.ui-radio .ui-btn-icon-bottom {
|
text-align: center;
|
}
|
.ui-controlgroup-horizontal .ui-checkbox .ui-btn:after,
|
.ui-controlgroup-horizontal .ui-radio .ui-btn:after {
|
content: none;
|
display: none;
|
}
|
/* Native input positioning */
|
.ui-checkbox input,
|
.ui-radio input {
|
position: absolute;
|
left: .466em;
|
top: 50%;
|
width: 22px;
|
height: 22px;
|
margin: -11px 0 0 0;
|
outline: 0 !important;
|
z-index: 1;
|
}
|
.ui-controlgroup-horizontal .ui-checkbox input,
|
.ui-controlgroup-horizontal .ui-radio input {
|
left: 50%;
|
margin-left: -9px;
|
}
|
.ui-checkbox input:disabled,
|
.ui-radio input:disabled {
|
position: absolute !important;
|
height: 1px;
|
width: 1px;
|
overflow: hidden;
|
clip: rect(1px,1px,1px,1px);
|
}
|
|
.ui-popup-open .ui-header-fixed,
|
.ui-popup-open .ui-footer-fixed {
|
position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */
|
}
|
.ui-popup-screen {
|
background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 1px;
|
position: absolute;
|
filter: Alpha(Opacity=0);
|
opacity: 0;
|
z-index: 1099;
|
}
|
.ui-popup-screen.in {
|
opacity: 0.5;
|
filter: Alpha(Opacity=50);
|
}
|
.ui-popup-screen.out {
|
opacity: 0;
|
filter: Alpha(Opacity=0);
|
}
|
.ui-popup-container {
|
z-index: 1100;
|
display: inline-block;
|
position: absolute;
|
padding: 0;
|
outline: 0;
|
}
|
.ui-popup {
|
position: relative;
|
}
|
.ui-popup.ui-body-inherit {
|
border-width: 1px;
|
border-style: solid;
|
}
|
.ui-popup-hidden {
|
left: 0;
|
top: 0;
|
position: absolute !important;
|
visibility: hidden;
|
}
|
.ui-popup-truncate {
|
height: 1px;
|
width: 1px;
|
margin: -1px;
|
overflow: hidden;
|
clip: rect(1px,1px,1px,1px);
|
}
|
.ui-popup.ui-content,
|
.ui-popup .ui-content {
|
overflow: visible;
|
}
|
.ui-popup > .ui-header {
|
border-top-width: 0;
|
}
|
.ui-popup > .ui-footer {
|
border-bottom-width: 0;
|
}
|
.ui-popup > p,
|
.ui-popup > h1,
|
.ui-popup > h2,
|
.ui-popup > h3,
|
.ui-popup > h4,
|
.ui-popup > h5,
|
.ui-popup > h6 {
|
margin: .5em .4375em;
|
}
|
.ui-popup > span {
|
display: block;
|
margin: .5em .4375em;
|
}
|
.ui-popup-container .ui-content > p,
|
.ui-popup-container .ui-content > h1,
|
.ui-popup-container .ui-content > h2,
|
.ui-popup-container .ui-content > h3,
|
.ui-popup-container .ui-content > h4,
|
.ui-popup-container .ui-content > h5,
|
.ui-popup-container .ui-content > h6 {
|
margin: .5em 0;
|
}
|
.ui-popup-container .ui-content > span {
|
margin: 0;
|
}
|
.ui-popup-container .ui-content > p:first-child,
|
.ui-popup-container .ui-content > h1:first-child,
|
.ui-popup-container .ui-content > h2:first-child,
|
.ui-popup-container .ui-content > h3:first-child,
|
.ui-popup-container .ui-content > h4:first-child,
|
.ui-popup-container .ui-content > h5:first-child,
|
.ui-popup-container .ui-content > h6:first-child {
|
margin-top: 0;
|
}
|
.ui-popup-container .ui-content > p:last-child,
|
.ui-popup-container .ui-content > h1:last-child,
|
.ui-popup-container .ui-content > h2:last-child,
|
.ui-popup-container .ui-content > h3:last-child,
|
.ui-popup-container .ui-content > h4:last-child,
|
.ui-popup-container .ui-content > h5:last-child,
|
.ui-popup-container .ui-content > h6:last-child {
|
margin-bottom: 0;
|
}
|
.ui-popup > img {
|
max-width: 100%;
|
max-height: 100%;
|
vertical-align: middle;
|
}
|
.ui-popup:not(.ui-content) > img:only-child,
|
.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child,
|
.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child {
|
-webkit-border-radius: inherit;
|
border-radius: inherit;
|
}
|
.ui-popup iframe {
|
vertical-align: middle;
|
}
|
.ui-popup > .ui-btn-left,
|
.ui-popup > .ui-btn-right {
|
position: absolute;
|
top: -11px;
|
margin: 0;
|
z-index: 1101;
|
}
|
.ui-popup > .ui-btn-left {
|
left: -11px;
|
}
|
.ui-popup > .ui-btn-right {
|
right: -11px;
|
}
|
|
|
@-webkit-keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
@-moz-keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
@keyframes fadein {
|
from { opacity: 0; }
|
to { opacity: 1; }
|
}
|
|
@-webkit-keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
@-moz-keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
@keyframes fadeout {
|
from { opacity: 1; }
|
to { opacity: 0; }
|
}
|
|
.fade.out {
|
opacity: 0;
|
-webkit-animation-duration: 125ms;
|
-webkit-animation-name: fadeout;
|
-moz-animation-duration: 125ms;
|
-moz-animation-name: fadeout;
|
animation-duration: 125ms;
|
animation-name: fadeout;
|
}
|
|
.fade.in {
|
opacity: 1;
|
-webkit-animation-duration: 225ms;
|
-webkit-animation-name: fadein;
|
-moz-animation-duration: 225ms;
|
-moz-animation-name: fadein;
|
animation-duration: 225ms;
|
animation-name: fadein;
|
}
|
|
|
.ui-table {
|
border: 0;
|
border-collapse: collapse;
|
padding: 0;
|
width: 100%;
|
}
|
.ui-table th,
|
.ui-table td {
|
line-height: 1.5em;
|
text-align: left;
|
padding: .4em .5em;
|
vertical-align:top;
|
}
|
.ui-table th .ui-btn,
|
.ui-table td .ui-btn {
|
line-height: normal;
|
}
|
.ui-table th {
|
font-weight: bold;
|
}
|
.ui-table caption {
|
text-align: left;
|
margin-bottom: 1.4em;
|
opacity: .5;
|
}
|
|
|
/*
|
Styles for the table columntoggle mode
|
*/
|
|
.ui-table-columntoggle-btn {
|
float: right;
|
margin-bottom: .8em;
|
}
|
/* Remove top/bottom margins around the fieldcontain on check list */
|
.ui-table-columntoggle-popup fieldset {
|
margin:0;
|
}
|
|
.ui-table-columntoggle {
|
clear: both;
|
}
|
|
/* Hide all prioritized columns by default */
|
@media only all {
|
th.ui-table-priority-6,
|
td.ui-table-priority-6,
|
th.ui-table-priority-5,
|
td.ui-table-priority-5,
|
th.ui-table-priority-4,
|
td.ui-table-priority-4,
|
th.ui-table-priority-3,
|
td.ui-table-priority-3,
|
th.ui-table-priority-2,
|
td.ui-table-priority-2,
|
th.ui-table-priority-1,
|
td.ui-table-priority-1 {
|
display: none;
|
}
|
}
|
|
/* Preset breakpoints if ".ui-responsive" class added to table */
|
|
/* Show priority 1 at 320px (20em x 16px) */
|
@media screen and (min-width: 20em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-1,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-1 {
|
display: table-cell;
|
}
|
}
|
/* Show priority 2 at 480px (30em x 16px) */
|
@media screen and (min-width: 30em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-2,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-2 {
|
display: table-cell;
|
}
|
}
|
/* Show priority 3 at 640px (40em x 16px) */
|
@media screen and (min-width: 40em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-3,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-3 {
|
display: table-cell;
|
}
|
}
|
/* Show priority 4 at 800px (50em x 16px) */
|
@media screen and (min-width: 50em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-4,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-4 {
|
display: table-cell;
|
}
|
}
|
/* Show priority 5 at 960px (60em x 16px) */
|
@media screen and (min-width: 60em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-5,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-5 {
|
display: table-cell;
|
}
|
}
|
/* Show priority 6 at 1,120px (70em x 16px) */
|
@media screen and (min-width: 70em) {
|
.ui-table-columntoggle.ui-responsive th.ui-table-priority-6,
|
.ui-table-columntoggle.ui-responsive td.ui-table-priority-6 {
|
display: table-cell;
|
}
|
}
|
|
/* Unchecked manually: Always hide */
|
.ui-table-columntoggle th.ui-table-cell-hidden,
|
.ui-table-columntoggle td.ui-table-cell-hidden,
|
.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden,
|
.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden {
|
display: none;
|
}
|
|
/* Checked manually: Always show */
|
.ui-table-columntoggle th.ui-table-cell-visible,
|
.ui-table-columntoggle td.ui-table-cell-visible,
|
.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible,
|
.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible {
|
display: table-cell;
|
}
|
|
|
/*
|
Styles for the table columntoggle mode
|
*/
|
.ui-table-reflow td .ui-table-cell-label,
|
.ui-table-reflow th .ui-table-cell-label {
|
display: none;
|
}
|
|
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
|
@media only all {
|
/* Hide the table headers */
|
.ui-table-reflow thead td,
|
.ui-table-reflow thead th {
|
display: none;
|
}
|
/* Show the table cells as a block level element */
|
.ui-table-reflow td,
|
.ui-table-reflow th {
|
text-align: left;
|
display: block;
|
}
|
/* Add a fair amount of top margin to visually separate each row when stacked */
|
.ui-table-reflow tbody th {
|
margin-top: 3em;
|
}
|
/* Make the label elements a percentage width */
|
.ui-table-reflow td .ui-table-cell-label,
|
.ui-table-reflow th .ui-table-cell-label {
|
padding: .4em;
|
min-width: 30%;
|
display: inline-block;
|
margin: -.4em 1em -.4em -.4em;
|
}
|
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
|
.ui-table-reflow th .ui-table-cell-label-top,
|
.ui-table-reflow td .ui-table-cell-label-top {
|
display: block;
|
padding: .4em 0;
|
margin: .4em 0;
|
text-transform: uppercase;
|
font-size: .9em;
|
font-weight: normal;
|
}
|
}
|
|
|
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
|
@media ( min-width: 35em ) {
|
|
/* Show the table header rows */
|
.ui-table-reflow.ui-responsive td,
|
.ui-table-reflow.ui-responsive th,
|
.ui-table-reflow.ui-responsive tbody th,
|
.ui-table-reflow.ui-responsive tbody td,
|
.ui-table-reflow.ui-responsive thead td,
|
.ui-table-reflow.ui-responsive thead th {
|
display: table-cell;
|
margin: 0;
|
}
|
|
/* Hide the labels in each cell */
|
.ui-table-reflow.ui-responsive td .ui-table-cell-label,
|
.ui-table-reflow.ui-responsive th .ui-table-cell-label {
|
display: none;
|
}
|
}
|
|
|
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
|
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
|
@media ( max-width: 35em ) {
|
.ui-table-reflow.ui-responsive td,
|
.ui-table-reflow.ui-responsive th {
|
width: 100%;
|
-webkit-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
box-sizing: border-box;
|
float: left;
|
clear: left;
|
}
|
}
|