/** * affiliates_admin.css * * Copyright (c) 2010, 2011 "kento" Karim Rahimpur www.itthinx.com * * This code is released under the GNU General Public License. * See COPYRIGHT.txt and LICENSE.txt. * * This code is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * This header and all notices must be kept intact. * * @author Karim Rahimpur * @package affiliates * @since affiliates 1.0.0 */ label.field-label { padding-right: 0.5em; padding-left: 1em; } label.field-label.first { padding-left: 0; } a.addtoaffiliate { padding: 5px 10px; margin: 5px; } a.removefromaffiliate { padding: 0 5px; } .missing { border: 1px solid #fff; } .affiliate-link { font-weight: bold; font-style: italic; color: #339; } .affiliate-permalink { font-weight: bold; font-style: italic; color: #393; } .affiliate { padding: 1em; margin: 5px 1em 5px 0; border: #ddd 1px solid; } .affiliate.new { background-color: #ccc; } .affiliate.odd { background-color: #fff; } .affiliate.even { background-color: #eee; } /* overviews */ .hits-overview, .hits-affiliates-overview, .referrals-overview { padding-right: 1em; } div.details-referrals, div.details-hits { padding-left: 1em; } .hits-overview .page-options, .hits-affiliates-overview .page-options, .referrals-overview .page-options { float: left; display: inline; width: 250px; } .hits-overview .tablenav.top, .hits-affiliates-overview .tablenav.top, .referrals-overview .tablenav.top { display: inline; width: 250px; } .hits-overview .odd, .hits-affiliates-overview .odd { background-color: #fff; } .hits-overview .even, .hits-affiliates-overview .even { background-color: #f9f9f9; } .referrals-overview .odd { background-color: #f9f9f9; } .referrals-overview .even { background-color: #f3f3f3; } .referrals-overview .view-toggle .expander, .referrals-overview .view-toggle .view-toggle-label { font-size: 0.8em; color: #999; display: inline; } .referrals-overview table.referrals th.datetime { width: 15%; } .referrals-overview table.referrals th.post_title { width: 50%; } .referrals-overview table.referrals th.name { width: 15%; } .referrals-overview table.referral-data td.referral-data-title { width: 15%; } .referrals-overview table.referral-data td.referral-data-value { width: 85%; } .referrals-overview tr.details-referrals { border: 1px solid #000; } .referrals-overview td.post_title { font-weight: bold; } .referrals-overview td.referral-data-title { font-size: 0.8em; padding-left: 1em; text-align: right; border: none; } .referrals-overview td.referral-data-value { border-color: #eee; } /* .visits-overview th, .visits-overview td { padding: 5px; min-width: 100px; } .visits-overview th.column-date, .visits-overview td.date { text-align: left; } .visits-overview th.visits, .visits-overview th.hits, .visits-overview th.referrals, .visits-overview th.ratio { text-align: right; } .visits-overview td.visits, .visits-overview td.hits, .visits-overview td.referrals, .visits-overview td.ratio { text-align: right; } */ .filters { background-color: #fff; padding: 1em; margin-bottom: 1em; border: 1px solid #ddd; } .expanded-filter, .show-inoperative-filter { padding-left: 1em; padding-right: 5px; } .affiliate-id-filter, .from-date-filter, .thru-date-filter { margin-right: 1em; } .thru-date-filter { } input[name="clear_filters"] { float:right; } .warning { color: #933; } input.timeout { width: 4em; text-align: right; } table.affiliates-permissions thead tr td.role { font-weight: bold; } table.affiliates-permissions thead tr td.cap { padding: 0 1em; font-weight: bold; text-align: center; } table.affiliates-permissions tbody tr td.checkbox { text-align: center; } .affiliates-footer { border-top: 1px solid #ccc; padding-top: 0.5em; margin-top: 0.5em; color: #333; }