pytask/static/css/jquery/ui/cupertino/jquery-ui-1.8.9.custom.css
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:35:29 +0530
changeset 554 18c47ba53250
permissions -rw-r--r--
Update jQuery UI from 1.8.8 to 1.8.9.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
554
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
 * jQuery UI CSS Framework 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
 * http://docs.jquery.com/UI/Theming/API
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
/* Layout helpers
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
.ui-helper-hidden { display: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    14
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
.ui-helper-clearfix { display: inline-block; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
/* required comment for clearfix to work in Opera \*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
* html .ui-helper-clearfix { height:1%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    20
.ui-helper-clearfix { display:block; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    21
/* end clearfix */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    22
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    23
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    24
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    25
/* Interaction Cues
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    26
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    27
.ui-state-disabled { cursor: default !important; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    28
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    29
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    30
/* Icons
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    32
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    33
/* states and images */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    34
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    36
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
/* Misc visuals
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
/* Overlays */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    41
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    42
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    43
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    44
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    45
 * jQuery UI CSS Framework 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    46
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    47
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    49
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    50
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    51
 * http://docs.jquery.com/UI/Theming/API
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    52
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    53
 * 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
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    54
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    55
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    56
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    57
/* Component containers
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    58
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    59
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    60
.ui-widget .ui-widget { font-size: 1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    61
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    62
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    63
.ui-widget-content a { color: #362b36; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    64
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    65
.ui-widget-header a { color: #222222; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    66
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    67
/* Interaction states
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    68
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    69
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    70
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    72
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    73
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    74
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    75
.ui-widget :active { outline: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    76
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    77
/* Interaction Cues
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    78
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    79
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    80
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    81
.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; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    82
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    83
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    84
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    85
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    86
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    87
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    88
/* Icons
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    89
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    90
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    91
/* states and images */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    92
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    93
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    94
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    95
.ui-state-default .ui-icon { background-image: url(images/ui-icons_3d80b3_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    96
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_2694e8_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    97
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    98
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    99
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   100
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   101
/* positioning */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   102
.ui-icon-carat-1-n { background-position: 0 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   103
.ui-icon-carat-1-ne { background-position: -16px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   104
.ui-icon-carat-1-e { background-position: -32px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   105
.ui-icon-carat-1-se { background-position: -48px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   106
.ui-icon-carat-1-s { background-position: -64px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   107
.ui-icon-carat-1-sw { background-position: -80px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   108
.ui-icon-carat-1-w { background-position: -96px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   109
.ui-icon-carat-1-nw { background-position: -112px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   110
.ui-icon-carat-2-n-s { background-position: -128px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   111
.ui-icon-carat-2-e-w { background-position: -144px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   112
.ui-icon-triangle-1-n { background-position: 0 -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   113
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   114
.ui-icon-triangle-1-e { background-position: -32px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   115
.ui-icon-triangle-1-se { background-position: -48px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   116
.ui-icon-triangle-1-s { background-position: -64px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   117
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   118
.ui-icon-triangle-1-w { background-position: -96px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   119
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   120
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   121
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   122
.ui-icon-arrow-1-n { background-position: 0 -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   123
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   124
.ui-icon-arrow-1-e { background-position: -32px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   125
.ui-icon-arrow-1-se { background-position: -48px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   126
.ui-icon-arrow-1-s { background-position: -64px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   127
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   128
.ui-icon-arrow-1-w { background-position: -96px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   129
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   130
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   131
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   132
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   133
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   134
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   135
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   136
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   137
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   138
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   139
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   140
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   141
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   142
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   143
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   144
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   145
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   146
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   147
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   148
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   149
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   150
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   151
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   152
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   153
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   154
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   155
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   156
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   157
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   158
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   159
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   160
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   161
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   162
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   163
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   164
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   165
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   166
.ui-icon-arrow-4 { background-position: 0 -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   167
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   168
.ui-icon-extlink { background-position: -32px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   169
.ui-icon-newwin { background-position: -48px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   170
.ui-icon-refresh { background-position: -64px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   171
.ui-icon-shuffle { background-position: -80px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   172
.ui-icon-transfer-e-w { background-position: -96px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   173
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   174
.ui-icon-folder-collapsed { background-position: 0 -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   175
.ui-icon-folder-open { background-position: -16px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   176
.ui-icon-document { background-position: -32px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   177
.ui-icon-document-b { background-position: -48px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   178
.ui-icon-note { background-position: -64px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   179
.ui-icon-mail-closed { background-position: -80px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   180
.ui-icon-mail-open { background-position: -96px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   181
.ui-icon-suitcase { background-position: -112px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   182
.ui-icon-comment { background-position: -128px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   183
.ui-icon-person { background-position: -144px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   184
.ui-icon-print { background-position: -160px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   185
.ui-icon-trash { background-position: -176px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   186
.ui-icon-locked { background-position: -192px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   187
.ui-icon-unlocked { background-position: -208px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   188
.ui-icon-bookmark { background-position: -224px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   189
.ui-icon-tag { background-position: -240px -96px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   190
.ui-icon-home { background-position: 0 -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   191
.ui-icon-flag { background-position: -16px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   192
.ui-icon-calendar { background-position: -32px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   193
.ui-icon-cart { background-position: -48px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   194
.ui-icon-pencil { background-position: -64px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   195
.ui-icon-clock { background-position: -80px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   196
.ui-icon-disk { background-position: -96px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   197
.ui-icon-calculator { background-position: -112px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   198
.ui-icon-zoomin { background-position: -128px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   199
.ui-icon-zoomout { background-position: -144px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   200
.ui-icon-search { background-position: -160px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   201
.ui-icon-wrench { background-position: -176px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   202
.ui-icon-gear { background-position: -192px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   203
.ui-icon-heart { background-position: -208px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   204
.ui-icon-star { background-position: -224px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   205
.ui-icon-link { background-position: -240px -112px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   206
.ui-icon-cancel { background-position: 0 -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   207
.ui-icon-plus { background-position: -16px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   208
.ui-icon-plusthick { background-position: -32px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   209
.ui-icon-minus { background-position: -48px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   210
.ui-icon-minusthick { background-position: -64px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   211
.ui-icon-close { background-position: -80px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   212
.ui-icon-closethick { background-position: -96px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   213
.ui-icon-key { background-position: -112px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   214
.ui-icon-lightbulb { background-position: -128px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   215
.ui-icon-scissors { background-position: -144px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   216
.ui-icon-clipboard { background-position: -160px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   217
.ui-icon-copy { background-position: -176px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   218
.ui-icon-contact { background-position: -192px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   219
.ui-icon-image { background-position: -208px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   220
.ui-icon-video { background-position: -224px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   221
.ui-icon-script { background-position: -240px -128px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   222
.ui-icon-alert { background-position: 0 -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   223
.ui-icon-info { background-position: -16px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   224
.ui-icon-notice { background-position: -32px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   225
.ui-icon-help { background-position: -48px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   226
.ui-icon-check { background-position: -64px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   227
.ui-icon-bullet { background-position: -80px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   228
.ui-icon-radio-off { background-position: -96px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   229
.ui-icon-radio-on { background-position: -112px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   230
.ui-icon-pin-w { background-position: -128px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   231
.ui-icon-pin-s { background-position: -144px -144px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   232
.ui-icon-play { background-position: 0 -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   233
.ui-icon-pause { background-position: -16px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   234
.ui-icon-seek-next { background-position: -32px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   235
.ui-icon-seek-prev { background-position: -48px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   236
.ui-icon-seek-end { background-position: -64px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   237
.ui-icon-seek-start { background-position: -80px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   238
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   239
.ui-icon-seek-first { background-position: -80px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   240
.ui-icon-stop { background-position: -96px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   241
.ui-icon-eject { background-position: -112px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   242
.ui-icon-volume-off { background-position: -128px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   243
.ui-icon-volume-on { background-position: -144px -160px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   244
.ui-icon-power { background-position: 0 -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   245
.ui-icon-signal-diag { background-position: -16px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   246
.ui-icon-signal { background-position: -32px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   247
.ui-icon-battery-0 { background-position: -48px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   248
.ui-icon-battery-1 { background-position: -64px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   249
.ui-icon-battery-2 { background-position: -80px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   250
.ui-icon-battery-3 { background-position: -96px -176px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   251
.ui-icon-circle-plus { background-position: 0 -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   252
.ui-icon-circle-minus { background-position: -16px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   253
.ui-icon-circle-close { background-position: -32px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   254
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   255
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   256
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   257
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   258
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   259
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   260
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   261
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   262
.ui-icon-circle-zoomin { background-position: -176px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   263
.ui-icon-circle-zoomout { background-position: -192px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   264
.ui-icon-circle-check { background-position: -208px -192px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   265
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   266
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   267
.ui-icon-circlesmall-close { background-position: -32px -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   268
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   269
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   270
.ui-icon-squaresmall-close { background-position: -80px -208px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   271
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   272
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   273
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   274
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   275
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   276
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   277
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   278
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   279
/* Misc visuals
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   280
----------------------------------*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   281
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   282
/* Corner radius */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   283
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   284
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   285
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   286
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   287
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   288
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   289
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   290
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   291
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   292
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   293
/* Overlays */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   294
.ui-widget-overlay { background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   295
.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; -webkit-border-radius: 8px; border-radius: 8px; }/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   296
 * jQuery UI Resizable 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   297
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   298
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   299
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   300
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   301
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   302
 * http://docs.jquery.com/UI/Resizable#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   303
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   304
.ui-resizable { position: relative;}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   305
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   306
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   307
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   308
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   309
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   310
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   311
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   312
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   313
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   314
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   315
 * jQuery UI Selectable 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   316
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   317
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   318
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   319
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   320
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   321
 * http://docs.jquery.com/UI/Selectable#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   322
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   323
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   324
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   325
 * jQuery UI Accordion 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   326
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   327
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   328
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   329
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   330
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   331
 * http://docs.jquery.com/UI/Accordion#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   332
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   333
/* IE/Win - Fix animation bug - #4615 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   334
.ui-accordion { width: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   335
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   336
.ui-accordion .ui-accordion-li-fix { display: inline; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   337
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   338
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   339
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   340
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   341
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   342
.ui-accordion .ui-accordion-content-active { display: block; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   343
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   344
 * jQuery UI Autocomplete 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   345
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   346
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   347
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   348
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   349
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   350
 * http://docs.jquery.com/UI/Autocomplete#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   351
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   352
.ui-autocomplete { position: absolute; cursor: default; }	
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   353
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   354
/* workarounds */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   355
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   356
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   357
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   358
 * jQuery UI Menu 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   359
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   360
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   361
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   362
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   363
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   364
 * http://docs.jquery.com/UI/Menu#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   365
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   366
.ui-menu {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   367
	list-style:none;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   368
	padding: 2px;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   369
	margin: 0;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   370
	display:block;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   371
	float: left;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   372
}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   373
.ui-menu .ui-menu {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   374
	margin-top: -3px;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   375
}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   376
.ui-menu .ui-menu-item {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   377
	margin:0;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   378
	padding: 0;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   379
	zoom: 1;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   380
	float: left;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   381
	clear: left;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   382
	width: 100%;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   383
}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   384
.ui-menu .ui-menu-item a {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   385
	text-decoration:none;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   386
	display:block;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   387
	padding:.2em .4em;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   388
	line-height:1.5;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   389
	zoom:1;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   390
}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   391
.ui-menu .ui-menu-item a.ui-state-hover,
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   392
.ui-menu .ui-menu-item a.ui-state-active {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   393
	font-weight: normal;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   394
	margin: -1px;
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   395
}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   396
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   397
 * jQuery UI Button 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   398
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   399
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   400
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   401
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   402
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   403
 * http://docs.jquery.com/UI/Button#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   404
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   405
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   406
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   407
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   408
.ui-button-icons-only { width: 3.4em; } 
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   409
button.ui-button-icons-only { width: 3.7em; } 
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   410
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   411
/*button text element */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   412
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   413
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   414
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   415
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   416
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   417
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   418
/* no icon support for input elements, provide padding by default */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   419
input.ui-button { padding: .4em 1em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   420
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   421
/*button icon element(s) */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   422
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   423
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   424
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   425
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   426
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   427
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   428
/*button sets*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   429
.ui-buttonset { margin-right: 7px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   430
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   431
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   432
/* workarounds */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   433
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   434
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   435
 * jQuery UI Dialog 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   436
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   437
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   438
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   439
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   440
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   441
 * http://docs.jquery.com/UI/Dialog#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   442
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   443
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   444
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   445
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   446
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   447
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   448
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   449
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   450
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   451
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   452
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   453
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   454
.ui-draggable .ui-dialog-titlebar { cursor: move; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   455
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   456
 * jQuery UI Slider 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   457
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   458
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   459
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   460
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   461
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   462
 * http://docs.jquery.com/UI/Slider#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   463
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   464
.ui-slider { position: relative; text-align: left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   465
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   466
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   467
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   468
.ui-slider-horizontal { height: .8em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   469
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   470
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   471
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   472
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   473
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   474
.ui-slider-vertical { width: .8em; height: 100px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   475
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   476
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   477
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   478
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   479
 * jQuery UI Tabs 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   480
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   481
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   482
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   483
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   484
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   485
 * http://docs.jquery.com/UI/Tabs#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   486
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   487
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   488
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   489
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   490
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   491
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   492
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   493
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   494
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   495
.ui-tabs .ui-tabs-hide { display: none !important; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   496
/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   497
 * jQuery UI Datepicker 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   498
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   499
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   500
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   501
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   502
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   503
 * http://docs.jquery.com/UI/Datepicker#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   504
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   505
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   506
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   507
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   508
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   509
.ui-datepicker .ui-datepicker-prev { left:2px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   510
.ui-datepicker .ui-datepicker-next { right:2px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   511
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   512
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   513
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   514
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   515
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   516
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   517
.ui-datepicker select.ui-datepicker-month, 
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   518
.ui-datepicker select.ui-datepicker-year { width: 49%;}
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   519
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   520
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   521
.ui-datepicker td { border: 0; padding: 1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   522
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   523
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   524
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   525
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   526
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   527
/* with multiple calendars */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   528
.ui-datepicker.ui-datepicker-multi { width:auto; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   529
.ui-datepicker-multi .ui-datepicker-group { float:left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   530
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   531
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   532
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   533
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   534
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   535
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   536
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   537
.ui-datepicker-row-break { clear:both; width:100%; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   538
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   539
/* RTL support */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   540
.ui-datepicker-rtl { direction: rtl; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   541
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   542
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   543
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   544
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   545
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   546
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   547
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   548
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   549
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   550
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   551
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   552
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   553
.ui-datepicker-cover {
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   554
    display: none; /*sorry for IE5*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   555
    display/**/: block; /*sorry for IE5*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   556
    position: absolute; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   557
    z-index: -1; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   558
    filter: mask(); /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   559
    top: -4px; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   560
    left: -4px; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   561
    width: 200px; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   562
    height: 200px; /*must have*/
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   563
}/*
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   564
 * jQuery UI Progressbar 1.8.9
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   565
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   566
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   567
 * Dual licensed under the MIT or GPL Version 2 licenses.
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   568
 * http://jquery.org/license
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   569
 *
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   570
 * http://docs.jquery.com/UI/Progressbar#theming
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   571
 */
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   572
.ui-progressbar { height:2em; text-align: left; }
18c47ba53250 Update jQuery UI from 1.8.8 to 1.8.9.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   573
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }