| 1 |
.form_title { |
| 2 |
padding:10px 0 20px 0; |
| 3 |
font-size:20px; |
| 4 |
} |
| 5 |
.stats tr { |
| 6 |
border: none !important; |
| 7 |
} |
| 8 |
.stats td { |
| 9 |
border: none !important; |
| 10 |
padding: 5px 3px; |
| 11 |
} |
| 12 |
.submission_params .reports { |
| 13 |
display:inline-block; |
| 14 |
border: 1px solid #A7A7A7 !important; |
| 15 |
text-align: center; |
| 16 |
border-radius: 8px; |
| 17 |
padding: 4px 2px; |
| 18 |
} |
| 19 |
.submission_params .csv_xml { |
| 20 |
width: 100%; |
| 21 |
margin-top: -26px; |
| 22 |
text-align:right; |
| 23 |
} |
| 24 |
.search_and_pagination { |
| 25 |
margin-top:20px; |
| 26 |
} |
| 27 |
.submissions { |
| 28 |
margin-top:20px; |
| 29 |
border-top:1px solid #ccc !important; |
| 30 |
table-layout: auto; |
| 31 |
} |
| 32 |
.submissions th { |
| 33 |
padding: 3px; |
| 34 |
text-align: center; |
| 35 |
} |
| 36 |
.submissions tr, .submissions tr table tr { |
| 37 |
border:none !important; |
| 38 |
} |
| 39 |
.submissions tbody tr { |
| 40 |
border-bottom: solid 1px #ddd !important; |
| 41 |
} |
| 42 |
.submissions td { |
| 43 |
padding: 10px 4px; |
| 44 |
border:none !important; |
| 45 |
} |
| 46 |
.submissions tr.row1 { |
| 47 |
background-color: #f0f0ee !important; |
| 48 |
} |
| 49 |
.submissions .simple_table td { |
| 50 |
padding: 0px !important; |
| 51 |
} |
| 52 |
.submissions a { |
| 53 |
color:#000 !important; |
| 54 |
font-weight:bold; |
| 55 |
text-decoration:none; |
| 56 |
} |
| 57 |
.submissions a:hover { |
| 58 |
background:transparent !important; |
| 59 |
} |
| 60 |
.submissions a img { |
| 61 |
margin-left: 2px; |
| 62 |
} |
| 63 |
.submissions input:focus, .stats .inputbox:focus { |
| 64 |
border: 1px solid #A9A9A9 !important; |
| 65 |
outline: none !important; |
| 66 |
padding: 1px; |
| 67 |
} |
| 68 |
|
| 69 |
.submissions .inputbox:focus { |
| 70 |
border: 1px solid #A9A9A9 !important; |
| 71 |
outline: none; |
| 72 |
} |
| 73 |
.csv_xml input, .stats input[type="button"], .submission_params input[type="button"], .csv_xml input:hover, .stats input[type="button"]:hover, .csv_xml input:active, .stats input[type="button"]:active , .submissions .button, .submissions .button:hover, .submissions .button:active, .stats .button, .stats .button:hover, .stats .button:active { |
| 74 |
padding: 4px !important; |
| 75 |
background: transparent !important; |
| 76 |
border: 1px solid #A7A7A7 !important; |
| 77 |
border-radius: 2px !important; |
| 78 |
box-shadow: 1px 1px 1px #E7E7E7 !important; |
| 79 |
color: black !important; |
| 80 |
} |
| 81 |
.csv_xml input:hover, .stats input[type="button"]:hover { |
| 82 |
cursor: pointer; |
| 83 |
} |
| 84 |
.payment_info_fc { |
| 85 |
width: 72px; |
| 86 |
} |
| 87 |
.pagination_td ul { |
| 88 |
list-style-type:none !important; |
| 89 |
} |
| 90 |
.pagination_td li { |
| 91 |
display:inline-block; |
| 92 |
} |
| 93 |
.tablenav .tablenav-pages { |
| 94 |
float: right; |
| 95 |
display: block; |
| 96 |
cursor: default; |
| 97 |
height: 30px; |
| 98 |
color: #555; |
| 99 |
line-height: 30px; |
| 100 |
font-size: 12px; |
| 101 |
} |
| 102 |
.tablenav .displaying-num { |
| 103 |
margin-right: 2px; |
| 104 |
color: #777; |
| 105 |
font-size: 12px; |
| 106 |
font-style: italic; |
| 107 |
} |
| 108 |
.tablenav .tablenav-pages .current_page { |
| 109 |
width:15%; |
| 110 |
text-align: center; |
| 111 |
} |
| 112 |
.tablenav .tablenav-pages a.disabled, |
| 113 |
.tablenav .tablenav-pages a.disabled:active, |
| 114 |
.tablenav .tablenav-pages a.disabled:focus, |
| 115 |
.tablenav .tablenav-pages a.disabled:hover { |
| 116 |
color: #aaa; |
| 117 |
background: #eee; |
| 118 |
background: rgba(0,0,0,.05); |
| 119 |
} |
| 120 |
.tablenav .tablenav-pages a { |
| 121 |
padding: 0 10px 3px; |
| 122 |
background: #eee; |
| 123 |
background: rgba(0,0,0,.05); |
| 124 |
font-size: 16px; |
| 125 |
font-weight: 400; |
| 126 |
} |
| 127 |
.tablenav { |
| 128 |
clear: both; |
| 129 |
height: 30px; |
| 130 |
margin: 6px 0 4px; |
| 131 |
vertical-align: middle; |
| 132 |
} |
| 133 |
.inputbox { |
| 134 |
padding: 0; |
| 135 |
border: 1px solid #d4d0ba; |
| 136 |
border-radius: 3px; |
| 137 |
} |
| 138 |
.submissions pre { |
| 139 |
background: transparent; |
| 140 |
margin: 0 !important; |
| 141 |
padding: 0 !important; |
| 142 |
} |
| 143 |
.submissions pre { |
| 144 |
vertical-align: middle !important |
| 145 |
} |
| 146 |
.wd_front_submissons_th{ |
| 147 |
min-width:150px; |
| 148 |
max-width:200px; |
| 149 |
} |
| 150 |
.container-wrap .submission_params input[type="text"], .container-wrap .stats input[type="text"] { |
| 151 |
width: initial !important; |
| 152 |
padding: 0 !important; |
| 153 |
} |
| 154 |
|
| 155 |
|