/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 лют 2016, 21:12:07
    Author     : vladislav
*/

#tags_input,
#post_excerpt,
#post_title{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
}

#post_excerpt,
#tags_input{
    width: 98%;
}
.sh-category-select{
    height: 300px;
    overflow: auto;
    list-style: none;
}
.sh-category-select > li > ul > li {
    list-style: none; 
}
.addpost ul li{
    list-style: none !important;
}

.addpost > ul,
#myplugin_meta_box_callback_2 > ul{
    -webkit-padding-start: 0;
    /*padding-left: 0;*/
}
.sh_aderssmap{
    padding-left: inherit;
}

.sh_wp-media-buttons-icon:before {
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}

.add_url_image_button,
.remove_image_button,
.upload_image_button{
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    padding: 7px;
}