Plugin Directory

Changeset 1448282


Ignore:
Timestamp:
07/04/2016 03:37:28 AM (10 years ago)
Author:
sageshilling
Message:

update flexbox

Location:
flirty-leads/tags/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flirty-leads/tags/2.0/css/style.css

    r1448223 r1448282  
    66/* I use form--complex for forms that have more complex layouts than simple left/right label and field alignment etc */
    77.form--complex { display: flex; flex-direction:row; min-width: 100px;
    8   max-width: 185px; /*margin-bottom:40px;*/}
     8  max-width: 185px;/* margin-bottom:40px;*/}
    99 
    1010.form__object--fillspace {
     
    4949}
    5050 
     51
     52 
     53
     54
  • flirty-leads/tags/2.0/flirty-leads.php

    r1448223 r1448282  
    126126                                                    $key_10_value = get_post_meta( $imageid, '_ecs_owp_btn_color', true );
    127127                                                    //if ($key_6_value == "") $key_6_value = "left";
     128                                               
    128129                                                   
    129130                                                    $firstcontent = substr( $content, 0, ($imgpos)); //beg to img(wo img or)
     
    443444                                                    if($attachment_id) return get_post_meta($attachment_id, '_ecs_owp_btn_text_color', true);
    444445                                                    }
     446                                               
    445447                                                   
    446448          // Ajax Handler
     
    506508    exit();
    507509}
     510
Note: See TracChangeset for help on using the changeset viewer.