Current File : /home/users/barii/public_html/finansenl.com.pl/system.fotomagnesy.pl/facebook/style.css
body {
    width: 550px;
    font-family: Arial;
}

.post-item {
    border-bottom: 1px #F0F0F0 solid;
    DISPLAY: INLINE-BLOCK;
    margin: 10px;
}
.post-photo {
    font-size: 1em;
}

.post-date {
    color: #8e8e8e;
    font-size: 0.8em;
    font-style: italic;
    padding: 4px;
    background: #F0F0F0;
}

#post-box {
    width: 100%;
    background: #FFF;
    border: 1px solid #dddfe2;
    border-radius: 3px;
}

#post-box-footer {
    overflow: auto;
    position: relative;
}

textarea.photo-caption {
    padding: 10px 8px;
    width: 100%;
    background-color: #fff;
    color: #191919;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}

input[type="submit"].photo_publish {
    width: auto;
    padding: 5px 20px;
     background: #5e7ebb;
    border: #5674ad 1px solid;
    color: #FFF;
    margin: 4px 8px 8px 0px;
    float: right;
}

input#media-file-input {
    width: 24;
    height: 24px;
    z-index: 10;
    position: absolute;
    left: 8px;
    top: 4px;
    padding: 0px;
    opacity: 0;
}
.photo-icon {
    margin: 4px 0px 8px 8px;
    float: left;
    cursor: pointer;
}