Plugin Directory

Changeset 1519492


Ignore:
Timestamp:
10/21/2016 06:39:26 PM (9 years ago)
Author:
Khothemes
Message:

new version

Location:
ultimate-widgets-light
Files:
716 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-widgets-light/trunk/assets/admin/redux-custom.css

    r1431909 r1519492  
    55
    66/*general*/
    7 .form-table>tbody>tr>th { width: 30% !important; }
    8 .redux-container .form-table td { width: 100% !important; }
     7.toplevel_page_uwl_options .form-table>tbody>tr>th { width: 30% !important; }
     8.toplevel_page_uwl_options .redux-container .form-table td { width: 100% !important; }
    99/*header*/
    10 #redux-header { position: relative; overflow: hidden; border-color: #4dbefa; }
    11 .admin-color-fresh #redux-header { background: #fff; border-color: #4dbefa; }
    12 #redux-header #name { font-size: 35px; color: #333; margin-right: 10px; }
    13 #redux-header h2 { font-size: 15px; color: #777; }
     10.toplevel_page_uwl_options #redux-header { position: relative; overflow: hidden; background: #fff; border-color: #4dbefa; }
     11.toplevel_page_uwl_options #redux-header #name { font-size: 35px; color: #333; margin-right: 10px; }
     12.toplevel_page_uwl_options #redux-header h2 { font-size: 15px; color: #777; }
    1413/*header message*/
    15 .uwl-message-header {}
     14.toplevel_page_uwl_options .uwl-message-header {}
    1615/*right elements*/
    17 #right-elements { float: right; margin: 20px 10px; line-height: 48px }
    18 #right-elements .links, #right-elements #redux-share { display: inline-block; }
    19 #right-elements .links a, #right-elements #redux-share a { text-decoration: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
    20 #right-elements .links { font-size: 11px; line-height: 30px; font-weight: bold; margin-right: 10px; text-transform: uppercase; }
    21 #right-elements .links .uwl-premium-message { margin-right: 20px;  }
    22 #right-elements .links .uwl-premium-message a { color: #4dbefa; }
    23 #right-elements .links .uwl-premium-message a:hover { color: #333; }
    24 #right-elements .links a.uwl-support { color: #333; }
    25 #right-elements .links a.uwl-support:hover { color: #4dbefa; }
    26 #right-elements #redux-share a { display: inline-block; font-size: 13px; text-transform: uppercase; color: #777; border: 1px solid #e0e0e0; width: 30px; height: 30px; line-height: 30px; margin-left: 5px; text-decoration: none; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; }
    27 #right-elements #redux-share a:hover { background: #4dbefa; color: #fff; border-color: #4dbefa; }
     16.toplevel_page_uwl_options #right-elements { float: right; margin: 20px 10px; line-height: 48px }
     17.toplevel_page_uwl_options #right-elements .links, .toplevel_page_uwl_options #right-elements #redux-share { display: inline-block; }
     18.toplevel_page_uwl_options #right-elements .links a, .toplevel_page_uwl_options #right-elements #redux-share a { text-decoration: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
     19.toplevel_page_uwl_options #right-elements .links { font-size: 11px; line-height: 30px; font-weight: bold; margin-right: 10px; text-transform: uppercase; }
     20.toplevel_page_uwl_options #right-elements .links .uwl-premium-message { margin-right: 20px;  }
     21.toplevel_page_uwl_options #right-elements .links .uwl-premium-message a { color: #4dbefa; }
     22.toplevel_page_uwl_options #right-elements .links .uwl-premium-message a:hover { color: #333; }
     23.toplevel_page_uwl_options #right-elements .links a.uwl-support { color: #333; }
     24.toplevel_page_uwl_options #right-elements .links a.uwl-support:hover { color: #4dbefa; }
     25.toplevel_page_uwl_options #right-elements #redux-share a { display: inline-block; font-size: 13px; text-transform: uppercase; color: #777; border: 1px solid #e0e0e0; width: 30px; height: 30px; line-height: 30px; margin-left: 5px; text-decoration: none; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; }
     26.toplevel_page_uwl_options #right-elements #redux-share a:hover { background: #4dbefa; color: #fff; border-color: #4dbefa; }
    2827/*hide ads*/
    29 .rAds { visibility: hidden; }
     28.toplevel_page_uwl_options .rAds { visibility: hidden; }
    3029/*info bar*/
    31 .redux-container #info_bar { background: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.06); }
     30.toplevel_page_uwl_options .redux-container #info_bar { background: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.06); }
    3231/*buttons*/
    33 .redux-save { float: left !important; }
    34 .redux-container .redux-action_bar .spinner { float: right !important; }
    35 .redux-main .button { background: #f8f8f8; border-color: #ccc; outline: none; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: 0.05em; -webkit-box-shadow: none !important; box-shadow: none !important; }
    36 .redux-main .button:hover, .redux-main .button:focus { background: #eee; }
    37 .redux-main .button.button-primary { background: #4dbefa !important; color: #fff !important; border-color: #4dbefa !important; text-shadow: none !important; }
    38 .redux-main .button.button-primary:hover, .redux-main .button.button-primary:focus { background: #1586C1 !important; }
    39 .admin-color-fresh .redux-container-switch .cb-enable.selected, .admin-color-fresh .redux-container .ui-buttonset .ui-state-active { background-color: #4dbefa !important; background-image: none !important; color: #fff !important; border-color: #1586C1 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none; }
    40 .admin-color-fresh .redux-container-switch .cb-disable, .admin-color-fresh .redux-container-switch .cb-enable, .admin-color-fresh .ui-state-default, .admin-color-fresh .ui-widget-content .ui-state-default, .admin-color-fresh .ui-widget-header .ui-state-default { background-color: #f8f8f8 !important; background-image: none !important; color: #555 !important; border-color: #ccc !important; text-transform: uppercase; font-size: 11px; font-weight: 600; text-shadow: none !important; letter-spacing: 0.05em; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    41 .admin-color-fresh .redux-container-switch .cb-disable.selected { background-color: #aaa !important; color: #fff !important; border-color: #9d9d9d !important; background-image: none !important; }
    42 .redux-main .ui-widget { border-right: 0; }
    43 .redux-main .ui-widget.ui-corner-right { border-right: 1px solid #ccc; }
     32.toplevel_page_uwl_options .redux-save { float: left !important; }
     33.toplevel_page_uwl_options .redux-container .redux-action_bar .spinner { float: right !important; }
     34.toplevel_page_uwl_options .redux-main .button { background: #f8f8f8; border-color: #ccc; outline: none; text-transform: uppercase; font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: 0.05em; -webkit-box-shadow: none !important; box-shadow: none !important; }
     35.toplevel_page_uwl_options .redux-main .button:hover, .redux-main .button:focus { background: #eee; }
     36.toplevel_page_uwl_options .redux-main .button.button-primary { background: #4dbefa !important; color: #fff !important; border-color: #4dbefa !important; text-shadow: none !important; }
     37.toplevel_page_uwl_options .redux-main .button.button-primary:hover, .redux-main .button.button-primary:focus { background: #1586C1 !important; }
     38.toplevel_page_uwl_options.admin-color-fresh .redux-container-switch .cb-enable.selected, .toplevel_page_uwl_options.admin-color-fresh .redux-container .ui-buttonset .ui-state-active { background-color: #4dbefa !important; background-image: none !important; color: #fff !important; border-color: #1586C1 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none; }
     39.toplevel_page_uwl_options.admin-color-fresh .redux-container-switch .cb-disable, .toplevel_page_uwl_options.admin-color-fresh .redux-container-switch .cb-enable, .toplevel_page_uwl_options.admin-color-fresh .ui-state-default, .toplevel_page_uwl_options.admin-color-fresh .ui-widget-content .ui-state-default, .toplevel_page_uwl_options.admin-color-fresh .ui-widget-header .ui-state-default { background-color: #f8f8f8 !important; background-image: none !important; color: #555 !important; border-color: #ccc !important; text-transform: uppercase; font-size: 11px; font-weight: 600; text-shadow: none !important; letter-spacing: 0.05em; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
     40.toplevel_page_uwl_options.admin-color-fresh .redux-container-switch .cb-disable.selected { background-color: #aaa !important; color: #fff !important; border-color: #9d9d9d !important; background-image: none !important; }
     41.toplevel_page_uwl_options .redux-main .ui-widget { border-right: 0; }
     42.toplevel_page_uwl_options .redux-main .ui-widget.ui-corner-right { border-right: 1px solid #ccc; }
    4443/*slim down font sizes*/
    45 .redux-group-tab-link-a i { font-size: 15px !important; margin-top: 1px; }
    46 .redux-group-tab h3 { font-size: 1.8em; font-weight: 400; margin-bottom: 0; }
    47 .redux-group-tab .form-table tr th { font-size: 13px; line-height: 1.5; }
    48 .redux-container .redux-group-tab .redux-section-desc { margin-top: 15px; }
    49 p.help, p.description, span.description, .form-wrap p { font-size: 12px }
     44.toplevel_page_uwl_options .redux-group-tab-link-a i { font-size: 15px !important; margin-top: 1px; }
     45.toplevel_page_uwl_options .redux-group-tab h3 { font-size: 1.8em; font-weight: 400; margin-bottom: 0; }
     46.toplevel_page_uwl_options .redux-group-tab .form-table tr th { font-size: 13px; line-height: 1.5; }
     47.toplevel_page_uwl_options .redux-container .redux-group-tab .redux-section-desc { margin-top: 15px; }
     48.toplevel_page_uwl_options p.help, .toplevel_page_uwl_options p.description, .toplevel_page_uwl_options span.description, .toplevel_page_uwl_options .form-wrap p { font-size: 12px }
    5049/*nav menu*/
    51 .redux-sidebar { width: 201px; }
    52 #redux-form-wrapper { background-color: #f8f8f8; }
    53 .redux-sidebar .redux-group-menu li a { border-bottom-color: #E7E7E7; color: #666; font-weight: normal; padding: 20px 4px 20px 14px !important; }
    54 .redux-sidebar .redux-group-menu li a:hover { background: #f5f5f5; }
    55 .redux-metabox .redux-sidebar .redux-group-menu li a { padding: 10px 4px 10px 14px !important; }
    56 .admin-color-fresh .redux-sidebar .redux-group-menu li.active a, .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a { color: #fff !important; background: #4dbefa; }
    57 .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a, .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a { background: #4dbefa; color: #fff !important; text-shadow: none; }
    58 .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a { background: #444; text-shadow: none; }
     50.toplevel_page_uwl_options .redux-sidebar { width: 201px; }
     51.toplevel_page_uwl_options #redux-form-wrapper { background-color: #f8f8f8; }
     52.toplevel_page_uwl_options .redux-sidebar .redux-group-menu li a { border-bottom-color: #E7E7E7; color: #666; font-weight: normal; padding: 20px 4px 20px 14px !important; }
     53.toplevel_page_uwl_options .redux-sidebar .redux-group-menu li a:hover { background: #f5f5f5; }
     54.toplevel_page_uwl_options .redux-metabox .redux-sidebar .redux-group-menu li a { padding: 10px 4px 10px 14px !important; }
     55.toplevel_page_uwl_options.admin-color-fresh .redux-sidebar .redux-group-menu li.active a, .toplevel_page_uwl_options.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a { color: #fff !important; background: #4dbefa; }
     56.toplevel_page_uwl_options.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a, .toplevel_page_uwl_options.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a { background: #4dbefa; color: #fff !important; text-shadow: none; }
     57.toplevel_page_uwl_options.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a, .toplevel_page_uwl_options .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a { background: #444; text-shadow: none; }
    5958/*forms*/
    60 .redux-main input, .redux-main select, .redux-main textarea { background: #fff; border: 1px solid #e0e0e0; padding: 5px 10px; margin: 0; font-size: 12px; color: #404040; -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
    61 .redux-main input:hover, .redux-main select:hover, .redux-main textarea:hover, .redux-main input:focus, .redux-main select:focus, .redux-main textarea:focus { outline: none; border-color: #e0e0e0; -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); }
     59.toplevel_page_uwl_options .redux-main input, .toplevel_page_uwl_options .redux-main select, .toplevel_page_uwl_options .redux-main textarea { background: #fff; border: 1px solid #e0e0e0; padding: 5px 10px; margin: 0; font-size: 12px; color: #404040; -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); box-shadow: 0 1px 4px 0 rgba(0,0,0,0), inset 0 0 0 0 rgba(0,0,0,0); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
     60.toplevel_page_uwl_options .redux-main input:hover, .toplevel_page_uwl_options .redux-main select:hover, .toplevel_page_uwl_options .redux-main textarea:hover, .toplevel_page_uwl_options .redux-main input:focus, .toplevel_page_uwl_options .redux-main select:focus, .toplevel_page_uwl_options .redux-main textarea:focus { outline: none; border-color: #e0e0e0; -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); }
    6261/*sortable*/
    63 .redux-sortable input { margin-bottom: 3px }
    64 .redux-sortable label { font-weight: normal; font-size: 12px; margin-bottom: 5px; color: #777; }
     62.toplevel_page_uwl_options .redux-sortable input { margin-bottom: 3px }
     63.toplevel_page_uwl_options .redux-sortable label { font-weight: normal; font-size: 12px; margin-bottom: 5px; color: #777; }
    6564/*increase ace editor height*/
    66 .redux-container-ace_editor .ace_editor { height: 500px; }
     65.toplevel_page_uwl_options .redux-container-ace_editor .ace_editor { height: 500px; }
    6766/*info field/accordion*/
    68 .redux-notice-field, .redux-main .redux-accordion-field .redux-accordion-info { margin-top: 20px; padding: 10px 15px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; color: #333; -webkit-box-shadow: none; box-shadow: none; }
    69 .redux-notice-field { background: #f5f5f5; border-color: #4dbefa; }
    70 .redux-main .redux-accordion-field .redux-accordion-info { background: #f8f8f8; border-color: #e5e5e5 !important; }
    71 .redux-notice-field .redux-info-desc { font-size: 18px !important; margin: 0 !important; }
    72 .redux-main .redux-accordion-field .redux-accordion-info h3 { color: #333 !important; font-size: 18px !important; line-height: 1.5; }
    73 .redux-main .redux-accordion-field .redux-accordion-info .el { font-family: 'ElegantIcons'; color: #4dbefa; font-size: 25px; margin-right: 0; }
    74 .redux-main .redux-accordion-field .redux-accordion-info .el.el-plus:before { content: "\4c"; }
    75 .redux-main .redux-accordion-field .redux-accordion-info .el.el-minus:before { content: "\4b"; }
     67.toplevel_page_uwl_options .redux-notice-field, .toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info { margin-top: 20px; padding: 10px 15px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; color: #333; -webkit-box-shadow: none; box-shadow: none; }
     68.toplevel_page_uwl_options .redux-notice-field { background: #f5f5f5; border-color: #4dbefa; }
     69.toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info { background: #f8f8f8; border-color: #e5e5e5 !important; }
     70.toplevel_page_uwl_options .redux-notice-field .redux-info-desc { font-size: 18px !important; margin: 0 !important; }
     71.toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info h3 { color: #333 !important; font-size: 18px !important; line-height: 1.5; }
     72.toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info .el { font-family: 'ElegantIcons'; color: #4dbefa; font-size: 25px; margin-right: 0; }
     73.toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info .el.el-plus:before { content: "\4c"; }
     74.toplevel_page_uwl_options .redux-main .redux-accordion-field .redux-accordion-info .el.el-minus:before { content: "\4b"; }
    7675/*custom tab*/
    77 .redux-sidebar .redux-group-menu li a.custom-tab { background: #222 !important; }
    78 .redux-sidebar .redux-group-menu li.active a.custom-tab{ background: #FCFCFC; }
     76.toplevel_page_uwl_options .redux-sidebar .redux-group-menu li a.custom-tab { background: #222 !important; }
     77.toplevel_page_uwl_options .redux-sidebar .redux-group-menu li.active a.custom-tab{ background: #FCFCFC; }
    7978/*text button set*/
    80 .redux-main .ui-state-active, .redux-main .ui-widget-content .ui-state-active, .redux-main .ui-widget-header .ui-state-active { font-weight: bold; }
    81 .redux-main .ui-widget { font-family: "Open Sans", sans-serif; }
     79.toplevel_page_uwl_options .redux-main .ui-state-active, .toplevel_page_uwl_options .redux-main .ui-widget-content .ui-state-active, .toplevel_page_uwl_options .redux-main .ui-widget-header .ui-state-active { font-weight: bold; }
     80.toplevel_page_uwl_options .redux-main .ui-widget { font-family: "Open Sans", sans-serif; }
    8281/*images select*/
    83 .redux-container-image_select .redux-image-select .tiles, .redux-container-image_select .redux-image-select img, .redux-container-image_select .redux-image-select-selected .tiles, .redux-container-image_select .redux-image-select-selected img { border-width: 2px; }
    84 .redux-container-image_select ul.redux-image-select li { margin-right: 10px !important; }
    85 .redux-container-image_select ul.redux-image-select li:last-child { margin-right: 0 !important; }
    86 .admin-color-fresh .redux-container-image_select .redux-image-select-selected img { border-color: #4dbefa; }
     82.toplevel_page_uwl_options .redux-container-image_select .redux-image-select .tiles, .toplevel_page_uwl_options .redux-container-image_select .redux-image-select img, .toplevel_page_uwl_options .redux-container-image_select .redux-image-select-selected .tiles, .toplevel_page_uwl_options .redux-container-image_select .redux-image-select-selected img { border-width: 2px; }
     83.toplevel_page_uwl_options .redux-container-image_select ul.redux-image-select li { margin-right: 10px !important; }
     84.toplevel_page_uwl_options .redux-container-image_select ul.redux-image-select li:last-child { margin-right: 0 !important; }
     85.toplevel_page_uwl_options.admin-color-fresh .redux-container-image_select .redux-image-select-selected img { border-color: #4dbefa; }
    8786/*notices*/
    88 .redux-notice-field.redux-warning { background: #fbeba4 !important; }
    89 .redux-notice-field.redux-critical { background: #fba1a3 !important; }
    90 .redux-notice-field.redux-success { background: #c4ee91 !important; }
     87.toplevel_page_uwl_options .redux-notice-field.redux-warning { background: #fbeba4 !important; }
     88.toplevel_page_uwl_options .redux-notice-field.redux-critical { background: #fba1a3 !important; }
     89.toplevel_page_uwl_options .redux-notice-field.redux-success { background: #c4ee91 !important; }
    9190/*footer*/
    92 .redux-container #redux-footer { border-top: 2px solid #4dbefa !important; background: #fff !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
     91.toplevel_page_uwl_options .redux-container #redux-footer { border-top: 2px solid #4dbefa !important; background: #fff !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
    9392/*bug addons vc*/
    94 .select2-search-choice-close { left: auto; }
     93.toplevel_page_uwl_options .select2-search-choice-close { left: auto; }
    9594/*style metabox*/
    96 .redux_field_th { font-weight: 600; margin-bottom: 20px; }
     95.toplevel_page_uwl_options .redux_field_th { font-weight: 600; margin-bottom: 20px; }
    9796/*img gallery metabox*/
    98 .redux-main .redux-option-image { max-height: 260px; max-width: 260px; }
     97.toplevel_page_uwl_options .redux-main .redux-option-image { max-height: 260px; max-width: 260px; }
    9998/*fix style with essential grid*/
    100 .ui-button { height: auto; -webkit-border-radius: 0; border-radius: 0; }
    101 .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
    102 .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
    103 .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px !important; -webkit-border-bottom-right-radius: 4px !important; -khtml-border-bottom-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
    104 .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
     99.toplevel_page_uwl_options .ui-button { height: auto; -webkit-border-radius: 0; border-radius: 0; }
     100.toplevel_page_uwl_options .ui-corner-all, .toplevel_page_uwl_options .ui-corner-top, .toplevel_page_uwl_options .ui-corner-left, .toplevel_page_uwl_options .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
     101.toplevel_page_uwl_options .ui-corner-all, .toplevel_page_uwl_options .ui-corner-bottom, .toplevel_page_uwl_options .ui-corner-left, .toplevel_page_uwl_options .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
     102.toplevel_page_uwl_options .ui-corner-all, .toplevel_page_uwl_options .ui-corner-bottom, .toplevel_page_uwl_options .ui-corner-right, .toplevel_page_uwl_options .ui-corner-br { -moz-border-radius-bottomright: 4px !important; -webkit-border-bottom-right-radius: 4px !important; -khtml-border-bottom-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
     103.toplevel_page_uwl_options .ui-corner-all, .toplevel_page_uwl_options .ui-corner-top, .toplevel_page_uwl_options .ui-corner-right, .toplevel_page_uwl_options .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
    105104
    106105/*responsive*/
    107 @media screen and (max-width: 1280px) {#right-elements .links .uwl-premium-message {display: none;}}
    108 @media screen and (max-width: 800px) {#right-elements {display: none;}}
    109 @media screen and (max-width: 782px) {.form-table>tbody>tr>th {width: 100% !important;}}
    110 @media screen and (max-width: 600px) {.redux-sidebar {width: 44px !important;}}
    111 @media screen and (max-width: 480px) {#redux-header #name {font-size: 25px;}#redux-footer .redux-action_bar input[name="uwl_options[defaults]"] {display: none;}}
    112 @media screen and (max-width: 320px) {#redux-header #name {font-size: 20px;}#redux-header h2 {font-size: 15px;}.redux-main .button {font-size: 8px; letter-spacing: 0; padding: 6px 8px;}.spinner {margin: 4px 6px 0;}}
     106@media screen and (max-width: 1280px) {.toplevel_page_uwl_options #right-elements .links .uwl-premium-message {display: none;}}
     107@media screen and (max-width: 800px) {.toplevel_page_uwl_options #right-elements {display: none;}}
     108@media screen and (max-width: 782px) {.toplevel_page_uwl_options .form-table>tbody>tr>th {width: 100% !important;}}
     109@media screen and (max-width: 600px) {.toplevel_page_uwl_options .redux-sidebar {width: 44px !important;}}
     110@media screen and (max-width: 480px) {.toplevel_page_uwl_options #redux-header #name {font-size: 25px;}.toplevel_page_uwl_options #redux-footer .redux-action_bar input[name="uwl_options[defaults]"] {display: none;}}
     111@media screen and (max-width: 320px) {.toplevel_page_uwl_options #redux-header #name {font-size: 20px;}.toplevel_page_uwl_options #redux-header h2 {font-size: 15px;}.toplevel_page_uwl_options .redux-main .button {font-size: 8px; letter-spacing: 0; padding: 6px 8px;}.toplevel_page_uwl_options .spinner {margin: 4px 6px 0;}}
  • ultimate-widgets-light/trunk/functions.php

    r1508671 r1519492  
    1010 * Text Domain: kho
    1111 * Domain Path: /languages/
    12  * Version:     1.5.9.3
     12 * Version:     1.5.9.4
    1313 *
    1414 * @fs_premium_only /premium/
     
    6161define( 'UWL_PLUGIN', __FILE__ );
    6262define( 'UWL_PLUGIN_DIR', untrailingslashit( dirname( UWL_PLUGIN ) ) );
    63 define( 'UWL_VERSION', '1.5.9.3' );
     63define( 'UWL_VERSION', '1.5.9.4' );
    6464function uwl_plugin_url( $path = '' )
    6565{
  • ultimate-widgets-light/trunk/readme.txt

    r1508671 r1519492  
    55Requires at least: 4.1
    66Tested up to: 4.6.1
    7 Stable tag: 1.5.9.3
     7Stable tag: 1.5.9.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    111111== Changelog ==
    112112
     113= 1.5.9.4 =
     114
     115* Improvement some files.
     116
    113117= 1.5.9.3 =
    114118
Note: See TracChangeset for help on using the changeset viewer.