﻿textarea.gs-links {
    display: none !important;
}

div.gs-links {
    max-height: 200px;
    min-height: 30px;
    overflow-y: auto;
    margin-bottom: 4px;
    position: relative;
    border: 1px solid #aaa;
    box-shadow: 0 2px 0 rgba(73, 73, 73, 0.1);
    background-color: #fff;
}

    div.gs-links > textarea {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: none;
        height: auto !important;
    }

        div.gs-links > textarea.active {
            display: block;
            opacity: 0.01;
        }

    div.gs-links.dragging {
        background-color: #f1f1f1;
    }

    div.gs-links > table {
        width: 100%;
    }

        div.gs-links > table tr td {
            border-top: 1px solid #d9d9d9;
            padding: 5px;
        }

        div.gs-links > table tr:first-child td {
            border-top: 0;
        }

        div.gs-links > table td.icon {
            padding: 0;
            width: 20px;
            text-align: center;
        }

            div.gs-links > table td.icon > span {
                position: relative;
                top: 2px;
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url('/contents/imgs/fatcow/16x16/link.png');
                cursor: pointer;
            }

        div.gs-links > table td.delete {
            width: 20px;
            padding: 0;
        }

            div.gs-links > table td.delete > span {
                display: inline-block;
                width: 16px;
                height: 16px;
                position: relative;
                top: 2px;
                background-image: url('/contents/imgs/fatcow/16x16/cross.png');
                cursor: pointer;
            }
