Plugin Directory

Changeset 1882504


Ignore:
Timestamp:
05/28/2018 10:45:29 AM (8 years ago)
Author:
rajilesh
Message:

Fixed admin setting css issue

Location:
optiontree-metabox-ui
Files:
88 added
3 edited

Legend:

Unmodified
Added
Removed
  • optiontree-metabox-ui/trunk/css/metabox-ui.css

    r1880755 r1882504  
    146146}
    147147
    148 .format-setting-wrap, .option-tree-sortable .format-settings{
     148
     149.ot-metabox-wrapper .format-setting-wrap,
     150.ot-metabox-wrapper .option-tree-sortable .format-settings{
    149151        padding: 10px 0 10px 0;
    150     border-bottom: 1px dotted #ccc;
     152    border-top: 1px dotted #ccc;
    151153    clear: both;
    152154    display: block;
     
    154156    width: 100%;
    155157}
     158
     159.ot-metabox-wrapper .format-setting-wrap:first-child,
     160.ot-metabox-wrapper .option-tree-sortable .format-settings:first-child{
     161
     162    border-top:0 none;
     163
     164}
     165
    156166.ot-metabox-wrapper .format-settings .format-setting-label{
    157167    margin-bottom: 8px;
     
    167177    float: left;
    168178}
    169 #option-tree-settings-api .description h3, #option-tree-settings-api .format-setting-label .label, #poststuff .format-setting-label .label{
     179#option-tree-settings-api .description h3,
     180#option-tree-settings-api .format-setting-label .label,
     181#poststuff .format-setting-label .label{
    170182        font-size: 13px;
    171183}
  • optiontree-metabox-ui/trunk/index.php

    r1880755 r1882504  
    1212Author: Rajilesh Panoli
    1313
    14 Version: 9.0
     14Version: 9.01
    1515
    1616Contributors: rajilesh
  • optiontree-metabox-ui/trunk/readme.txt

    r1880968 r1882504  
    1111Tested up to: 5.0
    1212
    13 Stable tag: 9.0
     13Stable tag: 9.01
    1414
    1515License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.