|
|
@@ -1,99 +1,330 @@
|
|
|
-/*!
|
|
|
- * jQuery UI CSS Framework 1.8.23
|
|
|
- *
|
|
|
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Theming/API
|
|
|
- */
|
|
|
+/*! jQuery UI - v1.10.1 - 2013-03-03
|
|
|
+* http://jqueryui.com
|
|
|
+* Includes: jquery.ui.core.css, jquery.ui.resizable.css
|
|
|
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
|
|
+* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
|
|
|
|
|
|
/* Layout helpers
|
|
|
----------------------------------*/
|
|
|
-.ui-helper-hidden { display: none; }
|
|
|
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
|
|
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
|
|
-.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
|
|
-.ui-helper-clearfix:after { clear: both; }
|
|
|
-.ui-helper-clearfix { zoom: 1; }
|
|
|
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
|
|
+.ui-helper-hidden {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.ui-helper-hidden-accessible {
|
|
|
+ border: 0;
|
|
|
+ clip: rect(0 0 0 0);
|
|
|
+ height: 1px;
|
|
|
+ margin: -1px;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 0;
|
|
|
+ position: absolute;
|
|
|
+ width: 1px;
|
|
|
+}
|
|
|
+.ui-helper-reset {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ border: 0;
|
|
|
+ outline: 0;
|
|
|
+ line-height: 1.3;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 100%;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+.ui-helper-clearfix:before,
|
|
|
+.ui-helper-clearfix:after {
|
|
|
+ content: "";
|
|
|
+ display: table;
|
|
|
+ border-collapse: collapse;
|
|
|
+}
|
|
|
+.ui-helper-clearfix:after {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+.ui-helper-clearfix {
|
|
|
+ min-height: 0; /* support: IE7 */
|
|
|
+}
|
|
|
+.ui-helper-zfix {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ position: absolute;
|
|
|
+ opacity: 0;
|
|
|
+ filter:Alpha(Opacity=0);
|
|
|
+}
|
|
|
+
|
|
|
+.ui-front {
|
|
|
+ z-index: 100;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/* Interaction Cues
|
|
|
----------------------------------*/
|
|
|
-.ui-state-disabled { cursor: default !important; }
|
|
|
+.ui-state-disabled {
|
|
|
+ cursor: default !important;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/* Icons
|
|
|
----------------------------------*/
|
|
|
|
|
|
/* states and images */
|
|
|
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
|
|
+.ui-icon {
|
|
|
+ display: block;
|
|
|
+ text-indent: -99999px;
|
|
|
+ overflow: hidden;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/* Misc visuals
|
|
|
----------------------------------*/
|
|
|
|
|
|
/* Overlays */
|
|
|
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
-
|
|
|
-
|
|
|
-/*!
|
|
|
- * jQuery UI CSS Framework 1.8.23
|
|
|
- *
|
|
|
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Theming/API
|
|
|
- *
|
|
|
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
|
|
- */
|
|
|
-
|
|
|
+.ui-widget-overlay {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.ui-resizable {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.ui-resizable-handle {
|
|
|
+ position: absolute;
|
|
|
+ font-size: 0.1px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.ui-resizable-disabled .ui-resizable-handle,
|
|
|
+.ui-resizable-autohide .ui-resizable-handle {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.ui-resizable-n {
|
|
|
+ cursor: n-resize;
|
|
|
+ height: 7px;
|
|
|
+ width: 100%;
|
|
|
+ top: -5px;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+.ui-resizable-s {
|
|
|
+ cursor: s-resize;
|
|
|
+ height: 7px;
|
|
|
+ width: 100%;
|
|
|
+ bottom: -5px;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+.ui-resizable-e {
|
|
|
+ cursor: e-resize;
|
|
|
+ width: 7px;
|
|
|
+ right: -5px;
|
|
|
+ top: 0;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.ui-resizable-w {
|
|
|
+ cursor: w-resize;
|
|
|
+ width: 7px;
|
|
|
+ left: -5px;
|
|
|
+ top: 0;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.ui-resizable-se {
|
|
|
+ cursor: se-resize;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ right: 1px;
|
|
|
+ bottom: 1px;
|
|
|
+}
|
|
|
+.ui-resizable-sw {
|
|
|
+ cursor: sw-resize;
|
|
|
+ width: 9px;
|
|
|
+ height: 9px;
|
|
|
+ left: -5px;
|
|
|
+ bottom: -5px;
|
|
|
+}
|
|
|
+.ui-resizable-nw {
|
|
|
+ cursor: nw-resize;
|
|
|
+ width: 9px;
|
|
|
+ height: 9px;
|
|
|
+ left: -5px;
|
|
|
+ top: -5px;
|
|
|
+}
|
|
|
+.ui-resizable-ne {
|
|
|
+ cursor: ne-resize;
|
|
|
+ width: 9px;
|
|
|
+ height: 9px;
|
|
|
+ right: -5px;
|
|
|
+ top: -5px;
|
|
|
+}
|
|
|
|
|
|
/* Component containers
|
|
|
----------------------------------*/
|
|
|
-.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
|
|
|
-.ui-widget .ui-widget { font-size: 1em; }
|
|
|
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
|
|
|
-.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }
|
|
|
-.ui-widget-content a { color: #362b36; }
|
|
|
-.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
|
|
-.ui-widget-header a { color: #222222; }
|
|
|
+.ui-widget {
|
|
|
+ font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
|
|
|
+ font-size: 1.1em;
|
|
|
+}
|
|
|
+.ui-widget .ui-widget {
|
|
|
+ font-size: 1em;
|
|
|
+}
|
|
|
+.ui-widget input,
|
|
|
+.ui-widget select,
|
|
|
+.ui-widget textarea,
|
|
|
+.ui-widget button {
|
|
|
+ font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+}
|
|
|
+.ui-widget-content {
|
|
|
+ border: 1px solid #dddddd;
|
|
|
+ background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
|
|
|
+ color: #362b36;
|
|
|
+}
|
|
|
+.ui-widget-content a {
|
|
|
+ color: #362b36;
|
|
|
+}
|
|
|
+.ui-widget-header {
|
|
|
+ border: 1px solid #aed0ea;
|
|
|
+ background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
|
|
|
+ color: #222222;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.ui-widget-header a {
|
|
|
+ color: #222222;
|
|
|
+}
|
|
|
|
|
|
/* Interaction states
|
|
|
----------------------------------*/
|
|
|
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; }
|
|
|
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; }
|
|
|
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; }
|
|
|
-.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; }
|
|
|
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
|
|
|
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
|
|
|
-.ui-widget :active { outline: none; }
|
|
|
+.ui-state-default,
|
|
|
+.ui-widget-content .ui-state-default,
|
|
|
+.ui-widget-header .ui-state-default {
|
|
|
+ border: 1px solid #aed0ea;
|
|
|
+ background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #2779aa;
|
|
|
+}
|
|
|
+.ui-state-default a,
|
|
|
+.ui-state-default a:link,
|
|
|
+.ui-state-default a:visited {
|
|
|
+ color: #2779aa;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.ui-state-hover,
|
|
|
+.ui-widget-content .ui-state-hover,
|
|
|
+.ui-widget-header .ui-state-hover,
|
|
|
+.ui-state-focus,
|
|
|
+.ui-widget-content .ui-state-focus,
|
|
|
+.ui-widget-header .ui-state-focus {
|
|
|
+ border: 1px solid #74b2e2;
|
|
|
+ background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #0070a3;
|
|
|
+}
|
|
|
+.ui-state-hover a,
|
|
|
+.ui-state-hover a:hover,
|
|
|
+.ui-state-hover a:link,
|
|
|
+.ui-state-hover a:visited {
|
|
|
+ color: #0070a3;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.ui-state-active,
|
|
|
+.ui-widget-content .ui-state-active,
|
|
|
+.ui-widget-header .ui-state-active {
|
|
|
+ border: 1px solid #2694e8;
|
|
|
+ background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.ui-state-active a,
|
|
|
+.ui-state-active a:link,
|
|
|
+.ui-state-active a:visited {
|
|
|
+ color: #ffffff;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
|
|
|
/* Interaction Cues
|
|
|
----------------------------------*/
|
|
|
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
|
|
|
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
|
|
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
|
|
|
-.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
|
|
|
-.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
|
|
|
-.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
|
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
|
|
-.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
|
|
+.ui-state-highlight,
|
|
|
+.ui-widget-content .ui-state-highlight,
|
|
|
+.ui-widget-header .ui-state-highlight {
|
|
|
+ border: 1px solid #f9dd34;
|
|
|
+ background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
|
|
|
+ color: #363636;
|
|
|
+}
|
|
|
+.ui-state-highlight a,
|
|
|
+.ui-widget-content .ui-state-highlight a,
|
|
|
+.ui-widget-header .ui-state-highlight a {
|
|
|
+ color: #363636;
|
|
|
+}
|
|
|
+.ui-state-error,
|
|
|
+.ui-widget-content .ui-state-error,
|
|
|
+.ui-widget-header .ui-state-error {
|
|
|
+ border: 1px solid #cd0a0a;
|
|
|
+ background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.ui-state-error a,
|
|
|
+.ui-widget-content .ui-state-error a,
|
|
|
+.ui-widget-header .ui-state-error a {
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.ui-state-error-text,
|
|
|
+.ui-widget-content .ui-state-error-text,
|
|
|
+.ui-widget-header .ui-state-error-text {
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.ui-priority-primary,
|
|
|
+.ui-widget-content .ui-priority-primary,
|
|
|
+.ui-widget-header .ui-priority-primary {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.ui-priority-secondary,
|
|
|
+.ui-widget-content .ui-priority-secondary,
|
|
|
+.ui-widget-header .ui-priority-secondary {
|
|
|
+ opacity: .7;
|
|
|
+ filter:Alpha(Opacity=70);
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
+.ui-state-disabled,
|
|
|
+.ui-widget-content .ui-state-disabled,
|
|
|
+.ui-widget-header .ui-state-disabled {
|
|
|
+ opacity: .35;
|
|
|
+ filter:Alpha(Opacity=35);
|
|
|
+ background-image: none;
|
|
|
+}
|
|
|
+.ui-state-disabled .ui-icon {
|
|
|
+ filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
|
|
+}
|
|
|
|
|
|
/* Icons
|
|
|
----------------------------------*/
|
|
|
|
|
|
/* states and images */
|
|
|
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); }
|
|
|
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }
|
|
|
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }
|
|
|
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_3d80b3_256x240.png); }
|
|
|
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_2694e8_256x240.png); }
|
|
|
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
|
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
|
|
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
|
+.ui-icon {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ background-position: 16px 16px;
|
|
|
+}
|
|
|
+.ui-icon,
|
|
|
+.ui-widget-content .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_72a7cf_256x240.png);
|
|
|
+}
|
|
|
+.ui-widget-header .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_72a7cf_256x240.png);
|
|
|
+}
|
|
|
+.ui-state-default .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_3d80b3_256x240.png);
|
|
|
+}
|
|
|
+.ui-state-hover .ui-icon,
|
|
|
+.ui-state-focus .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_2694e8_256x240.png);
|
|
|
+}
|
|
|
+.ui-state-active .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_ffffff_256x240.png);
|
|
|
+}
|
|
|
+.ui-state-highlight .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_2e83ff_256x240.png);
|
|
|
+}
|
|
|
+.ui-state-error .ui-icon,
|
|
|
+.ui-state-error-text .ui-icon {
|
|
|
+ background-image: url(images/ui-icons_ffffff_256x240.png);
|
|
|
+}
|
|
|
|
|
|
/* positioning */
|
|
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
|
|
@@ -222,8 +453,8 @@
|
|
|
.ui-icon-help { background-position: -48px -144px; }
|
|
|
.ui-icon-check { background-position: -64px -144px; }
|
|
|
.ui-icon-bullet { background-position: -80px -144px; }
|
|
|
-.ui-icon-radio-off { background-position: -96px -144px; }
|
|
|
-.ui-icon-radio-on { background-position: -112px -144px; }
|
|
|
+.ui-icon-radio-on { background-position: -96px -144px; }
|
|
|
+.ui-icon-radio-off { background-position: -112px -144px; }
|
|
|
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
|
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
|
.ui-icon-play { background-position: 0 -160px; }
|
|
|
@@ -277,30 +508,42 @@
|
|
|
----------------------------------*/
|
|
|
|
|
|
/* Corner radius */
|
|
|
-.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
|
|
|
-.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
|
|
|
-.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
|
|
|
-.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
|
|
|
+.ui-corner-all,
|
|
|
+.ui-corner-top,
|
|
|
+.ui-corner-left,
|
|
|
+.ui-corner-tl {
|
|
|
+ border-top-left-radius: 6px;
|
|
|
+}
|
|
|
+.ui-corner-all,
|
|
|
+.ui-corner-top,
|
|
|
+.ui-corner-right,
|
|
|
+.ui-corner-tr {
|
|
|
+ border-top-right-radius: 6px;
|
|
|
+}
|
|
|
+.ui-corner-all,
|
|
|
+.ui-corner-bottom,
|
|
|
+.ui-corner-left,
|
|
|
+.ui-corner-bl {
|
|
|
+ border-bottom-left-radius: 6px;
|
|
|
+}
|
|
|
+.ui-corner-all,
|
|
|
+.ui-corner-bottom,
|
|
|
+.ui-corner-right,
|
|
|
+.ui-corner-br {
|
|
|
+ border-bottom-right-radius: 6px;
|
|
|
+}
|
|
|
|
|
|
/* Overlays */
|
|
|
-.ui-widget-overlay { background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
|
|
|
-.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
|
|
|
- * jQuery UI Resizable 1.8.23
|
|
|
- *
|
|
|
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
- * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
- * http://jquery.org/license
|
|
|
- *
|
|
|
- * http://docs.jquery.com/UI/Resizable#theming
|
|
|
- */
|
|
|
-.ui-resizable { position: relative;}
|
|
|
-.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
|
|
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
|
|
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
|
|
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
|
|
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
|
|
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
|
|
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
|
|
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
|
|
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
|
|
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
|
|
+.ui-widget-overlay {
|
|
|
+ background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
|
|
|
+ opacity: .8;
|
|
|
+ filter: Alpha(Opacity=80);
|
|
|
+}
|
|
|
+.ui-widget-shadow {
|
|
|
+ margin: -7px 0 0 -7px;
|
|
|
+ padding: 7px;
|
|
|
+ background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
|
|
|
+ opacity: .3;
|
|
|
+ filter: Alpha(Opacity=30);
|
|
|
+ border-radius: 8px;
|
|
|
+}
|