Plugin Directory

Changeset 1210248


Ignore:
Timestamp:
07/31/2015 10:16:31 AM (11 years ago)
Author:
peecho
Message:

resolve bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • peecho/trunk/assets/peecho.css

    r1209962 r1210248  
    66 */
    77#peecho-snippets-tabs {
    8     /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    9     position: relative;
    10     padding: .2em;
    11     zoom: 1;
    128}
    139#peecho-snippets-tabs .ui-tabs-nav {
    14     margin: 0;
    15     padding: .2em .2em 0;
    16 
    17     /* Overrides */
    18     background-color: #f9f9f9;
    19     border-bottom: 1px solid #dfdfdf;
    20     padding-bottom: 1px;
    2110}
    2211
    2312#peecho-snippets-tabs .ui-tabs-nav li {
    24     list-style: none;
    25     float: left;
    26     position: relative;
    27     top: 1px;
    28     margin: 0 .2em 1px 0;
    29     border-bottom: 0 !important;
    30     padding: 0;
    31     white-space: nowrap;
    3213}
    3314#peecho-snippets-tabs .ui-tabs-nav li a {
    34     float: left;
    35     padding: .5em 1em;
    36     text-decoration: none;
    37 
    38     /* Overrides */
    39     border: 1px solid #dfdfdf;
    40     -webkit-border-radius: 3px;
    41     border-radius: 3px;
    4215}
    4316#peecho-snippets-tabs .ui-tabs-nav li.ui-tabs-selected {
    44     margin-bottom: 0;
    45     padding-bottom: 1px;
    46 
    47     /* Overrides */
    48     background-color: #fff;
    49     padding-bottom: 0;
    5017}
    5118#peecho-snippets-tabs .ui-tabs-nav li.ui-tabs-selected a,
    5219#peecho-snippets-tabs .ui-tabs-nav li.ui-state-disabled a,
    5320#peecho-snippets-tabs .ui-tabs-nav li.ui-state-processing a {
    54     cursor: text;
    5521}
    5622#peecho-snippets-tabs .ui-tabs-nav li a,
    5723#peecho-snippets-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    58     /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    59     cursor: pointer;
    6024}
    6125#peecho-snippets-tabs .ui-tabs-panel {
    62     display: block;
    63     border-width: 0;
    64     padding: 1em 1.4em;
    65     background: none;
    6626}
    6727#peecho-snippets-tabs .ui-tabs-hide {
    68     display: none !important;
    6928}
    7029
    7130
    7231#peecho-snippets-dialog label {
    73     width: 60px;
    74     display: inline-block;
    7532}
Note: See TracChangeset for help on using the changeset viewer.