Advertisement
emnem

DW JS CSS (both style sheets), de-obsfuscated

Jan 14th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 32.21 KB | None | 0 0
  1. .lj_embedcontent-wrapper {
  2.     overflow: hidden;
  3. }
  4.  
  5. .lj_embedcontent-ratio {
  6.     position: relative;
  7.     height: 0;
  8. }
  9.  
  10. iframe.lj_embedcontent {
  11.     position: absolute;
  12.     top: 0;
  13.     left: 0;
  14.     width: 100%;
  15.     height: 100%;
  16.     border: 0;
  17. }
  18.  
  19. form {
  20.     margin: 0;
  21.     padding: 0;
  22. }
  23.  
  24. .ljclear {
  25.     clear: both;
  26.     margin: 0 -1px -1px 0;
  27.     border: 0;
  28.     padding: 0;
  29.     width: 1px;
  30.     height: 1px;
  31.     font-size: 0;
  32.     line-height: 0;
  33. }
  34.  
  35. .nowrap {
  36.     white-space: nowrap;
  37. }
  38.  
  39. .lj_progresscontainer {
  40.     height: 25px;
  41.     width: 400px;
  42.     margin: 1em;
  43.     background: url(/img/progress/inactive.gif) repeat;
  44. }
  45.  
  46. .lj_progressoverlay {
  47.     background: url(/img/progress/active.gif) repeat;
  48. }
  49.  
  50. .lj_progressindefinite {
  51.     background-image: url(/img/progress/barber.gif);
  52. }
  53.  
  54. .lj_hourglass {
  55.     z-index: 20000;
  56. }
  57.  
  58. .ErrorNote .Inner {
  59.     background-color: #fee;
  60.     background-repeat: repeat-x;
  61.     border: 1px solid #f99;
  62.     padding: 8px;
  63.     color: #000;
  64. }
  65.  
  66. .Note .Inner {
  67.     background: #eee;
  68.     border: 1px solid #ccc;
  69.     padding: 8px;
  70.     color: #000;
  71. }
  72.  
  73. div.lj_ippu {
  74.     background-color: #fff;
  75.     border: 2px solid #444;
  76.     padding: 2px;
  77. }
  78.  
  79. div.lj_ippu_titlebar {
  80.     background-color: #444;
  81.     height: 20px;
  82.     font-weight: bold;
  83.     color: #fff;
  84.     width: auto!important;
  85.     padding: 5px 0 0 5px;
  86. }
  87.  
  88. .lj_ippu_titlebar img {
  89.     opacity: .25;
  90. }
  91.  
  92. .lj_ippu_titlebar img:hover {
  93.     opacity: 1;
  94. }
  95.  
  96. .LJ_Placeholder_Container {
  97.     display: table-cell;
  98.     vertical-align: middle;
  99.     border: 1px dashed #ccc;
  100.     _position: relative;
  101.     overflow: hidden;
  102. }
  103.  
  104. .LJ_Placeholder_Container img {
  105.     cursor: pointer;
  106.     display: block;
  107.     margin: 0 auto;
  108.     _position: absolute;
  109.     _top: 45%;
  110.     _left: 45%;
  111. }
  112.  
  113. .ljhidden {
  114.     display: block;
  115.     position: absolute;
  116.     left: 0;
  117.     top: 0;
  118.     width: 0;
  119.     height: 0;
  120.     margin: 0;
  121.     border: 0;
  122.     padding: 0;
  123.     font-size: .1px;
  124.     line-height: 0;
  125.     opacity: 0;
  126.     filter: alpha(opacity=0);
  127. }
  128.  
  129. .lj_pollanswer_loading {
  130.     color: #CCC;
  131.     border: 1px solid #EEE;
  132. }
  133.  
  134. .super {
  135.     vertical-align: super;
  136.     font-size: .7em;
  137. }
  138.  
  139. .notice {
  140.     color: #f00;
  141. }
  142.  
  143. .edittime {
  144.     font-size: smaller;
  145. }
  146.  
  147. .warning-background {
  148.     background-image: url('/img/message-warning.gif');
  149. }
  150.  
  151. .user-search-display {
  152.     width: 300px;
  153.     height: 105px;
  154.     float: left;
  155.     margin-bottom: 5px;
  156.     margin-right: 10px;
  157.     vertical-align: top;
  158. }
  159.  
  160. .user-search-display table td {
  161.     vertical-align: middle;
  162. }
  163.  
  164. .example {
  165.     vertical-align: top;
  166. }
  167.  
  168. .invisible {
  169.     position: absolute;
  170.     left: -10000px;
  171.     top: auto;
  172. }
  173.  
  174. big big big big {
  175.     font-size: 100%;
  176. }
  177.  
  178. .Subscribe {
  179.     width: 100%;
  180.     padding: 0;
  181.     margin: .5em 0 0 0;
  182.     clear: both;
  183. }
  184.  
  185. .Subscribe td {
  186.     padding: .3em;
  187. }
  188.  
  189. .Subscribe td img {
  190.     border: 0;
  191. }
  192.  
  193. .Subscribe td label {
  194.     cursor: pointer!important;
  195. }
  196.  
  197. .Subscribe td p {
  198.     cursor: default!important;
  199. }
  200.  
  201. .Subscribe tr.altrow {
  202.     background-color: #f1f1f1;
  203. }
  204.  
  205. .CategoryRow .Caption {
  206.     text-align: right;
  207.     vertical-align: bottom;
  208. }
  209.  
  210. .CategoryRow {
  211.     width: 100%;
  212. }
  213.  
  214. .CategoryRow td {
  215.     vertical-align: middle;
  216.     padding: 2em .4em .2em .4em;
  217. }
  218.  
  219. .CategoryRowFirst td {
  220.     padding-top: .2em;
  221. }
  222.  
  223. .CategoryRow .caption {
  224.     text-align: right;
  225. }
  226.  
  227. .CategoryHeading {
  228.     font-weight: bold;
  229. }
  230.  
  231. #Subscriptions {
  232.     width: 100%;
  233. }
  234.  
  235. #Subscriptions th {
  236.     text-align: left;
  237. }
  238.  
  239. #Subscriptions td,#Subscriptions th {
  240.     padding-left: .5em;
  241.     padding-right: .5em;
  242. }
  243.  
  244. div.argOptsContainer {
  245.     display: none;
  246. }
  247.  
  248. #SubscribeSaveButtons {
  249.     text-align: center;
  250.     width: 150px;
  251.     margin-left: auto;
  252.     margin-right: auto;
  253. }
  254.  
  255. #SubscribeSaveButtons input {
  256.     margin: 5px;
  257. }
  258.  
  259. #SubscriptionInfo {
  260.     width: 95%;
  261.     text-align: center;
  262.     margin: 1em auto;
  263. }
  264.  
  265. #SubscriptionInfo p,#SubscriptionInfo div {
  266.     font-size: 1em;
  267.     margin: 0;
  268.     padding: .2em;
  269. }
  270.  
  271. .NotificationTable {
  272.     width: 100%;
  273. }
  274.  
  275. #NotificationSidebar p {
  276.     margin: 0;
  277.     padding: 0;
  278. }
  279.  
  280. #NotificationSidebar .Blurb {
  281.     margin: 0 0 1em 0;
  282.     padding: 0;
  283. }
  284.  
  285. #NotificationSidebar .BlurbTitle {
  286.     font-weight: bold;
  287.     margin: 0 0 .4em 0;
  288. }
  289.  
  290. .esnlinks {
  291.     float: right;
  292.     display: block;
  293.     margin: 0;
  294.     font-weight: normal;
  295. }
  296.  
  297. .NotificationTable .inbox {
  298.     padding: 0;
  299.     margin: 0;
  300. }
  301.  
  302. .NotificationTable td {
  303.     border-top-width: 1px;
  304.     border-top-style: solid;
  305. }
  306.  
  307. .inbox .header {
  308.     width: 100%;
  309.     margin: 0;
  310.     vertical-align: middle;
  311.     border: 0;
  312.     padding: 3px;
  313. }
  314.  
  315. .actions {
  316.     font-size: .9em;
  317. }
  318.  
  319. span.Pages {
  320.     float: right;
  321. }
  322.  
  323. .inbox tr {
  324.     cursor: pointer;
  325. }
  326.  
  327. .inbox_newitems {
  328.     font-weight: bold;
  329.     overflow: hidden;
  330.     padding-bottom: .5em;
  331. }
  332.  
  333. .InboxItem_Controls {
  334.     float: left;
  335.     width: 40px;
  336. }
  337.  
  338. .InboxItem_Unread {
  339.     font-weight: bold;
  340. }
  341.  
  342. .InboxItem_Meta td {
  343.     padding: 0;
  344. }
  345.  
  346. .inbox .checkbox {
  347.     width: 1%;
  348.     padding: .1em;
  349.     vertical-align: top;
  350. }
  351.  
  352. .inbox td.NoItems {
  353.     font-size: 3em;
  354.     text-align: center;
  355.     padding: 1em;
  356.     cursor: default!important;
  357. }
  358.  
  359. .inbox td.item {
  360.     padding: .3em 0 .2em .4em!important;
  361.     vertical-align: middle;
  362. }
  363.  
  364. .InboxItem_Content {
  365.     padding: .5em 0 .2em 0;
  366.     width: 95%;
  367. }
  368.  
  369. .inbox td.time {
  370.     width: 8.5em;
  371.     font-size: .8em;
  372.     vertical-align: top;
  373.     padding-top: .4em;
  374. }
  375.  
  376. .inbox .Subject {
  377.     font-weight: bold;
  378. }
  379.  
  380. .inbox .ManageButtons {
  381.     float: right;
  382.     width: 104px;
  383.     position: relative;
  384.     top: 4px;
  385.     margin: 0 0 .5em 0;
  386. }
  387.  
  388. .folders a {
  389.     white-space: nowrap;
  390.     text-decoration: none;
  391.     display: block;
  392.     margin: 0;
  393.     padding: 0 3px 1px 2px;
  394. }
  395.  
  396. .folders a.selected {
  397.     font-weight: bold;
  398. }
  399.  
  400. .folders a.subs {
  401.     padding-left: 2em;
  402. }
  403.  
  404. .folders .subs {
  405.     padding-left: 2em;
  406. }
  407.  
  408. .folders a.subsubs {
  409.     padding-left: 3.5em;
  410. }
  411.  
  412. .trackdialog .track_title,.ippu .track_title {
  413.     font-weight: bold;
  414.     margin: 4px;
  415. }
  416.  
  417. .trackdialog .track_btncontainer,.ippu .track_btncontainer {
  418.     margin-top: 5px;
  419.     padding: 1px;
  420.     width: 250px;
  421. }
  422.  
  423. .trackdialog .track_moreopts,.ippu .track_moreopts {
  424.     margin: auto auto auto 1em;
  425.     width: 49%;
  426. }
  427.  
  428. .trackdialog .track_savechanges,.ippu .track_savechanges {
  429.     margin: auto auto auto auto;
  430.     width: 49%;
  431. }
  432.  
  433. #compose label {
  434.     font-weight: bold;
  435. }
  436.  
  437. td#table_inbox_folders {
  438.     vertical-align: top;
  439. }
  440.  
  441. .folders {
  442.     margin-top: 1em;
  443. }
  444.  
  445. .inbox-compose {
  446.     width: 100%;
  447. }
  448.  
  449. .inbox-compose td {
  450.     vertical-align: top;
  451. }/*!
  452.  * jQuery UI CSS Framework 1.9.0
  453.  * http://jqueryui.com
  454.  *
  455.  * Copyright 2012 jQuery Foundation and other contributors
  456.  * Released under the MIT license.
  457.  * http://jquery.org/license
  458.  *
  459.  * http://docs.jquery.com/UI/Theming/API
  460.  */.ui-helper-hidden {
  461.     display: none;
  462. }
  463.  
  464. .ui-helper-hidden-accessible {
  465.     position: absolute!important;
  466.     clip: rect(1px 1px 1px 1px);
  467.     clip: rect(1px,1px,1px,1px);
  468. }
  469.  
  470. .ui-helper-reset {
  471.     margin: 0;
  472.     padding: 0;
  473.     border: 0;
  474.     outline: 0;
  475.     line-height: 1.3;
  476.     text-decoration: none;
  477.     font-size: 100%;
  478.     list-style: none;
  479. }
  480.  
  481. .ui-helper-clearfix:before,.ui-helper-clearfix:after {
  482.     content: "";
  483.     display: table;
  484. }
  485.  
  486. .ui-helper-clearfix:after {
  487.     clear: both;
  488. }
  489.  
  490. .ui-helper-clearfix {
  491.     zoom: 1;
  492. }
  493.  
  494. .ui-helper-zfix {
  495.     width: 100%;
  496.     height: 100%;
  497.     top: 0;
  498.     left: 0;
  499.     position: absolute;
  500.     opacity: 0;
  501.     filter: Alpha(Opacity=0);
  502. }
  503.  
  504. .ui-state-disabled {
  505.     cursor: default!important;
  506. }
  507.  
  508. .ui-icon {
  509.     display: block;
  510.     text-indent: -99999px;
  511.     overflow: hidden;
  512.     background-repeat: no-repeat;
  513. }
  514.  
  515. .ui-widget-overlay {
  516.     position: absolute;
  517.     top: 0;
  518.     left: 0;
  519.     width: 100%;
  520.     height: 100%;
  521. }/*!
  522.  * jQuery UI Tooltip 1.9.0
  523.  * http://jqueryui.com
  524.  *
  525.  * Copyright 2012 jQuery Foundation and other contributors
  526.  * Released under the MIT license.
  527.  * http://jquery.org/license
  528.  */.ui-tooltip {
  529.     padding: 8px;
  530.     position: absolute;
  531.     z-index: 9999;
  532.     -o-box-shadow: 0 0 5px #aaa;
  533.     -moz-box-shadow: 0 0 5px #aaa;
  534.     -webkit-box-shadow: 0 0 5px #aaa;
  535.     box-shadow: 0 0 5px #aaa;
  536. }
  537.  
  538. * html .ui-tooltip {
  539.     background-image: none;
  540. }
  541.  
  542. body .ui-tooltip {
  543.     border-width: 2px;
  544. }/*!
  545.  * jQuery UI CSS Framework 1.9.2
  546.  * http://jqueryui.com
  547.  *
  548.  * Copyright 2012 jQuery Foundation and other contributors
  549.  * Released under the MIT license.
  550.  * http://jquery.org/license
  551.  *
  552.  * http://docs.jquery.com/UI/Theming/API
  553.  *
  554.  * Modified / flatter version of Smoothness
  555.  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=3px&bgColorHeader=ccc&bgTextureHeader=11_white_lines.png&bgImgOpacityHeader=75&borderColorHeader=aaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=12_gloss_wave.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=12_gloss_wave.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=21_glow_ball.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=6px&offsetTopShadow=-6px&offsetLeftShadow=-6px&cornerRadiusShadow=6px
  556.  */.ui-widget {
  557.     font-family: Verdana,Arial,sans-serif;
  558.     font-size: 1em;
  559. }
  560.  
  561. .ui-widget .ui-widget {
  562.     font-size: 1em;
  563. }
  564.  
  565. .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  566.     font-family: Verdana,Arial,sans-serif;
  567.     font-size: 1em;
  568. }
  569.  
  570. .ui-widget-content {
  571.     border: 1px solid #aaa;
  572.     background: #fff url(/img/jquery/smoothness/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  573.     color: #222;
  574. }
  575.  
  576. .ui-widget-content a {
  577.     color: #222;
  578. }
  579.  
  580. .ui-widget-header {
  581.     border: 1px solid #aaa;
  582.     background: #ccc url(/img/jquery/smoothness/ui-bg_white-lines_75_cccccc_40x100.png) 50% 50% repeat;
  583.     color: #222;
  584.     font-weight: bold;
  585. }
  586.  
  587. .ui-widget-header a {
  588.     color: #222;
  589. }
  590.  
  591. .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  592.     border: 1px solid #d3d3d3;
  593.     background: #e6e6e6 url(/img/jquery/smoothness/ui-bg_gloss-wave_75_e6e6e6_500x100.png) 50% 50% repeat-x;
  594.     font-weight: normal;
  595.     color: #555;
  596. }
  597.  
  598. .ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  599.     color: #555;
  600.     text-decoration: none;
  601. }
  602.  
  603. .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 {
  604.     border: 1px solid #999;
  605.     background: #dadada url(/img/jquery/smoothness/ui-bg_gloss-wave_75_dadada_500x100.png) 50% 50% repeat-x;
  606.     font-weight: normal;
  607.     color: #212121;
  608. }
  609.  
  610. .ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
  611.     color: #212121;
  612.     text-decoration: none;
  613. }
  614.  
  615. .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  616.     border: 1px solid #aaa;
  617.     background: #fff url(/img/jquery/smoothness/ui-bg_gloss-wave_65_ffffff_500x100.png) 50% 50% repeat-x;
  618.     font-weight: normal;
  619.     color: #212121;
  620. }
  621.  
  622. .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  623.     color: #212121;
  624.     text-decoration: none;
  625. }
  626.  
  627. .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  628.     border: 1px solid #fcefa1;
  629.     background: #fbf9ee url(/img/jquery/smoothness/ui-bg_glow-ball_55_fbf9ee_600x600.png) 50% 35% repeat-x;
  630.     color: #363636;
  631. }
  632.  
  633. .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  634.     color: #363636;
  635. }
  636.  
  637. .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  638.     border: 1px solid #cd0a0a;
  639.     background: #fef1ec url(/img/jquery/smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  640.     color: #cd0a0a;
  641. }
  642.  
  643. .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
  644.     color: #cd0a0a;
  645. }
  646.  
  647. .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
  648.     color: #cd0a0a;
  649. }
  650.  
  651. .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
  652.     font-weight: bold;
  653. }
  654.  
  655. .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
  656.     opacity: .7;
  657.     filter: Alpha(Opacity=70);
  658.     font-weight: normal;
  659. }
  660.  
  661. .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  662.     opacity: .35;
  663.     filter: Alpha(Opacity=35);
  664.     background-image: none;
  665. }
  666.  
  667. .ui-state-disabled .ui-icon {
  668.     filter: Alpha(Opacity=35);
  669. }
  670.  
  671. .ui-icon {
  672.     width: 16px;
  673.     height: 16px;
  674.     background-image: url(/img/jquery/smoothness/ui-icons_222222_256x240.png);
  675. }
  676.  
  677. .ui-widget-content .ui-icon {
  678.     background-image: url(/img/jquery/smoothness/ui-icons_222222_256x240.png);
  679. }
  680.  
  681. .ui-widget-header .ui-icon {
  682.     background-image: url(/img/jquery/smoothness/ui-icons_222222_256x240.png);
  683. }
  684.  
  685. .ui-state-default .ui-icon {
  686.     background-image: url(/img/jquery/smoothness/ui-icons_888888_256x240.png);
  687. }
  688.  
  689. .ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  690.     background-image: url(/img/jquery/smoothness/ui-icons_454545_256x240.png);
  691. }
  692.  
  693. .ui-state-active .ui-icon {
  694.     background-image: url(/img/jquery/smoothness/ui-icons_454545_256x240.png);
  695. }
  696.  
  697. .ui-state-highlight .ui-icon {
  698.     background-image: url(/img/jquery/smoothness/ui-icons_2e83ff_256x240.png);
  699. }
  700.  
  701. .ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  702.     background-image: url(/img/jquery/smoothness/ui-icons_cd0a0a_256x240.png);
  703. }
  704.  
  705. .ui-icon-carat-1-n {
  706.     background-position: 0 0;
  707. }
  708.  
  709. .ui-icon-carat-1-ne {
  710.     background-position: -16px 0;
  711. }
  712.  
  713. .ui-icon-carat-1-e {
  714.     background-position: -32px 0;
  715. }
  716.  
  717. .ui-icon-carat-1-se {
  718.     background-position: -48px 0;
  719. }
  720.  
  721. .ui-icon-carat-1-s {
  722.     background-position: -64px 0;
  723. }
  724.  
  725. .ui-icon-carat-1-sw {
  726.     background-position: -80px 0;
  727. }
  728.  
  729. .ui-icon-carat-1-w {
  730.     background-position: -96px 0;
  731. }
  732.  
  733. .ui-icon-carat-1-nw {
  734.     background-position: -112px 0;
  735. }
  736.  
  737. .ui-icon-carat-2-n-s {
  738.     background-position: -128px 0;
  739. }
  740.  
  741. .ui-icon-carat-2-e-w {
  742.     background-position: -144px 0;
  743. }
  744.  
  745. .ui-icon-triangle-1-n {
  746.     background-position: 0 -16px;
  747. }
  748.  
  749. .ui-icon-triangle-1-ne {
  750.     background-position: -16px -16px;
  751. }
  752.  
  753. .ui-icon-triangle-1-e {
  754.     background-position: -32px -16px;
  755. }
  756.  
  757. .ui-icon-triangle-1-se {
  758.     background-position: -48px -16px;
  759. }
  760.  
  761. .ui-icon-triangle-1-s {
  762.     background-position: -64px -16px;
  763. }
  764.  
  765. .ui-icon-triangle-1-sw {
  766.     background-position: -80px -16px;
  767. }
  768.  
  769. .ui-icon-triangle-1-w {
  770.     background-position: -96px -16px;
  771. }
  772.  
  773. .ui-icon-triangle-1-nw {
  774.     background-position: -112px -16px;
  775. }
  776.  
  777. .ui-icon-triangle-2-n-s {
  778.     background-position: -128px -16px;
  779. }
  780.  
  781. .ui-icon-triangle-2-e-w {
  782.     background-position: -144px -16px;
  783. }
  784.  
  785. .ui-icon-arrow-1-n {
  786.     background-position: 0 -32px;
  787. }
  788.  
  789. .ui-icon-arrow-1-ne {
  790.     background-position: -16px -32px;
  791. }
  792.  
  793. .ui-icon-arrow-1-e {
  794.     background-position: -32px -32px;
  795. }
  796.  
  797. .ui-icon-arrow-1-se {
  798.     background-position: -48px -32px;
  799. }
  800.  
  801. .ui-icon-arrow-1-s {
  802.     background-position: -64px -32px;
  803. }
  804.  
  805. .ui-icon-arrow-1-sw {
  806.     background-position: -80px -32px;
  807. }
  808.  
  809. .ui-icon-arrow-1-w {
  810.     background-position: -96px -32px;
  811. }
  812.  
  813. .ui-icon-arrow-1-nw {
  814.     background-position: -112px -32px;
  815. }
  816.  
  817. .ui-icon-arrow-2-n-s {
  818.     background-position: -128px -32px;
  819. }
  820.  
  821. .ui-icon-arrow-2-ne-sw {
  822.     background-position: -144px -32px;
  823. }
  824.  
  825. .ui-icon-arrow-2-e-w {
  826.     background-position: -160px -32px;
  827. }
  828.  
  829. .ui-icon-arrow-2-se-nw {
  830.     background-position: -176px -32px;
  831. }
  832.  
  833. .ui-icon-arrowstop-1-n {
  834.     background-position: -192px -32px;
  835. }
  836.  
  837. .ui-icon-arrowstop-1-e {
  838.     background-position: -208px -32px;
  839. }
  840.  
  841. .ui-icon-arrowstop-1-s {
  842.     background-position: -224px -32px;
  843. }
  844.  
  845. .ui-icon-arrowstop-1-w {
  846.     background-position: -240px -32px;
  847. }
  848.  
  849. .ui-icon-arrowthick-1-n {
  850.     background-position: 0 -48px;
  851. }
  852.  
  853. .ui-icon-arrowthick-1-ne {
  854.     background-position: -16px -48px;
  855. }
  856.  
  857. .ui-icon-arrowthick-1-e {
  858.     background-position: -32px -48px;
  859. }
  860.  
  861. .ui-icon-arrowthick-1-se {
  862.     background-position: -48px -48px;
  863. }
  864.  
  865. .ui-icon-arrowthick-1-s {
  866.     background-position: -64px -48px;
  867. }
  868.  
  869. .ui-icon-arrowthick-1-sw {
  870.     background-position: -80px -48px;
  871. }
  872.  
  873. .ui-icon-arrowthick-1-w {
  874.     background-position: -96px -48px;
  875. }
  876.  
  877. .ui-icon-arrowthick-1-nw {
  878.     background-position: -112px -48px;
  879. }
  880.  
  881. .ui-icon-arrowthick-2-n-s {
  882.     background-position: -128px -48px;
  883. }
  884.  
  885. .ui-icon-arrowthick-2-ne-sw {
  886.     background-position: -144px -48px;
  887. }
  888.  
  889. .ui-icon-arrowthick-2-e-w {
  890.     background-position: -160px -48px;
  891. }
  892.  
  893. .ui-icon-arrowthick-2-se-nw {
  894.     background-position: -176px -48px;
  895. }
  896.  
  897. .ui-icon-arrowthickstop-1-n {
  898.     background-position: -192px -48px;
  899. }
  900.  
  901. .ui-icon-arrowthickstop-1-e {
  902.     background-position: -208px -48px;
  903. }
  904.  
  905. .ui-icon-arrowthickstop-1-s {
  906.     background-position: -224px -48px;
  907. }
  908.  
  909. .ui-icon-arrowthickstop-1-w {
  910.     background-position: -240px -48px;
  911. }
  912.  
  913. .ui-icon-arrowreturnthick-1-w {
  914.     background-position: 0 -64px;
  915. }
  916.  
  917. .ui-icon-arrowreturnthick-1-n {
  918.     background-position: -16px -64px;
  919. }
  920.  
  921. .ui-icon-arrowreturnthick-1-e {
  922.     background-position: -32px -64px;
  923. }
  924.  
  925. .ui-icon-arrowreturnthick-1-s {
  926.     background-position: -48px -64px;
  927. }
  928.  
  929. .ui-icon-arrowreturn-1-w {
  930.     background-position: -64px -64px;
  931. }
  932.  
  933. .ui-icon-arrowreturn-1-n {
  934.     background-position: -80px -64px;
  935. }
  936.  
  937. .ui-icon-arrowreturn-1-e {
  938.     background-position: -96px -64px;
  939. }
  940.  
  941. .ui-icon-arrowreturn-1-s {
  942.     background-position: -112px -64px;
  943. }
  944.  
  945. .ui-icon-arrowrefresh-1-w {
  946.     background-position: -128px -64px;
  947. }
  948.  
  949. .ui-icon-arrowrefresh-1-n {
  950.     background-position: -144px -64px;
  951. }
  952.  
  953. .ui-icon-arrowrefresh-1-e {
  954.     background-position: -160px -64px;
  955. }
  956.  
  957. .ui-icon-arrowrefresh-1-s {
  958.     background-position: -176px -64px;
  959. }
  960.  
  961. .ui-icon-arrow-4 {
  962.     background-position: 0 -80px;
  963. }
  964.  
  965. .ui-icon-arrow-4-diag {
  966.     background-position: -16px -80px;
  967. }
  968.  
  969. .ui-icon-extlink {
  970.     background-position: -32px -80px;
  971. }
  972.  
  973. .ui-icon-newwin {
  974.     background-position: -48px -80px;
  975. }
  976.  
  977. .ui-icon-refresh {
  978.     background-position: -64px -80px;
  979. }
  980.  
  981. .ui-icon-shuffle {
  982.     background-position: -80px -80px;
  983. }
  984.  
  985. .ui-icon-transfer-e-w {
  986.     background-position: -96px -80px;
  987. }
  988.  
  989. .ui-icon-transferthick-e-w {
  990.     background-position: -112px -80px;
  991. }
  992.  
  993. .ui-icon-folder-collapsed {
  994.     background-position: 0 -96px;
  995. }
  996.  
  997. .ui-icon-folder-open {
  998.     background-position: -16px -96px;
  999. }
  1000.  
  1001. .ui-icon-document {
  1002.     background-position: -32px -96px;
  1003. }
  1004.  
  1005. .ui-icon-document-b {
  1006.     background-position: -48px -96px;
  1007. }
  1008.  
  1009. .ui-icon-note {
  1010.     background-position: -64px -96px;
  1011. }
  1012.  
  1013. .ui-icon-mail-closed {
  1014.     background-position: -80px -96px;
  1015. }
  1016.  
  1017. .ui-icon-mail-open {
  1018.     background-position: -96px -96px;
  1019. }
  1020.  
  1021. .ui-icon-suitcase {
  1022.     background-position: -112px -96px;
  1023. }
  1024.  
  1025. .ui-icon-comment {
  1026.     background-position: -128px -96px;
  1027. }
  1028.  
  1029. .ui-icon-person {
  1030.     background-position: -144px -96px;
  1031. }
  1032.  
  1033. .ui-icon-print {
  1034.     background-position: -160px -96px;
  1035. }
  1036.  
  1037. .ui-icon-trash {
  1038.     background-position: -176px -96px;
  1039. }
  1040.  
  1041. .ui-icon-locked {
  1042.     background-position: -192px -96px;
  1043. }
  1044.  
  1045. .ui-icon-unlocked {
  1046.     background-position: -208px -96px;
  1047. }
  1048.  
  1049. .ui-icon-bookmark {
  1050.     background-position: -224px -96px;
  1051. }
  1052.  
  1053. .ui-icon-tag {
  1054.     background-position: -240px -96px;
  1055. }
  1056.  
  1057. .ui-icon-home {
  1058.     background-position: 0 -112px;
  1059. }
  1060.  
  1061. .ui-icon-flag {
  1062.     background-position: -16px -112px;
  1063. }
  1064.  
  1065. .ui-icon-calendar {
  1066.     background-position: -32px -112px;
  1067. }
  1068.  
  1069. .ui-icon-cart {
  1070.     background-position: -48px -112px;
  1071. }
  1072.  
  1073. .ui-icon-pencil {
  1074.     background-position: -64px -112px;
  1075. }
  1076.  
  1077. .ui-icon-clock {
  1078.     background-position: -80px -112px;
  1079. }
  1080.  
  1081. .ui-icon-disk {
  1082.     background-position: -96px -112px;
  1083. }
  1084.  
  1085. .ui-icon-calculator {
  1086.     background-position: -112px -112px;
  1087. }
  1088.  
  1089. .ui-icon-zoomin {
  1090.     background-position: -128px -112px;
  1091. }
  1092.  
  1093. .ui-icon-zoomout {
  1094.     background-position: -144px -112px;
  1095. }
  1096.  
  1097. .ui-icon-search {
  1098.     background-position: -160px -112px;
  1099. }
  1100.  
  1101. .ui-icon-wrench {
  1102.     background-position: -176px -112px;
  1103. }
  1104.  
  1105. .ui-icon-gear {
  1106.     background-position: -192px -112px;
  1107. }
  1108.  
  1109. .ui-icon-heart {
  1110.     background-position: -208px -112px;
  1111. }
  1112.  
  1113. .ui-icon-star {
  1114.     background-position: -224px -112px;
  1115. }
  1116.  
  1117. .ui-icon-link {
  1118.     background-position: -240px -112px;
  1119. }
  1120.  
  1121. .ui-icon-cancel {
  1122.     background-position: 0 -128px;
  1123. }
  1124.  
  1125. .ui-icon-plus {
  1126.     background-position: -16px -128px;
  1127. }
  1128.  
  1129. .ui-icon-plusthick {
  1130.     background-position: -32px -128px;
  1131. }
  1132.  
  1133. .ui-icon-minus {
  1134.     background-position: -48px -128px;
  1135. }
  1136.  
  1137. .ui-icon-minusthick {
  1138.     background-position: -64px -128px;
  1139. }
  1140.  
  1141. .ui-icon-close {
  1142.     background-position: -80px -128px;
  1143. }
  1144.  
  1145. .ui-icon-closethick {
  1146.     background-position: -96px -128px;
  1147. }
  1148.  
  1149. .ui-icon-key {
  1150.     background-position: -112px -128px;
  1151. }
  1152.  
  1153. .ui-icon-lightbulb {
  1154.     background-position: -128px -128px;
  1155. }
  1156.  
  1157. .ui-icon-scissors {
  1158.     background-position: -144px -128px;
  1159. }
  1160.  
  1161. .ui-icon-clipboard {
  1162.     background-position: -160px -128px;
  1163. }
  1164.  
  1165. .ui-icon-copy {
  1166.     background-position: -176px -128px;
  1167. }
  1168.  
  1169. .ui-icon-contact {
  1170.     background-position: -192px -128px;
  1171. }
  1172.  
  1173. .ui-icon-image {
  1174.     background-position: -208px -128px;
  1175. }
  1176.  
  1177. .ui-icon-video {
  1178.     background-position: -224px -128px;
  1179. }
  1180.  
  1181. .ui-icon-script {
  1182.     background-position: -240px -128px;
  1183. }
  1184.  
  1185. .ui-icon-alert {
  1186.     background-position: 0 -144px;
  1187. }
  1188.  
  1189. .ui-icon-info {
  1190.     background-position: -16px -144px;
  1191. }
  1192.  
  1193. .ui-icon-notice {
  1194.     background-position: -32px -144px;
  1195. }
  1196.  
  1197. .ui-icon-help {
  1198.     background-position: -48px -144px;
  1199. }
  1200.  
  1201. .ui-icon-check {
  1202.     background-position: -64px -144px;
  1203. }
  1204.  
  1205. .ui-icon-bullet {
  1206.     background-position: -80px -144px;
  1207. }
  1208.  
  1209. .ui-icon-radio-on {
  1210.     background-position: -96px -144px;
  1211. }
  1212.  
  1213. .ui-icon-radio-off {
  1214.     background-position: -112px -144px;
  1215. }
  1216.  
  1217. .ui-icon-pin-w {
  1218.     background-position: -128px -144px;
  1219. }
  1220.  
  1221. .ui-icon-pin-s {
  1222.     background-position: -144px -144px;
  1223. }
  1224.  
  1225. .ui-icon-play {
  1226.     background-position: 0 -160px;
  1227. }
  1228.  
  1229. .ui-icon-pause {
  1230.     background-position: -16px -160px;
  1231. }
  1232.  
  1233. .ui-icon-seek-next {
  1234.     background-position: -32px -160px;
  1235. }
  1236.  
  1237. .ui-icon-seek-prev {
  1238.     background-position: -48px -160px;
  1239. }
  1240.  
  1241. .ui-icon-seek-end {
  1242.     background-position: -64px -160px;
  1243. }
  1244.  
  1245. .ui-icon-seek-start {
  1246.     background-position: -80px -160px;
  1247. }
  1248.  
  1249. .ui-icon-seek-first {
  1250.     background-position: -80px -160px;
  1251. }
  1252.  
  1253. .ui-icon-stop {
  1254.     background-position: -96px -160px;
  1255. }
  1256.  
  1257. .ui-icon-eject {
  1258.     background-position: -112px -160px;
  1259. }
  1260.  
  1261. .ui-icon-volume-off {
  1262.     background-position: -128px -160px;
  1263. }
  1264.  
  1265. .ui-icon-volume-on {
  1266.     background-position: -144px -160px;
  1267. }
  1268.  
  1269. .ui-icon-power {
  1270.     background-position: 0 -176px;
  1271. }
  1272.  
  1273. .ui-icon-signal-diag {
  1274.     background-position: -16px -176px;
  1275. }
  1276.  
  1277. .ui-icon-signal {
  1278.     background-position: -32px -176px;
  1279. }
  1280.  
  1281. .ui-icon-battery-0 {
  1282.     background-position: -48px -176px;
  1283. }
  1284.  
  1285. .ui-icon-battery-1 {
  1286.     background-position: -64px -176px;
  1287. }
  1288.  
  1289. .ui-icon-battery-2 {
  1290.     background-position: -80px -176px;
  1291. }
  1292.  
  1293. .ui-icon-battery-3 {
  1294.     background-position: -96px -176px;
  1295. }
  1296.  
  1297. .ui-icon-circle-plus {
  1298.     background-position: 0 -192px;
  1299. }
  1300.  
  1301. .ui-icon-circle-minus {
  1302.     background-position: -16px -192px;
  1303. }
  1304.  
  1305. .ui-icon-circle-close {
  1306.     background-position: -32px -192px;
  1307. }
  1308.  
  1309. .ui-icon-circle-triangle-e {
  1310.     background-position: -48px -192px;
  1311. }
  1312.  
  1313. .ui-icon-circle-triangle-s {
  1314.     background-position: -64px -192px;
  1315. }
  1316.  
  1317. .ui-icon-circle-triangle-w {
  1318.     background-position: -80px -192px;
  1319. }
  1320.  
  1321. .ui-icon-circle-triangle-n {
  1322.     background-position: -96px -192px;
  1323. }
  1324.  
  1325. .ui-icon-circle-arrow-e {
  1326.     background-position: -112px -192px;
  1327. }
  1328.  
  1329. .ui-icon-circle-arrow-s {
  1330.     background-position: -128px -192px;
  1331. }
  1332.  
  1333. .ui-icon-circle-arrow-w {
  1334.     background-position: -144px -192px;
  1335. }
  1336.  
  1337. .ui-icon-circle-arrow-n {
  1338.     background-position: -160px -192px;
  1339. }
  1340.  
  1341. .ui-icon-circle-zoomin {
  1342.     background-position: -176px -192px;
  1343. }
  1344.  
  1345. .ui-icon-circle-zoomout {
  1346.     background-position: -192px -192px;
  1347. }
  1348.  
  1349. .ui-icon-circle-check {
  1350.     background-position: -208px -192px;
  1351. }
  1352.  
  1353. .ui-icon-circlesmall-plus {
  1354.     background-position: 0 -208px;
  1355. }
  1356.  
  1357. .ui-icon-circlesmall-minus {
  1358.     background-position: -16px -208px;
  1359. }
  1360.  
  1361. .ui-icon-circlesmall-close {
  1362.     background-position: -32px -208px;
  1363. }
  1364.  
  1365. .ui-icon-squaresmall-plus {
  1366.     background-position: -48px -208px;
  1367. }
  1368.  
  1369. .ui-icon-squaresmall-minus {
  1370.     background-position: -64px -208px;
  1371. }
  1372.  
  1373. .ui-icon-squaresmall-close {
  1374.     background-position: -80px -208px;
  1375. }
  1376.  
  1377. .ui-icon-grip-dotted-vertical {
  1378.     background-position: 0 -224px;
  1379. }
  1380.  
  1381. .ui-icon-grip-dotted-horizontal {
  1382.     background-position: -16px -224px;
  1383. }
  1384.  
  1385. .ui-icon-grip-solid-vertical {
  1386.     background-position: -32px -224px;
  1387. }
  1388.  
  1389. .ui-icon-grip-solid-horizontal {
  1390.     background-position: -48px -224px;
  1391. }
  1392.  
  1393. .ui-icon-gripsmall-diagonal-se {
  1394.     background-position: -64px -224px;
  1395. }
  1396.  
  1397. .ui-icon-grip-diagonal-se {
  1398.     background-position: -80px -224px;
  1399. }
  1400.  
  1401. .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
  1402.     -moz-border-radius-topleft: 3px;
  1403.     -webkit-border-top-left-radius: 3px;
  1404.     -khtml-border-top-left-radius: 3px;
  1405.     border-top-left-radius: 3px;
  1406. }
  1407.  
  1408. .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
  1409.     -moz-border-radius-topright: 3px;
  1410.     -webkit-border-top-right-radius: 3px;
  1411.     -khtml-border-top-right-radius: 3px;
  1412.     border-top-right-radius: 3px;
  1413. }
  1414.  
  1415. .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
  1416.     -moz-border-radius-bottomleft: 3px;
  1417.     -webkit-border-bottom-left-radius: 3px;
  1418.     -khtml-border-bottom-left-radius: 3px;
  1419.     border-bottom-left-radius: 3px;
  1420. }
  1421.  
  1422. .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
  1423.     -moz-border-radius-bottomright: 3px;
  1424.     -webkit-border-bottom-right-radius: 3px;
  1425.     -khtml-border-bottom-right-radius: 3px;
  1426.     border-bottom-right-radius: 3px;
  1427. }
  1428.  
  1429. .ui-widget-overlay {
  1430.     background: #aaa url(/img/jquery/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  1431.     opacity: .3;
  1432.     filter: Alpha(Opacity=30);
  1433. }
  1434.  
  1435. .ui-widget-shadow {
  1436.     margin: -6px 0 0 -6px;
  1437.     padding: 6px;
  1438.     background: #aaa url(/img/jquery/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  1439.     opacity: .3;
  1440.     filter: Alpha(Opacity=30);
  1441.     -moz-border-radius: 6px;
  1442.     -khtml-border-radius: 6px;
  1443.     -webkit-border-radius: 6px;
  1444.     border-radius: 6px;
  1445. }
  1446.  
  1447. .ContextualPopup {
  1448.     width: 20em;
  1449.     text-align: left;
  1450.     overflow: auto;
  1451. }
  1452.  
  1453. .ContextualPopup .Userpic {
  1454.     border-style: solid;
  1455.     border-width: 1px;
  1456.     float: right;
  1457.     margin-left: 2px;
  1458.     padding: 2px;
  1459. }
  1460.  
  1461. .ContextualPopup .Userpic img {
  1462.     height: auto;
  1463.     width: auto;
  1464.     max-height: 75px;
  1465.     max-width: 75px;
  1466.     width: expression(this.width>75 ? "75px":this.width);
  1467.     border: 0;
  1468. }
  1469.  
  1470. .ContextualPopup a {
  1471.     text-decoration: none;
  1472.     border-bottom: 0;
  1473. }
  1474.  
  1475. .ContextualPopup .Relation {
  1476.     font-weight: bold;
  1477.     font-size: .8em;
  1478.     line-height: 1.2;
  1479.     margin-bottom: 1em;
  1480. }
  1481.  
  1482. .ContextualPopup .Actions {
  1483.     line-height: 1.4;
  1484. }
  1485.  
  1486. .ContextualPopup .Actions ul {
  1487.     list-style: none;
  1488.     margin: 0;
  1489.     padding-left: .5em;
  1490. }
  1491.  /*!
  1492.  * jQuery UI Button 1.9.0
  1493.  * http://jqueryui.com
  1494.  *
  1495.  * Copyright 2012 jQuery Foundation and other contributors
  1496.  * Released under the MIT license.
  1497.  * http://jquery.org/license
  1498.  *
  1499.  * http://docs.jquery.com/UI/Button#theming
  1500.  */.ui-button {
  1501.     display: inline-block;
  1502.     position: relative;
  1503.     padding: 0;
  1504.     margin-right: .1em;
  1505.     cursor: pointer;
  1506.     text-align: center;
  1507.     zoom: 1;
  1508.     overflow: visible;
  1509. }
  1510.  
  1511. .ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
  1512.     text-decoration: none;
  1513. }
  1514.  
  1515. .ui-button-icon-only {
  1516.     width: 2.2em;
  1517. }
  1518.  
  1519. button.ui-button-icon-only {
  1520.     width: 2.4em;
  1521. }
  1522.  
  1523. .ui-button-icons-only {
  1524.     width: 3.4em;
  1525. }
  1526.  
  1527. button.ui-button-icons-only {
  1528.     width: 3.7em;
  1529. }
  1530.  
  1531. .ui-button .ui-button-text {
  1532.     display: block;
  1533.     line-height: 1.4;
  1534. }
  1535.  
  1536. .ui-button-text-only .ui-button-text {
  1537.     padding: .4em 1em;
  1538. }
  1539.  
  1540. .ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {
  1541.     padding: .4em;
  1542.     text-indent: -9999999px;
  1543. }
  1544.  
  1545. .ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text {
  1546.     padding: .4em 1em .4em 2.1em;
  1547. }
  1548.  
  1549. .ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text {
  1550.     padding: .4em 2.1em .4em 1em;
  1551. }
  1552.  
  1553. .ui-button-text-icons .ui-button-text {
  1554.     padding-left: 2.1em;
  1555.     padding-right: 2.1em;
  1556. }
  1557.  
  1558. input.ui-button {
  1559.     padding: .4em 1em;
  1560. }
  1561.  
  1562. .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 {
  1563.     position: absolute;
  1564.     top: 50%;
  1565.     margin-top: -8px;
  1566. }
  1567.  
  1568. .ui-button-icon-only .ui-icon {
  1569.     left: 50%;
  1570.     margin-left: -8px;
  1571. }
  1572.  
  1573. .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 {
  1574.     left: .5em;
  1575. }
  1576.  
  1577. .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 {
  1578.     right: .5em;
  1579. }
  1580.  
  1581. .ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary {
  1582.     right: .5em;
  1583. }
  1584.  
  1585. .ui-buttonset {
  1586.     margin-right: 7px;
  1587. }
  1588.  
  1589. .ui-buttonset .ui-button {
  1590.     margin-left: 0;
  1591.     margin-right: -.3em;
  1592. }
  1593.  
  1594. button.ui-button::-moz-focus-inner {
  1595.     border: 0;
  1596.     padding: 0;
  1597. }/*!
  1598.  * jQuery UI Dialog 1.9.0
  1599.  * http://jqueryui.com
  1600.  *
  1601.  * Copyright 2012 jQuery Foundation and other contributors
  1602.  * Released under the MIT license.
  1603.  * http://jquery.org/license
  1604.  *
  1605.  * http://docs.jquery.com/UI/Dialog#theming
  1606.  */.ui-dialog {
  1607.     position: absolute;
  1608.     padding: .2em;
  1609.     width: 300px;
  1610.     overflow: hidden;
  1611. }
  1612.  
  1613. .ui-dialog .ui-dialog-titlebar {
  1614.     padding: .4em 1em;
  1615.     position: relative;
  1616. }
  1617.  
  1618. .ui-dialog .ui-dialog-title {
  1619.     float: left;
  1620.     margin: .1em 16px .1em 0;
  1621. }
  1622.  
  1623. .ui-dialog .ui-dialog-titlebar-close {
  1624.     position: absolute;
  1625.     right: .3em;
  1626.     top: 50%;
  1627.     width: 19px;
  1628.     margin: -10px 0 0 0;
  1629.     padding: 1px;
  1630.     height: 18px;
  1631. }
  1632.  
  1633. .ui-dialog .ui-dialog-titlebar-close span {
  1634.     display: block;
  1635.     margin: 1px;
  1636. }
  1637.  
  1638. .ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus {
  1639.     padding: 0;
  1640. }
  1641.  
  1642. .ui-dialog .ui-dialog-content {
  1643.     position: relative;
  1644.     border: 0;
  1645.     padding: .5em 1em;
  1646.     background: 0;
  1647.     overflow: auto;
  1648.     zoom: 1;
  1649. }
  1650.  
  1651. .ui-dialog .ui-dialog-buttonpane {
  1652.     text-align: left;
  1653.     border-width: 1px 0 0 0;
  1654.     background-image: none;
  1655.     margin: .5em 0 0 0;
  1656.     padding: .3em 1em .5em .4em;
  1657. }
  1658.  
  1659. .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  1660.     float: right;
  1661. }
  1662.  
  1663. .ui-dialog .ui-dialog-buttonpane button {
  1664.     margin: .5em .4em .5em 0;
  1665.     cursor: pointer;
  1666. }
  1667.  
  1668. .ui-dialog .ui-resizable-se {
  1669.     width: 14px;
  1670.     height: 14px;
  1671.     right: 3px;
  1672.     bottom: 3px;
  1673. }
  1674.  
  1675. .ui-draggable .ui-dialog-titlebar {
  1676.     cursor: move;
  1677. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement