/var/www/html/wp-content/plugins/cmsmasters-donations/framework/admin/css/

OS : /** * @package WordPress Plugin * @subpackage CMSMasters Donations * @version 1.0.0 * * CMSMasters Donations Settings Styles * Created by CMSMasters * */ .settings_panel .form-table input.number-text { width: 100px; padding: 2px 0 2px 6px; margin-right: 10px; } .fixed .column-dn_anonymous, .fixed .column-dn_status { width: 4em; } .fixed .column-cp_target, .fixed .column-cp_funds, .fixed .column-cp_thumb, .fixed .column-dn_amount, .fixed .column-dn_recurrence, .fixed .column-dn_campaign { width: 10%; } .fixed .column-cp_categs, .fixed .column-dn_donator { width: 15%; } .fixed .column-menu_order .vers div { font-size: 18px; margin-left: -2px; } .fixed td.column-dn_status span { display: block; color: #ffffff; font-size: 14px; line-height: 22px; text-align: center; width: 20px; height: 20px; vertical-align: middle; -webkit-border-radius: 2px; border-radius: 2px; } .fixed td.column-dn_status span.publish { background-color: #00aa00; } .fixed td.column-dn_status span.pending_payment { background-color: #ffba00; } .fixed td.column-dn_status span.pending_offline, .fixed td.column-dn_status span.trash { background-color: #aa0000; } @media screen and (max-width: 782px) { .fixed .column-cp_thumb, .fixed .column-cp_categs, .fixed .column-dn_recurrence, .fixed .column-dn_donator, .fixed .column-dn_anonymous, .fixed .column-dn_campaign { display: none; } .fixed .column-dn_status { width: 55px; } .fixed .column-cp_target, .fixed .column-cp_funds, .fixed .column-dn_amount { width: 90px; } }