Plugin Directory

Changeset 1642146


Ignore:
Timestamp:
04/21/2017 08:36:41 AM (9 years ago)
Author:
kvvaradha
Message:

version 1.2.1 updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kv-front-post-submission/trunk/kv_front_post.php

    r1642140 r1642146  
    44Plugin URI: http://wordpress.org/plugins/kv-front-post-submission/
    55Description: A simple wordpress plugin for front-end post submission
    6 Version: 1.2
     6Version: 1.2.1
    77Author: Kvvaradha   
    88Author URI: http://profiles.wordpress.org/kvvaradha
     
    358358
    359359            <fieldset class="submit">
    360                 <input type="submit" value="Post Review" tabindex="40" id="submit" name="submit" />
     360                <input type="submit" value=" Submit " tabindex="40" id="kv_submit" name="submit" />
    361361            </fieldset>
    362362
     
    379379.kv-success {   padding: 0; margin: 1.54em 0 1.54em !important; list-style: none !important;    border: 1px solid #026E02;  background: #BEF7C5;    padding: 10px 20px; text-color: #2DB4E5 ; }
    380380#kv_new_post label { width:100%; line-height: 40px; }
    381 #kv_new_post input { width: 100%; line-height: 35px; border-radius: 2px; border: 1px solid #ddd;  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
     381#kv_new_post input[type="text"] { width: 100%; line-height: 35px; border-radius: 2px; border: 1px solid #ddd;  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    382382    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    383383    background-color: #fff;
     
    398398#description_ifr {border-right:1px solid #ddd;border-left:1px solid #ddd;}
    399399#description {  width: 100%; border-radius: 2px; border: 1px solid #ddd; min-height: 300px;}
     400#kv_submit { line-height: 40px;
     401    font-size: 15px;
     402    border-radius: 3px;
     403    font-weight: 500;
     404    margin-top: 8px;
     405    border: 1px solid transparent;
     406    padding: 5px 35px;
     407    display: inline-block;
     408    color: #fff;
     409    background-color: #00BCD4; }
    400410</style><?php
    401411}
Note: See TracChangeset for help on using the changeset viewer.