Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - exchange.css (Старый размер - 15624 | Новый - 0):
- 0. - #exchange_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - #ads_page.exchange_page {
- 5. - padding: 20px;
- 6. - }
- 7. - .exchange_not_found {
- 8. - margin: 20px 20px 15px;
- 9. - padding: 20px 0;
- 10. - line-height: 200%;
- 11. - text-align: center;
- 12. - color: #777;
- 13. - }
- 14. - .exchange_not_found.table {
- 15. - margin: 0px;
- 16. - background-color: #f7f7f7;
- 17. - }
- 18. -
- 19. - .exchange_table {
- 20. - border-collapse: collapse;
- 21. - width: 100%;
- 22. - }
- 23. - .exchange_table th {
- 24. - padding: 9px 8px 11px 5px;
- 25. - background-color: #e9edf0;
- 26. - color: #587183;
- 27. - font-weight: bold;
- 28. - white-space: nowrap;
- 29. - }
- 30. - .exchange_table th:first-child {
- 31. - padding-left: 10px;
- 32. - }
- 33. - .exchange_table tr {
- 34. - border-left: 1px solid #e9edf0;
- 35. - border-right: 1px solid #e9edf0;
- 36. - }
- 37. - #exchange_comm_search_table.exchange_table tr {
- 38. - border-left: none;
- 39. - border-right: none;
- 40. - }
- 41. - .exchange_table tr.even {
- 42. - background-color: #f5f7f7;
- 43. - }
- 44. - .exchange_table tr:first-child {
- 45. - border-top: 1px solid #e9edf0;
- 46. - }
- 47. - .exchange_table tr:last-child {
- 48. - border-bottom: 1px solid #e9edf0;
- 49. - }
- 50. - #exchange_comm_search_table.exchange_table tr:first-child {
- 51. - border-top: none;
- 52. - }
- 53. - #exchange_comm_search_table.exchange_table tr:last-child {
- 54. - border-bottom: none;
- 55. - }
- 56. - .exchange_table td {
- 57. - padding: 10px 5px;
- 58. - text-align: left;
- 59. - vertical-align: top;
- 60. - line-height: 160%;
- 61. - }
- 62. - #exchange_requests_list_table.exchange_table td,
- 63. - #exchange_info_requests_table.exchange_table td {
- 64. - padding: 6px 5px;
- 65. - }
- 66. - .exchange_table td:first-child {
- 67. - padding-left: 10px !important;
- 68. - }
- 69. - .exchange_table td:last-child {
- 70. - padding-right: 10px;
- 71. - }
- 72. - .exchange_table td.not_found {
- 73. - padding: 0px !important;
- 74. - }
- 75. - .exchange_table .grey {
- 76. - color: #666666;
- 77. - display: inline-block;
- 78. - min-width: 40px;
- 79. - margin-right: 5px;
- 80. - }
- 81. - .exchange_table .green {
- 82. - color: #37702a;
- 83. - }
- 84. - .exchange_table .red {
- 85. - color: #aa3333;
- 86. - }
- 87. - th.exchange_table_col_no_sorted {
- 88. - cursor: pointer;
- 89. - }
- 90. - .is_2x th.exchange_table_col_sort {
- 91. - background-image: url(/images/wide_dd_2x.png);
- 92. - }
- 93. - .button_blue button.exchange_btn_with_arr {
- 94. - padding-left: 8px;
- 95. - padding-right: 0;
- 96. - }
- 97. - .exchange_btn_with_arr span {
- 98. - padding-right: 20px;
- 99. - background: url(/images/backlink.gif) no-repeat 105% -126px;
- 100. - }
- 101. - #exchange_box_comment {
- 102. - width: 322px;
- 103. - margin-top: 10px;
- 104. - }
- 105. - .exchange_box_send_wrap {
- 106. - margin-top: 10px;
- 107. - }
- 108. -
- 109. - #exchange_comm_search_wrap {
- 110. -
- 111. - }
- 112. - #exchange_comm_search_table {
- 113. - margin: 15px 10px;
- 114. - width: 769px;
- 115. - }
- 116. - #exchange_comm_search_table td {
- 117. - line-height: 160%;
- 118. - }
- 119. - #exchange_comm_search_filters {
- 120. - padding: 0 0 15px 20px;
- 121. - background-color: #F7F7F7;
- 122. - }
- 123. - #exchange_comm_search_count {
- 124. - color: #9cabb8;
- 125. - }
- 126. - .exchange_filter_block {
- 127. - float: left;
- 128. - width: 192px;
- 129. - }
- 130. -
- 131. - .exchange_comm_thumb {
- 132. - width: 50px;
- 133. - }
- 134. - .exchange_comm_thumb img {
- 135. - width: 50px;
- 136. - height: 50px;
- 137. - display: block;
- 138. - -moz-border-radius: 3px;
- 139. - -webkit-border-radius: 3px;
- 140. - -khtml-border-radius: 3px;
- 141. - border-radius: 3px;
- 142. - }
- 143. - .exchange_comm_name {
- 144. - float: left;
- 145. - display: block;
- 146. - font-weight: bold;
- 147. - width: 180px;
- 148. - white-space: nowrap;
- 149. - overflow: hidden;
- 150. - text-overflow: ellipsis;
- 151. - text-align: left;
- 152. - }
- 153. - .font_medium .exchange_comm_name {
- 154. - width: 160px;
- 155. - }
- 156. - .exchange_club_info {
- 157. - background-color: #f7f7f7;
- 158. - padding: 20px 30px;
- 159. - }
- 160. - .exchange_comm_info {
- 161. - padding-left: 10px;
- 162. - }
- 163. - .exchange_comm_title {
- 164. - font-weight: bold;
- 165. - max-width: 280px;
- 166. - white-space: nowrap;
- 167. - overflow: hidden;
- 168. - text-overflow: ellipsis;
- 169. - }
- 170. - .exchange_comm_info_row {
- 171. - color: #666;
- 172. - padding-top: 5px;
- 173. - }
- 174. - .exchange_comm_info_row .label {
- 175. - width: 80px;
- 176. - }
- 177. - .exchange_comm_label {
- 178. - color: #777;
- 179. - }
- 180. - .exchange_filter_label {
- 181. - padding: 15px 0 7px 0;
- 182. - font-weight: bold;
- 183. - color: #2B587A;
- 184. - }
- 185. - #exchange_comm_search_filters input {
- 186. - width: 158px;
- 187. - }
- 188. - #exchange_comm_search_filters input.text {
- 189. - padding: 7px 8px 8px !important;
- 190. - height: 13px;
- 191. - }
- 192. - #exchange_tasks_list,
- 193. - #exchange_requests_list {
- 194. - padding-top: 4px;
- 195. - }
- 196. - #exchange_tasks_list_table,
- 197. - #exchange_requests_list_table {
- 198. - margin-top: 12px;
- 199. - }
- 200. - #exchange_campaigns_list {
- 201. - margin-bottom: 20px;
- 202. - }
- 203. - #exchange_campaigns_list_table {
- 204. - margin: 4px 0px 10px;
- 205. - }
- 206. - #exchange_clients_list_table {
- 207. - margin-top: 4px;
- 208. - }
- 209. - #exchange_tasks_list_table .title,
- 210. - #exchange_campaigns_list_table .title {
- 211. - width: 250px;
- 212. - overflow: hidden;
- 213. - text-overflow: ellipsis;
- 214. - }
- 215. - #exchange_tasks_list_table .actions {
- 216. - width: 130px;
- 217. - }
- 218. - .exchange_new_btn {
- 219. - margin-top: 2px;
- 220. - }
- 221. - .exchange_grey {
- 222. - color: #777;
- 223. - }
- 224. - .exchange_table_hint {
- 225. - color: #9cabb8;
- 226. - font-size: 0.91em;
- 227. - cursor: pointer;
- 228. - }
- 229. - .exchange_comm_info_row .exchange_table_hint {
- 230. - font-size: 1em;
- 231. - }
- 232. - .exchange_task_label .title {
- 233. - font-weight: bold;
- 234. - }
- 235. - .exchange_task_label a,
- 236. - .exchange_task_actions a {
- 237. - color: #45688E;
- 238. - }
- 239. - .exchange_task_label .date,
- 240. - .exchange_request_club .size {
- 241. - color: #777;
- 242. - padding: 7px 0px 0px;
- 243. - }
- 244. - .exchange_task_request {
- 245. - color: #555;
- 246. - }
- 247. - #exchange_campaigns_list_table .exchange_task_request {
- 248. - width: 150px;
- 249. - }
- 250. - .exchange_task_actions .view {
- 251. - padding-top: 7px;
- 252. - }
- 253. - #exchange_post_requests .exchange_tabs {
- 254. - padding-top: 3px;
- 255. - }
- 256. - .exchange_subtab1 {
- 257. - float: left;
- 258. - -moz-border-radius: 2px;
- 259. - border-radius: 2px;
- 260. - cursor: pointer;
- 261. - margin-right: 5px;
- 262. - color: #2B587A;
- 263. - }
- 264. - #exchange_stats_period_tabs .exchange_subtab1 {
- 265. - margin-right: 0px;
- 266. - margin-left: 5px;
- 267. - }
- 268. - .exchange_subtab1.hidden {
- 269. - display: none;
- 270. - }
- 271. - .exchange_subtab1:hover {
- 272. - background-color: #E1E7ED;
- 273. - }
- 274. - .exchange_subtab1.active {
- 275. - background-color: #597DA3;
- 276. - color: white;
- 277. - cursor: default;
- 278. - }
- 279. - .exchange_subtab2 {
- 280. - padding: 3px 6px 4px;
- 281. - }
- 282. - .exchange_subtab_cnt {
- 283. - display: inline-block;
- 284. - padding-left: 3px;
- 285. - font-weight: bold;
- 286. - color: #6E859E;
- 287. - }
- 288. - .exchange_subtab1.active .exchange_subtab_cnt {
- 289. - color: #d5dde3;
- 290. - }
- 291. - .is_rtl1 .exchange_subtab_cnt {
- 292. - padding-left: 0px;
- 293. - padding-right: 3px;
- 294. - }
- 295. - #exchange_requests_list_table th.title,
- 296. - #exchange_requests_list_table th.club {
- 297. - width: 180px;
- 298. - }
- 299. - #exchange_requests_list_table th.status {
- 300. - width: 90px;
- 301. - }
- 302. - .exchange_request_task .title,
- 303. - .exchange_request_club .title {
- 304. - font-weight: bold;
- 305. - overflow: hidden;
- 306. - text-overflow: ellipsis;
- 307. - white-space: nowrap;
- 308. - }
- 309. - .exchange_request_task .title {
- 310. - max-width: 190px;
- 311. - }
- 312. - .exchange_request_club .title {
- 313. - max-width: 250px;
- 314. - }
- 315. - .exchange_request_task a,
- 316. - .exchange_request_club a {
- 317. - color: #45688E;
- 318. - }
- 319. - .exchange_request_status .extra_info {
- 320. - padding-top: 3px;
- 321. - }
- 322. - #exchange_info_requests_table .exchange_request_price {
- 323. - max-width: 400px;
- 324. - }
- 325. - .exchange_request_price .extra_info {
- 326. - padding-bottom: 3px;
- 327. - }
- 328. - .exchange_request_status span {
- 329. - display: inline-block;
- 330. - vertical-align: top;
- 331. - }
- 332. - .exchange_request_actions{
- 333. - white-space: nowrap;
- 334. - }
- 335. - #exchange_post_msg_wrap {
- 336. - width: 440px;
- 337. - }
- 338. - #exchange_post_msg {
- 339. - background-color: #edf1f5;
- 340. - padding: 6px 10px 10px;
- 341. - }
- 342. - #exchange_post_msg_wrap.short #exchange_post_msg {
- 343. - max-height: 150px;
- 344. - overflow: hidden;
- 345. - }
- 346. - #exchange_post_msg .wall_post_text,
- 347. - #exchange_post_msg .wpe_buttons {
- 348. - width: 410px;
- 349. - }
- 350. - #exchange_post_msg #wpe_text {
- 351. - width: 412px;
- 352. - }
- 353. - #exchange_post_msg #wpe_cont {
- 354. - margin-top: 4px;
- 355. - }
- 356. - #exchange_post_msg .fw_post_author,
- 357. - #exchange_post_msg .wpe_info {
- 358. - display: none;
- 359. - }
- 360. - .exchange_title_head {
- 361. - border-bottom: 1px solid #dee1e3;
- 362. - color: #45688E;
- 363. - margin: 1px 0 8px;
- 364. - padding: 0 0 4px;
- 365. - text-align: left;
- 366. - }
- 367. - .exchange_title_head .title {
- 368. - font-size: 1.18em;
- 369. - font-weight: bold;
- 370. - }
- 371. - #exchange_post_info_wrap {
- 372. - width: 290px;
- 373. - }
- 374. - .exchange_post_info_row {
- 375. - padding-bottom: 7px;
- 376. - }
- 377. - .exchange_post_info_row .label {
- 378. - width: 150px;
- 379. - color: #666666;
- 380. - }
- 381. - #exchange_post_wrap .exchange_post_info_row .label {
- 382. - width: 125px;
- 383. - }
- 384. - #ads_post_title_text {
- 385. - max-width: 165px;
- 386. - overflow: hidden;
- 387. - text-overflow: ellipsis;
- 388. - white-space: nowrap;
- 389. - position: relative;
- 390. - }
- 391. - .exchange_post_info_empty_row {
- 392. - padding-top: 10px;
- 393. - }
- 394. - .exchange_info_search {
- 395. - margin: 10px 0px;
- 396. - }
- 397. - #exchange_post_requests {
- 398. - padding-top: 20px;
- 399. - }
- 400. - #exchange_info_requests_table {
- 401. - margin-top: 12px;
- 402. - }
- 403. - #exchange_post_stats {
- 404. - padding-top: 20px;
- 405. - }
- 406. - #wrapper_ads_post_stats_graph {
- 407. - padding-top: 10px;
- 408. - }
- 409. - #ads_post_stats_graph .graph_menu_item {
- 410. - margin-top: -4px;
- 411. - }
- 412. - #exchange_box_error {
- 413. - margin-bottom: 10px;
- 414. - }
- 415. - #exchange_request_box_error {
- 416. - margin-bottom: 18px;
- 417. - display: none;
- 418. - }
- 419. - .exchange_request_title {
- 420. - color: #45688E;
- 421. - line-height: 1.27em;
- 422. - margin: 0px;
- 423. - padding: 26px 0px 9px;
- 424. - font-size: 1.09em;
- 425. - font-weight: bold;
- 426. - }
- 427. - .exchange_request_info {
- 428. - padding: 0 20px 22px 30px;
- 429. - }
- 430. - #exchange_request_time_from_d_datepicker_container,
- 431. - #exchange_request_time_to_d_datepicker_container {
- 432. - display: none;
- 433. - }
- 434. - .exchange_date_sep {
- 435. - width: 30px;
- 436. - height: 20px;
- 437. - line-height: 20px;
- 438. - text-align: center;
- 439. - }
- 440. - #exchange_request_comment {
- 441. - width: 282px;
- 442. - }
- 443. - .exchange_comm_title a {
- 444. - color: #45688e;
- 445. - }
- 446. - .exchange_comm_thumb_box {
- 447. - width: 75px;
- 448. - }
- 449. - .exchange_comm_thumb_box img {
- 450. - width: 75px;
- 451. - height: 75px;
- 452. - display: block;
- 453. - -moz-border-radius: 3px;
- 454. - -webkit-border-radius: 3px;
- 455. - -khtml-border-radius: 3px;
- 456. - border-radius: 3px;
- 457. - }
- 458. - #exchange_post_msg_more {
- 459. - margin-top: -3px;
- 460. - display: none;
- 461. - overflow: hidden;
- 462. - }
- 463. - #exchange_post_msg_wrap.short #exchange_post_msg_more {
- 464. - display: block;
- 465. - }
- 466. - #exchange_post_msg_more a {
- 467. - display: block;
- 468. - text-align: center;
- 469. - color: #45688E;
- 470. - padding: 10px 0px 12px;
- 471. - background: #E7ECF1;
- 472. - }
- 473. - #exchange_post_msg_more a:hover {
- 474. - text-decoration: none;
- 475. - background: #E0E6EC;
- 476. - }
- 477. - #exchange_post_msg_more .more_sh {
- 478. - background: #C1C7CA;
- 479. - height: 3px;
- 480. - overflow: hidden;
- 481. - position: relative;
- 482. - z-index: 1550;
- 483. - opacity: 0.55;
- 484. - filter: alpha(opacity=55);
- 485. - }
- 486. - #exchange_info_archive.loading {
- 487. - background: url(/images/upload.gif) no-repeat 100% 50%;
- 488. - }
- 489. - #exchange_info_archive.loading a {
- 490. - visibility: hidden;
- 491. - }
- 492. - #exchange_info_in_archive {
- 493. - color: #909090;
- 494. - padding-top: 10px;
- 495. - }
- 496. - #exchange_tasks_info {
- 497. - padding: 2px 0 20px;
- 498. - }
- 499. - #exchange_post_info {
- 500. - padding-top: 2px;
- 501. - }
- 502. - a.exchange_ad_post_stats,
- 503. - a.exchange_ad_post_link,
- 504. - .exchange_ad_post_club_commment {
- 505. - display: inline-block;
- 506. - margin: 3px 5px 0 0;
- 507. - padding: 0;
- 508. - width: 18px;
- 509. - height: 18px;
- 510. - background: #ebeff5 url(/images/icons/mono_iconset.gif) no-repeat 4px -204px;
- 511. - }
- 512. - a.exchange_ad_post_link {
- 513. - background-position: 4px -233px;
- 514. - }
- 515. - .exchange_ad_post_club_commment {
- 516. - background-position: 4px -189px;
- 517. - }
- 518. - .exchange_ad_post_waiting_time {
- 519. - padding-top: 2px;
- 520. - font-size: 0.91em;
- 521. - color: #999;
- 522. - white-space: nowrap;
- 523. - }
- 524. - a.exchange_ad_post_link.deleted {
- 525. - opacity: 0.5;
- 526. - filter: alpha(opacity=50);
- 527. - cursor: default;
- 528. - }
- 529. - a.exchange_ad_post_stats:hover,
- 530. - a.exchange_ad_post_link:hover,
- 531. - .exchange_ad_post_club_commment:hover {
- 532. - background-color: #dde4ed;
- 533. - }
- 534. - .even a.exchange_ad_post_stats:hover,
- 535. - .even a.exchange_ad_post_link:hover,
- 536. - .even .exchange_ad_post_club_commment:hover {
- 537. - background-color: #d5e0e5;
- 538. - }
- 539. - a.exchange_ad_post_link.deleted:hover {
- 540. - background-color: #ebeff5;
- 541. - }
- 542. - #ads_post_title_input,
- 543. - #ads_post_title_link {
- 544. - position: relative;
- 545. - }
- 546. - #ads_post_title_text {
- 547. - border-bottom: 1px dashed #2B587A;
- 548. - text-decoration: none;
- 549. - display: block;
- 550. - position: absolute;
- 551. - }
- 552. - #ads_post_title {
- 553. - width: 160px;
- 554. - position: absolute;
- 555. - top: -4px;
- 556. - left: -4px;
- 557. - }
- 558. - .exchange_post_more {
- 559. - position: relative;
- 560. - top: 2px;
- 561. - font-weight: bold;
- 562. - color: #91A4B8;
- 563. - -webkit-transition: color 200ms linear;
- 564. - -moz-transition: color 200ms linear;
- 565. - -o-transition: color 200ms linear;
- 566. - transition: color 200ms linear;
- 567. - }
- 568. - .exchange_post_more:hover {
- 569. - color: #45688E;
- 570. - text-decoration: none;
- 571. - }
- 572. - .exchange_info_msg {
- 573. - background-color: #FFFFFF;
- 574. - border: 1px solid #BCC9D7;
- 575. - font-weight: normal;
- 576. - padding: 8px 11px;
- 577. - line-height: 160%;
- 578. - }
- 579. - .dark_box_cont.exchange {
- 580. - padding-top: 5px;
- 581. - }
- 582. - .dark_box_cont.exchange .dark_box_label {
- 583. - padding-top: 20px;
- 584. - }
- 585. - .wk_postbox_content.exchange #wk_content {
- 586. - width: 510px;
- 587. - }
- 588. - .wk_postbox_content.exchange #pb_title,
- 589. - #exchange_repost_link {
- 590. - padding: 7px 5px 8px !important;
- 591. - width: 446px;
- 592. - }
- 593. - .wk_postbox_content.exchange #pb_text {
- 594. - width: 446px;
- 595. - }
- 596. - .wk_postbox_content.exchange #pb_send_btn {
- 597. - margin-top: 20px;
- 598. - }
- 599. - .wk_postbox_content.exchange #pb_error {
- 600. - margin-top: 20px;
- 601. - }
- 602. - .wk_postbox_content.exchange #pb_add_media {
- 603. - padding-top: 0px;
- 604. - }
- 605. - .wk_postbox_content.exchange #wk_close_link {
- 606. - padding: 17px 26px 18px;
- 607. - }
- 608. - #exchange_repost_preview .wall_module {
- 609. - margin-top: 15px;
- 610. - }
- 611. - #exchange_repost_preview .published_by_quote .wall_post_text {
- 612. - width: 420px;
- 613. - }
- 614. - #exchange_comment_label {
- 615. - display: none;
- 616. - }
- 617. -
- 618. - #filter_city_row {
- 619. - padding-top: 7px;
- 620. - }
- 621. - #exchange_comm_search_filters #exchange_search_input {
- 622. - padding: 7px 8px 8px!important;
- 623. - background: url(/images/magglass.png) no-repeat scroll 95% 8px white;
- 624. - height: 13px;
- 625. - outline: none;
- 626. - }
- 627. - #exchange_search_input::-ms-clear {
- 628. - display: none;
- 629. - }
- 630. - #exchange_search_progress {
- 631. - background: url("/images/upload.gif") no-repeat scroll center center transparent;
- 632. - display: none;
- 633. - height: 23px;
- 634. - margin-left: -41px;
- 635. - margin-top: 2px;
- 636. - position: relative;
- 637. - width: 32px;
- 638. - z-index: 95;
- 639. - }
- 640. - #exchange_search_wrap.loading #exchange_search_input {
- 641. - background-image: none;
- 642. - }
- 643. - #exchange_search_wrap.loading #exchange_search_progress {
- 644. - display: block;
- 645. - }
- 646. - #exchange_more_results td {
- 647. - padding: 0;
- 648. - border-bottom: none;
- 649. - }
- 650. - #exchange_more_results a {
- 651. - display: block;
- 652. - padding: 10px 0px;
- 653. - margin: 0;
- 654. - text-align: center;
- 655. - }
- 656. - #exchange_more_results a:hover {
- 657. - background: #E1E7ED;
- 658. - border-color: #DAE1E8;
- 659. - text-decoration: none;
- 660. - }
- 661. - #exchange_repost_link_wrap {
- 662. - display: none;
- 663. - }
- 664. -
- 665. - #exchange_button_send {
- 666. - display: block;
- 667. - padding-top: 15px;
- 668. - }
- 669. - #exchange_requests_terms {
- 670. - width: 290px;
- 671. - line-height: 160%;
- 672. - padding-top: 12px;
- 673. - }
- 674. - .exchange_hint_tt .tail_wrap {
- 675. - position: absolute;
- 676. - top: auto;
- 677. - bottom: -5px;
- 678. - left: 17px;
- 679. - z-index: 2001;
- 680. - }
- 681. - .exchange_hint_tt .toup .tail_wrap {
- 682. - top: -7px;
- 683. - bottom: auto;
- 684. - }
- 685. - .exchange_hint_tt .tail {
- 686. - background: url(/images/ddtooltip.png) -3px -5px no-repeat;
- 687. - width: 11px;
- 688. - height: 8px;
- 689. - }
- 690. - .exchange_hint_tt .toup .tail {
- 691. - background-position: -3px 2px;
- 692. - }
- 693. - .exchange_hint_tt .hint_wrap {
- 694. - width: 273px;
- 695. - padding: 8px 5px;
- 696. - line-height: 160%;
- 697. - color: #000000;
- 698. - }
- 699. - .exchange_hint_tt .hint_wrap.title {
- 700. - width: 170px;
- 701. - }
- 702. - .exchange_new_union {
- 703. - padding-top: 10px;
- 704. - }
- 705. - .exchange_new_union_img {
- 706. - margin: 30px 0px;
- 707. - height: 160px;
- 708. - background: url(/images/join/ads_union.png) no-repeat 50% 0%;
- 709. - }
- 710. - .exchange_create_union {
- 711. - text-align: center;
- 712. - }
- 713. - #exchange_new_union_error {
- 714. - margin: 10px 0px;
- 715. - display: none;
- 716. - }
- 717. - #exchange_campaign_title {
- 718. - padding: 7px 5px 8px !important;
- 719. - width: 212px;
- 720. - }
- 721. - #exchange_choose_campaign {
- 722. - display: inline-block;
- 723. - margin: 3px 2px 0px 0px;
- 724. - }
- 725. - #exchange_msg,
- 726. - #exchange_error {
- 727. - margin-bottom: 20px;
- 728. - }
- 729. -
- 730. - .exchange_table_tt table .tt_text {
- 731. - color: #000;
- 732. - line-height: 150%;
- 733. - padding: 10px;
- 734. - width: 285px;
- 735. - }
- 736. - .exchange_table_tt table.toup1 .bottom_pointer {
- 737. - margin-right: 0px;
- 738. - margin-left: 34px;
- 739. - display: block;
- 740. - background: url(/images/tooltip_arrow_white.gif) no-repeat;
- 741. - }
- 742. - .exchange_table_tt table.toup .top_pointer {
- 743. - margin-right: 0px;
- 744. - margin-left: 34px;
- 745. - display: block;
- 746. - bottom: -2px;
- 747. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 748. - }
- 749. -
- 750. - .exchange_request_comment {
- 751. - padding-top: 15px;
- 752. - }
- 753. - .exchange_request_comment .exchange_hint_tt {
- 754. - border: 1px solid #C0CAD5;
- 755. - position: relative;
- 756. - background: #FFF;
- 757. - }
- 758. - .exchange_request_comment .exchange_hint_tt .tail_wrap {
- 759. - top: -6px;
- 760. - bottom: auto;
- 761. - left: 32px;
- 762. - }
- 763. - .exchange_request_comment .exchange_hint_tt .tail {
- 764. - background: url(/images/adcomment_arrow.png) no-repeat;
- 765. - width: 11px;
- 766. - height: 6px;
- 767. - }
- 768. - .exchange_union_box table {
- 769. - border-spacing: 0px;
- 770. - }
- 771. - .exchange_union_box .label {
- 772. - color: #777;
- 773. - padding: 7px 10px 7px 0px;
- 774. - }
- 775. - .exchange_union_box input {
- 776. - width: 200px;
- 777. - padding: 7px 5px 8px
- 778. - }
- 779. - .exchange_client_all_limit a {
- 780. - border-bottom: 1px dashed #2B587A;
- 781. - text-decoration: none;
- 782. - }
- 783. - .exchange_stats_period_wrap {
- 784. - padding: 4px 0px 8px;
- 785. - }
- 786. - .exchange_stats_period_info .exchange_post_info_row {
- 787. - padding: 3px 0px 4px;
- 788. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment