/**
*   Plugin Name: Cnhk Slideshow
*
*   Cnhk Slideshow plugin for WordPress, Copyright (C) 2015 Rija Rajaonah
*   Cnhk Slideshow plugin for WordPress is licensed under the GPL License version 3.
*   [http://www.gnu.org/licenses/gpl-3.0.html]
*/
#link-wrap {
    position: relative;
    height: 100%;
}

#link-wrap #link-settings {
    position: absolute;
    padding: 10px;
    width: 50%;
}

#link-wrap #link-settings .form-group {
    margin-bottom: 5px;
}

#link-wrap #link-settings .form-group label {
    font-weight: bold;
    display: block;
}

#link-wrap #link-settings .form-group input[type="text"] {
    width: 100%;
}

#link-wrap #existing-posts {
    position: absolute;
    padding: 10px;
    width: 50%;
    margin-left: 50%;
    border-left: 1px solid #d0d0d0;
    background-color: #f8f8f8;
}

#links-abswrap tbody tr {
    cursor: pointer;
}

#link-submit {
    border-top: 1px solid #d6d6d6;
    background-color: #f0f0f0;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 49px;
    bottom: 0;
}

#link-submit button {
    margin-top: 12px;
    margin-right: 15px;
}
