/*
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 : 18 May, 2015, 5:14:30 PM
    Author     : sanket
*/

.rtmedia-container .rtmedia-sortable-parameters {
    display: inline-block;
    margin-bottom: 15px;
}

.rtmedia-container .rtmedia-sortable-parameters span {
    padding: 5px 10px;
    background-color: #eee;
    cursor: pointer;
}

.rtmedia-container .rtmedia-sortable-parameters span.active {
    background-color: #bbb;
}

.rtmedia-container .rtmedia-sortable-parameters span.active i {
    padding: 5px 0 0 4px;
}
