/*
 *  Copyright 2015 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* This file gathers mutual css class definitions from the link directory service and the link directory input data */

.linkdirectory-inputdata-index {
    padding: 5px;
    background-image: url('../../img/vmenublock_c.png');
    margin-bottom: 7px;
}

.linkdirectory-inputdata-index ul > li
{
    list-style-type: none;
    background-image: none;
}

.linkdirectory-inputdata-index ul.links > li.link
{
    background-image: none;
    padding: 2px;
    width: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
}

.linkdirectory-inputdata-index ul.links > li.link a {
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    text-decoration: none;
}

.linkdirectory-inputdata-index ul.links > li.link span.picture {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
}

.linkdirectory-inputdata-index ul.links > li.link span.picture img {
    vertical-align: middle;
    margin: 0;
}
    
.linkdirectory-inputdata-index ul.links > li.link span.text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.linkdirectory-inputdata-index ul.links > li.link span.text.nopicture {
    margin-top: 35px;
}

.linkdirectory-inputdata-index .see-more-less
 {
     border: none;
 }

.configure-links-inputdata-button
{ 
    float: right; 
    padding-right : 8px;
    line-height: 38px;
}

.configure-links-dialog-text {
    margin-bottom: 10px;
}
