Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - ads.css (Старый размер - 26964 | Новый - 0):
- 0. - #ads_css { display: none; }
- 1. -
- 2. - /* ------- */
- 3. - /* General */
- 4. - /* ------- */
- 5. -
- 6. - ul.ads_listing {
- 7. - padding: 0 0 0 30px;
- 8. - margin: 0 0 15px 0;
- 9. - }
- 10. - ul.ads_listing li {
- 11. - list-style: square;
- 12. - color: #758EAC;
- 13. - line-height: 160%;
- 14. - }
- 15. - ul.ads_listing li span {
- 16. - color: #000000;
- 17. - }
- 18. -
- 19. - a .ads_sub_link:hover {
- 20. - text-decoration: underline;
- 21. - }
- 22. -
- 23. - .ads_h2_add {
- 24. - font-weight: normal;
- 25. - font-size: 11px;
- 26. - padding-top: 0.185em;
- 27. - }
- 28. - .font_medium .ads_h2_add {
- 29. - font-size: 12px;
- 30. - padding-top: 0.14em;
- 31. - }
- 32. -
- 33. - .ads_gradient_progress_wrap {
- 34. - height: 18px;
- 35. - margin: 0 auto;
- 36. - background: #FFFFFF;
- 37. - border: 1px solid #CCCCCC;
- 38. - }
- 39. -
- 40. - .ads_gradient_progress {
- 41. - height: 18px;
- 42. - background: #597DA3 url(/images/progress_grad.gif) repeat;
- 43. - border: 1px solid #45688E;
- 44. - margin: -1px;
- 45. - }
- 46. -
- 47. - /* ---- */
- 48. - /* Page */
- 49. - /* ---- */
- 50. -
- 51. - #ads_page_wrap2 {
- 52. - border: 1px solid #EBF0F4;
- 53. - border-top: 0;
- 54. - width: 791px;
- 55. - float: right;
- 56. - }
- 57. -
- 58. - #ads_page_wrap1 {
- 59. - border: 1px solid #DAE1E8;
- 60. - border-top: 0;
- 61. - width: 789px;
- 62. - overflow: hidden;
- 63. - }
- 64. -
- 65. - #ads_page {
- 66. - padding: 20px;
- 67. - }
- 68. - #ads_page.ads_page_no_padding {
- 69. - padding: 0;
- 70. - }
- 71. -
- 72. - #ads_page_top {
- 73. - padding-top: 15px;
- 74. - }
- 75. -
- 76. - .ads_page_extra_wide #ads_page_wrap2,
- 77. - .ads_page_extra_wide #ads_page_wrap1 {
- 78. - width: auto;
- 79. - }
- 80. -
- 81. - .ads_page_extra_wide #ads_page_wrap2 {
- 82. - float: none;
- 83. - }
- 84. -
- 85. - #ads_page_bottom_info {
- 86. - border-top: 1px solid #C3CAD2;
- 87. - background-color: #F7F7F7;
- 88. - text-align: center;
- 89. - padding: 6px 20px;
- 90. - color: #444444;
- 91. - }
- 92. -
- 93. - .ads_page_small {
- 94. - padding: 0 60px;
- 95. - }
- 96. -
- 97. - /* ----- */
- 98. - /* Title */
- 99. - /* ----- */
- 100. -
- 101. - #ads_page_title {
- 102. - background-color: #E9EDF1;
- 103. - padding: 7px 10px;
- 104. - margin: 0;
- 105. - font-weight: bold;
- 106. - color: #607387;
- 107. - line-height: 140%;
- 108. - }
- 109. -
- 110. - #ads_page_title h1 {
- 111. - font-size: 1em;
- 112. - overflow: hidden;
- 113. - padding: 0;
- 114. - margin: 0;
- 115. - }
- 116. -
- 117. - #ads_page_title h1 a {
- 118. - color: #2B587A;
- 119. - }
- 120. -
- 121. - #ads_page_title b {
- 122. - color: #AAB7C5;
- 123. - float: right;
- 124. - }
- 125. -
- 126. - /* --------------- */
- 127. - /* Main navigation */
- 128. - /* --------------- */
- 129. -
- 130. - .ads_page_extra_wide #ads_navigation {
- 131. - display: none;
- 132. - }
- 133. -
- 134. - #ads_navigation {
- 135. - width: 150px;
- 136. - padding: 12px 0 12px 0;
- 137. - word-wrap: break-word;
- 138. - }
- 139. -
- 140. - #ads_navigation .edit_button_wrap {
- 141. - padding-bottom: 10px;
- 142. - }
- 143. -
- 144. - #ads_navigation.ads_nav .nav {
- 145. - max-width: 128px;
- 146. - }
- 147. -
- 148. - #ads_navigation a:hover {
- 149. - text-decoration: none;
- 150. - }
- 151. -
- 152. - /* ------------------------------ */
- 153. - /* Main navigation - offices menu */
- 154. - /* ------------------------------ */
- 155. -
- 156. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav {
- 157. - padding-right: 1px;
- 158. - width: 137px;
- 159. - max-width: 137px;
- 160. - }
- 161. -
- 162. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link {
- 163. - display: block;
- 164. - }
- 165. -
- 166. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text_wrap {
- 167. - display: block;
- 168. - overflow: hidden;
- 169. - white-space: nowrap;
- 170. - font-size: 0; /* Remove extra margin from inline-block */
- 171. - }
- 172. -
- 173. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 174. - display: inline-block;
- 175. - overflow: hidden;
- 176. - white-space: nowrap;
- 177. - font-size: 11px; /* Remove extra margin from inline-block */
- 178. - }
- 179. - .font_medium #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 180. - font-size: 12px;
- 181. - }
- 182. -
- 183. - .dd_menu.ads_navigation_dd_menu_header_wrap {
- 184. - margin: 4px 0 0 7px;
- 185. - }
- 186. -
- 187. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header {
- 188. - width: 148px;
- 189. - }
- 190. -
- 191. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div {
- 192. - background-position: right -14px;
- 193. - *background-position: right -13px;
- 194. - }
- 195. -
- 196. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div #ads_navigation_dd_menu_header_text {
- 197. - padding: 1px 0 1px 4px;
- 198. - display: block;
- 199. - overflow: hidden;
- 200. - white-space: nowrap;
- 201. - }
- 202. -
- 203. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_body .ads_office_name_wrap {
- 204. - display: inline-block;
- 205. - overflow: hidden;
- 206. - max-width: 300px;
- 207. - }
- 208. -
- 209. - /* ---------------------- */
- 210. - /* Main navigation - news */
- 211. - /* ---------------------- */
- 212. -
- 213. - .ads_naviagation_news {
- 214. - padding: 20px 0 5px 11px;
- 215. - }
- 216. -
- 217. - .ads_naviagation_news .news_title {
- 218. - font-weight: bold;
- 219. - color: #2B587A;
- 220. - padding-bottom: 10px;
- 221. - }
- 222. -
- 223. - .ads_naviagation_news ul {
- 224. - padding: 0;
- 225. - margin: 0;
- 226. - list-style-type: none;
- 227. - color: #758EAC;
- 228. - }
- 229. -
- 230. - .ads_naviagation_news li {
- 231. - padding-bottom: 10px;
- 232. - }
- 233. -
- 234. - .ads_naviagation_news span {
- 235. - color: #666666;
- 236. - font-size: 0.91em;
- 237. - }
- 238. -
- 239. - #ads_navigation .ads_naviagation_news a:hover {
- 240. - text-decoration: underline;
- 241. - }
- 242. -
- 243. - /* ---------- */
- 244. - /* Navigation */
- 245. - /* ---------- */
- 246. -
- 247. - .ads_nav .nav {
- 248. - padding: 4px 10px;
- 249. - display: block;
- 250. - overflow: hidden;
- 251. - }
- 252. -
- 253. - .ads_nav .nav {
- 254. - border: 1px solid white;
- 255. - background-color: white;
- 256. - }
- 257. -
- 258. - .ads_nav .nav:hover {
- 259. - background-color: #E1E7ED;
- 260. - border-color: #E1E7ED;
- 261. - text-decoration: none;
- 262. - }
- 263. -
- 264. - .ads_nav .nav_selected,
- 265. - .ads_nav .nav_selected:hover {
- 266. - border-color: #517295;
- 267. - background-color: #5e82a8;
- 268. - color: white;
- 269. - }
- 270. -
- 271. - .ads_nav .nav_separator {
- 272. - border-bottom: 1px solid #D3DBE1;
- 273. - height: 1px;
- 274. - overflow: hidden;
- 275. - margin: 7px 0px 8px 0;
- 276. - }
- 277. -
- 278. - /* ---- */
- 279. - /* Tabs */
- 280. - /* ---- */
- 281. -
- 282. - .ads_tabs_filters {
- 283. - background-color: #F7F7F7;
- 284. - border-bottom: 1px solid #DAE1E8;
- 285. - padding: 10px 10px 5px 10px;
- 286. - }
- 287. - .ads_tabs_filters.separate {
- 288. - border-top: 1px solid #DAE1E8;
- 289. - }
- 290. - .ads_round_tab_wrap {
- 291. - padding: 0 5px 5px 0;
- 292. - text-align: center;
- 293. - }
- 294. - .ads_round_tab_wrap .round_tab.disabled:hover,
- 295. - .ads_round_tab_wrap .round_tab.label:hover {
- 296. - background-color: transparent;
- 297. - cursor: default;
- 298. - }
- 299. - .ads_round_tab_wrap .round_tab.label {
- 300. - color: #555555;
- 301. - }
- 302. - .ads_round_tabs_period_day .round_tab {
- 303. - width: 100px;
- 304. - }
- 305. - .ads_round_tabs_period_week .round_tab {
- 306. - width: 180px;
- 307. - }
- 308. - .ads_round_tabs_period_month .round_tab {
- 309. - width: 100px;
- 310. - }
- 311. -
- 312. - /* Other */
- 313. -
- 314. - /* --- */
- 315. - /* OLD */
- 316. - /* --- */
- 317. -
- 318. - /* From rustyle.css */
- 319. -
- 320. - /* Uses in paginated_table.js */
- 321. - .ads_lite_cb {
- 322. - background: transparent url(/images/icons/check_lt.gif) 0px 0px no-repeat;
- 323. - line-height: 0.81em;
- 324. - vertical-align: baseline;
- 325. - padding: 0px 0px 1px 20px;
- 326. - cursor: pointer;
- 327. - }
- 328. - .ads_lite_cb:hover {
- 329. - background-position: 0px -32px;
- 330. - text-decoration: none;
- 331. - }
- 332. - .ads_lite_cb.on {
- 333. - background-position: 0px -16px;
- 334. - }
- 335. - .ads_lite_cb.on:hover {
- 336. - background-position: 0px -48px;
- 337. - }
- 338. -
- 339. - .ads_mass_act_container {
- 340. - text-align: right;
- 341. - }
- 342. - .ads_mass_act_container div {
- 343. - margin-right: 8px;
- 344. - margin-bottom: 5px;
- 345. - }
- 346. - .ads_mass_act_container button {
- 347. - height: 21px;
- 348. - line-height: 0.9em;
- 349. - padding: 4px 10px 4px;
- 350. - }
- 351. - .ads_search_cell {
- 352. - width: 140px;
- 353. - }
- 354. - .ads_search_cell div.pt_search_container {
- 355. - margin: 0px -3px 5px -3px;
- 356. - }
- 357. -
- 358. - div.ads_selecting_subclasses {
- 359. - margin-bottom: 4px;
- 360. - }
- 361. -
- 362. - .dd_menu_header.ads_dd_wide.ads_dd_header_popup div {
- 363. - background: url(/images/flydead.gif) no-repeat right 6px #FFFFFF;
- 364. - padding-right: 17px;
- 365. - border: 1px solid #FFFFFF;
- 366. - color: #2B587A;
- 367. - font-weight: normal;
- 368. - text-decoration: none;
- 369. - }
- 370. -
- 371. - .dd_menu_header.ads_dd_wide div {
- 372. - background: #5e82a8 url(/images/flydead.gif) no-repeat right -12px;
- 373. - width: 106px;
- 374. - }
- 375. -
- 376. - .dd_menu_body.ads_dd_wide .dd_menu_rows a {
- 377. - height: 20px;
- 378. - }
- 379. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span {
- 380. - margin: 4px 5px -2px -1px;
- 381. - }
- 382. -
- 383. - .dd_menu_header.ads_dd_wide div .ads_status_image_span {
- 384. - margin: 4px 5px -1px -1px;
- 385. - }
- 386. - .dd_menu_header.ads_dd_wide div {
- 387. - line-height: 1.45em;
- 388. - }
- 389. -
- 390. - td.paginated_table_cell.column_status_view {
- 391. - padding-left: 10px;
- 392. - }
- 393. -
- 394. - .ads_status_selector_box {
- 395. - display: block;
- 396. - margin: 0px auto;
- 397. - width: 20px;
- 398. - height: 20px;
- 399. - }
- 400. -
- 401. - .ads_status_selector_box.pnt {
- 402. - cursor: pointer;
- 403. - }
- 404. -
- 405. - .ads_status_selector_box.pnt:hover {
- 406. - background-color: #E1E7ED;
- 407. - border-radius: 3px;
- 408. - -moz-border-radius: 3px;
- 409. - }
- 410. -
- 411. - #ads_unions_content .table_label {
- 412. - min-width: 150px;
- 413. - max-width: 180px;
- 414. - color: rgb(102, 102, 102);
- 415. - padding: 0 10px 4px 0;
- 416. - vertical-align: top;
- 417. - word-wrap: break-word;
- 418. - }
- 419. - #ads_unions_content .table_value {
- 420. - padding: 0 0 4px 0;
- 421. - vertical-align: top;
- 422. - word-wrap: break-word;
- 423. - }
- 424. -
- 425. - #ads_unions_content.ad_help {
- 426. - padding: 0;
- 427. - }
- 428. -
- 429. - #ads_unions_content {
- 430. - vertical-align: top;
- 431. - }
- 432. -
- 433. - #ads_union_children,
- 434. - #ads_unions_budget {
- 435. - padding-top: 20px;
- 436. - }
- 437. -
- 438. - #ads_union_children_graph {
- 439. - padding: 30px 0 15px 0;
- 440. - }
- 441. -
- 442. - .ads_unions_box td.label {
- 443. - color: #777;
- 444. - padding: 5px 10px 5px 0px;
- 445. - text-align: right;
- 446. - }
- 447. - .ads_unions_box td.labeled {
- 448. - padding: 2px 0;
- 449. - }
- 450. - .ads_unions_box td.labeled_info {
- 451. - padding: 2px 0 2px 5px;
- 452. - }
- 453. -
- 454. - .ads_unions_box input {
- 455. - width: 150px;
- 456. - }
- 457. -
- 458. - .ads_unions_list table {
- 459. - border-collapse: collapse;
- 460. - border-left: 1px solid;
- 461. - border-right: 1px solid;
- 462. - width: 100%;
- 463. - }
- 464. -
- 465. - .ads_unions_list th,
- 466. - .ads_unions_list td {
- 467. - height: 32px;
- 468. - vertical-align: middle;
- 469. - }
- 470. -
- 471. - .ads_unions_list .checkbox_container td {
- 472. - height: 20px;
- 473. - }
- 474. -
- 475. - .ads_unions_list th {
- 476. - text-align: right;
- 477. - background-color: rgb(227, 233, 238);
- 478. - border: 1px solid;
- 479. - padding: 0;
- 480. - }
- 481. - .ads_table_header th th,
- 482. - .ads_table_header th th * {
- 483. - background-color: transparent !important;
- 484. - }
- 485. -
- 486. - .ads_unions_list th,
- 487. - .ads_unions_list th * {
- 488. - color: rgb(81, 103, 122);
- 489. - }
- 490. -
- 491. - .ads_unions_list td {
- 492. - text-align: right;
- 493. - }
- 494. -
- 495. - .ads_unions_list .column_date_view,
- 496. - .ads_unions_list .column_date_view *,
- 497. - .ads_unions_list .column_action_view,
- 498. - .ads_unions_list .column_action_view *,
- 499. - .ads_unions_list .column_access_view,
- 500. - .ads_unions_list .column_access_view *,
- 501. - .ads_unions_list .column_name_view,
- 502. - .ads_unions_list .column_name_view *,
- 503. - .ads_unions_list .column_name,
- 504. - .ads_unions_list .column_name *,
- 505. - .ads_unions_list .column_status,
- 506. - .ads_unions_list .column_status * {
- 507. - text-align: left;
- 508. - }
- 509. -
- 510. - .ads_unions_list td.column_name_view {
- 511. - max-width: 160px;
- 512. - }
- 513. -
- 514. - .ads_unions_list .table_footer td {
- 515. - background-color: rgb(246, 247, 249);
- 516. - border-top: 1px solid rgb(211, 219, 225);
- 517. - border-bottom: 1px solid rgb(211, 219, 225);
- 518. - }
- 519. -
- 520. - .ads_unions_list table,
- 521. - .ads_unions_list th,
- 522. - .ads_unions_list td {
- 523. - border-color: rgb(211, 219, 225);
- 524. - }
- 525. -
- 526. - .ads_unions_list th * {
- 527. - border: 0;
- 528. - padding: 0;
- 529. - height: auto;
- 530. - }
- 531. -
- 532. - .ads_unions_list th table {
- 533. - height: 100%;
- 534. - border: 0;
- 535. - }
- 536. -
- 537. - .ads_unions_list tr.ads_table_header th th {
- 538. - border-left: 1px solid rgb(239, 242, 245);
- 539. - white-space: nowrap;
- 540. - }
- 541. -
- 542. - .ads_unions_list tr.ads_table_header th.first_table_header,
- 543. - .ads_unions_list tr.ads_table_header th.first_table_header * {
- 544. - border-left: 0 none;
- 545. - }
- 546. -
- 547. - .ads_unions_list th th,
- 548. - .ads_unions_list td {
- 549. - padding: 0 8px;
- 550. - }
- 551. -
- 552. - .ads_unions_list th.first_table_header th,
- 553. - .ads_unions_list td.first_table_column {
- 554. - padding-left: 10px;
- 555. - }
- 556. -
- 557. - .ads_unions_list th.last_table_header th,
- 558. - .ads_unions_list td.last_table_column {
- 559. - padding-right: 10px;
- 560. - }
- 561. -
- 562. - .ads_unions_list td.even_row {
- 563. - background-color: #F0F2F4;
- 564. - }
- 565. -
- 566. - .ads_unions_table {
- 567. - margin-top: 7px;
- 568. - }
- 569. -
- 570. - .paginated_table .ads_unions_table {
- 571. - margin-top: 0px;
- 572. - }
- 573. -
- 574. - .ads_unions_list td.column_day_limit_view a,
- 575. - .ads_unions_list td.column_all_limit_view a,
- 576. - .ads_unions_list td.column_cost_per_click_view a {
- 577. - border-bottom: 1px dashed #2B587A;
- 578. - text-decoration: none;
- 579. - }
- 580. -
- 581. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 582. - height: auto;
- 583. - }
- 584. -
- 585. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 586. - text-align: center !important;
- 587. - color: #666666;
- 588. - line-height: 150%;
- 589. - background-color: #F7F7F7;
- 590. - padding: 15px 0;
- 591. - }
- 592. -
- 593. - .ads_unions_list_p .paginated_table_cell {
- 594. - text-align: right;
- 595. - }
- 596. -
- 597. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view,
- 598. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view *,
- 599. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view,
- 600. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view *,
- 601. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view,
- 602. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view *,
- 603. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 604. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 605. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 606. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 607. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status,
- 608. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status * {
- 609. - text-align: left;
- 610. - }
- 611. -
- 612. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 613. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 614. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 615. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 616. - .paginated_table .paginated_table_cell.column_client_name,
- 617. - .paginated_table .paginated_table_cell.column_client_name *,
- 618. - .paginated_table .paginated_table_cell.column_campaign_name,
- 619. - .paginated_table .paginated_table_cell.column_campaign_name * {
- 620. - white-space: normal !important;
- 621. - }
- 622. -
- 623. - .ads_unions_list_p td.paginated_table_cell.column_name_view,
- 624. - .ads_unions_list_p td.paginated_table_cell.column_name {
- 625. - max-width: 160px;
- 626. - overflow: visible;
- 627. - }
- 628. - .ads_unions_list_p td.paginated_table_cell.column_date_view {
- 629. - min-width: 20%;
- 630. - }
- 631. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_day_limit_view a,
- 632. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_all_limit_view a,
- 633. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_cost_per_click_view a {
- 634. - border-bottom: 1px dashed #2B587A;
- 635. - text-decoration: none;
- 636. - }
- 637. -
- 638. - .ads_unions_list_p .paginated_table td.column_video_views_count_view {
- 639. - width: 1px;
- 640. - }
- 641. -
- 642. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 643. - height: auto;
- 644. - }
- 645. -
- 646. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 647. - text-align: center !important;
- 648. - color: #666666;
- 649. - line-height: 150%;
- 650. - background-color: #F7F7F7;
- 651. - padding: 15px 0;
- 652. - }
- 653. -
- 654. - /* Some navigation - begin */
- 655. -
- 656. - #ads_graph_navigation a.nav,
- 657. - #ads_demography_navigation a.nav {
- 658. - padding: 4px 5px 4px 10px;
- 659. - display: block;
- 660. - overflow: hidden;
- 661. - border: 1px solid #F7F7F7;
- 662. - }
- 663. - #ads_graph_navigation a.nav,
- 664. - #ads_demography_navigation a.nav {
- 665. - border: 1px solid #FFFFFF;
- 666. - background-color: #FFFFFF;
- 667. - }
- 668. - #ads_graph_navigation a.nav:hover,
- 669. - #ads_demography_navigation a.nav:hover {
- 670. - background-color: #DAE1E8;
- 671. - border-color: #DAE1E8;
- 672. - text-decoration: none;
- 673. - }
- 674. - #ads_graph_navigation a.nav_selected,
- 675. - #ads_graph_navigation a.nav_selected:hover,
- 676. - #ads_demography_navigation a.nav_selected,
- 677. - #ads_demography_navigation a.nav_selected:hover {
- 678. - border-color: #517295;
- 679. - background-color: #5e82a8;
- 680. - color: #FFF;
- 681. - }
- 682. -
- 683. - /* Some navigation - end */
- 684. -
- 685. - a.ads_status_link,
- 686. - a.ads_inline_dropdown {
- 687. - background: none !important;
- 688. - border-bottom: 1px dashed #2B587A;
- 689. - padding-right: 0 !important;
- 690. - }
- 691. -
- 692. - .ads_main_notice {
- 693. - background-color: #F6F7F9;
- 694. - border: 1px solid #D8DFEA;
- 695. - padding: 10px;
- 696. - margin-bottom: 15px;
- 697. - line-height: 160%;
- 698. - }
- 699. -
- 700. - .ads_warning {
- 701. - background-color: #F9F6E7;
- 702. - border: 1px solid #D4BC4C;
- 703. - padding: 8px 11px;
- 704. - line-height: 160%;
- 705. - }
- 706. -
- 707. - .ads_warning_light {
- 708. - background-color: #FFFFFF;
- 709. - border: 1px solid #B9C4DA;
- 710. - padding: 8px 11px;
- 711. - }
- 712. -
- 713. - .ads_small_info {
- 714. - background: none repeat scroll 0 0 #F7F7F7;
- 715. - border: 1px solid #DAE1E8;
- 716. - font-size: 0.91em;
- 717. - margin-top: 10px;
- 718. - padding: 5px 10px;
- 719. - vertical-align: top;
- 720. - }
- 721. -
- 722. - #ads_change_budget_box .ads_warning {
- 723. - margin-top: 10px;
- 724. - }
- 725. -
- 726. - #ads_change_budget_box td {
- 727. - padding: 0px;
- 728. - }
- 729. -
- 730. - .ads_union_status_image {
- 731. - background: url("/images/icons/ad_status.gif?3") no-repeat scroll left top transparent;
- 732. - width: 5px;
- 733. - height: 5px;
- 734. - margin: 0 5px 1px 0;
- 735. - display: block;
- 736. -
- 737. - display: -moz-inline-stack;
- 738. - display: inline-block;
- 739. - _overflow: hidden;
- 740. - *zoom: 1;
- 741. - *display: inline;
- 742. - }
- 743. -
- 744. - .ads_union_status_image_on {
- 745. - background-position: left 0;
- 746. - }
- 747. - .ads_union_status_image_off {
- 748. - background-position: left -5px;
- 749. - }
- 750. - .ads_union_status_image_part_on {
- 751. - background-position: left -10px;
- 752. - }
- 753. - .ads_union_status_image_part_off {
- 754. - background-position: left -15px;
- 755. - }
- 756. - .ads_union_status_image_disapproved {
- 757. - background-position: left -20px;
- 758. - }
- 759. - .ads_union_status_image_deleted {
- 760. - background-position: left -25px;
- 761. - }
- 762. -
- 763. - .ads_status_image_span {
- 764. - background: url("/images/icons/ad_status_new.gif") no-repeat scroll left top transparent;
- 765. - width: 11px;
- 766. - height: 11px;
- 767. - margin: 5px 0px 3px 2px;
- 768. - display: block;
- 769. -
- 770. - display: -moz-inline-stack;
- 771. - display: inline-block;
- 772. - _overflow: hidden;
- 773. - *zoom: 1;
- 774. - *display: inline;
- 775. - }
- 776. -
- 777. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_on,
- 778. - .ads_status_image_span.status_on {
- 779. - background-position: left -0px;
- 780. - }
- 781. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off,
- 782. - .ads_status_image_span.status_off {
- 783. - background-position: left -170px;
- 784. - }
- 785. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_pending,
- 786. - .ads_status_image_span.status_pending {
- 787. - background-position: left -157px;
- 788. - }
- 789. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off_red,
- 790. - .ads_status_image_span.status_off_red {
- 791. - background-position: left -128px;
- 792. - }
- 793. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_deleted,
- 794. - .ads_status_image_span.status_deleted {
- 795. - background-position: left -183px;
- 796. - }
- 797. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_cross,
- 798. - .ads_status_image_span.status_cross {
- 799. - background-position: left -141px;
- 800. - }
- 801. -
- 802. - .dd_menu_header .ads_status_image_span.status_on {
- 803. - background-position: left -16px;
- 804. - }
- 805. - .dd_menu_header .ads_status_image_span.status_off {
- 806. - background-position: left -29px;
- 807. - }
- 808. - .dd_menu_header .ads_status_image_span.status_pending {
- 809. - background-position: left -69px;
- 810. - }
- 811. - .dd_menu_header .ads_status_image_span.status_off_red {
- 812. - background-position: left -29px;
- 813. - }
- 814. - .dd_menu_header .ads_status_image_span.status_deleted {
- 815. - background-position: left -41px;
- 816. - }
- 817. - .dd_menu_header .ads_status_image_span.status_cross {
- 818. - background-position: left -55px;
- 819. - }
- 820. -
- 821. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_on {
- 822. - background-position: left -85px;
- 823. - }
- 824. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_off {
- 825. - background-position: left -98px;
- 826. - }
- 827. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_deleted {
- 828. - background-position: left -111px;
- 829. - }
- 830. -
- 831. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date,
- 832. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date * {
- 833. - border-left: 0 none;
- 834. - }
- 835. -
- 836. - #ads_unions_budget * {
- 837. - text-align: left;
- 838. - }
- 839. -
- 840. - #ads_general_info_status_selector {
- 841. - border-bottom: 1px dashed #2B587A;
- 842. - }
- 843. -
- 844. - table.ads_unions_content_label {
- 845. - border-collapse: collapse;
- 846. - }
- 847. -
- 848. - .ads_export_prefs .table_label {
- 849. - line-height: 190%;
- 850. - }
- 851. - .ads_export_prefs .table_value {
- 852. - width: 300px;
- 853. - }
- 854. -
- 855. - #ads_unions_content .export_prefs_web .summary td {
- 856. - padding-top: 10px !important;
- 857. - }
- 858. -
- 859. - .ads_export_stats .ads_unions_table th.paginated_table td.paginated_table_cell.column_checked {
- 860. - width: 34px;
- 861. - }
- 862. -
- 863. - .ads_unions_list .checkbox_container table {
- 864. - border: 0px;
- 865. - }
- 866. -
- 867. - .ads_unions_table .hovered_header,
- 868. - .ads_unions_table .hovered_header_hover {
- 869. - cursor: pointer;
- 870. - }
- 871. - .ads_unions_table .hovered_header_hover {
- 872. - background-color: #EFF2F5;
- 873. - }
- 874. -
- 875. - .ads_inline_edit_remove_value {
- 876. - margin-left: 5px;
- 877. - white-space: nowrap;
- 878. - }
- 879. -
- 880. - .ads_inline_edit_table {
- 881. - border-collapse: collapse;
- 882. - }
- 883. - table.ads_inline_edit_table td {
- 884. - padding: 0;
- 885. - }
- 886. - .ads_inline_fast_error_row {
- 887. - display: none;
- 888. - }
- 889. - .ads_inline_fast_error {
- 890. - background-color: #F9F6E7;
- 891. - border: 1px solid #D4BC4C;
- 892. - padding: 8px 11px;
- 893. - margin-top: 5px;
- 894. - }
- 895. -
- 896. - .ads_inline_recommended_cost_text {
- 897. - font-size: 0.91em;
- 898. - color: #777777;
- 899. - display: none;
- 900. - }
- 901. -
- 902. - .ads_moder_comment_rules_wrap ul {
- 903. - list-style: square outside none;
- 904. - color: #758EAC;
- 905. - margin: 11px 0 0 0;
- 906. - }
- 907. - .ads_moder_comment_rules_wrap span {
- 908. - color: black;
- 909. - }
- 910. - .ads_moder_comment_rules_separator {
- 911. - height: 11px;
- 912. - }
- 913. -
- 914. - #ads_admin_box_wrapper a:hover {
- 915. - text-decoration: underline;
- 916. - }
- 917. -
- 918. - .ads_admin_table_cell {
- 919. - border-bottom: 1px solid #DAE2E8;
- 920. - }
- 921. -
- 922. - .admin_table_cell_last {
- 923. - border-bottom: none;
- 924. - }
- 925. -
- 926. - .ads_admin_box_label {
- 927. - color: #777777;
- 928. - text-align: right;
- 929. - width: 125px;
- 930. - padding-right: 10px;
- 931. - }
- 932. - .ads_admin_box_labeled {
- 933. - width: 270px;
- 934. - }
- 935. -
- 936. - .ads_general_info_hidden {
- 937. - display: none;
- 938. - }
- 939. -
- 940. - .ads_general_info .table_large_text {
- 941. - width: 400px;
- 942. - }
- 943. -
- 944. - #ads_unions_content h4 span {
- 945. - font-weight: bold
- 946. - }
- 947. -
- 948. - .ads_users_stats_dark {
- 949. - background-color: #597DA3;
- 950. - }
- 951. -
- 952. - .ads_users_stats_light {
- 953. - background-color: #DAE1E8;
- 954. - }
- 955. -
- 956. - .ads_users_stats_bars_title {
- 957. - padding-bottom: 16px;
- 958. - color: #45688E;
- 959. - font-weight: bold;
- 960. - }
- 961. -
- 962. - .ads_users_stats_bar_label {
- 963. - height: 30px;
- 964. - text-align: right;
- 965. - padding-right: 16px;
- 966. - padding-top: 2px;
- 967. - vertical-align: top;
- 968. - color: #45688E;
- 969. - font-weight: bold;
- 970. - }
- 971. - .ads_users_stats_bar_wrap table {
- 972. - border: 0px;
- 973. - border-collapse: collapse;
- 974. - }
- 975. - .ads_users_stats_bar_wrap table td {
- 976. - padding: 0px;
- 977. - }
- 978. - .ads_users_stats_bar_wrap {
- 979. - height: 30px;
- 980. - vertical-align: top;
- 981. - }
- 982. - .ads_users_stats_bar_wrap table td.ads_users_stats_bar_value {
- 983. - padding-left: 11px;
- 984. - }
- 985. - .ads_users_stats_bar {
- 986. - -moz-border-radius: 0 3px 3px 0;
- 987. - -webkit-border-radius: 0 3px 3px 0;
- 988. - -khtml-border-radius: 0 3px 3px 0;
- 989. - border-radius: 0 3px 3px 0;
- 990. - height: 17px;
- 991. - }
- 992. -
- 993. - #ads_demography_wrap .summary_right .summary_tab2 {
- 994. - background-color: transparent;
- 995. - }
- 996. -
- 997. - .ads_dropdown_menu_scrollbar {
- 998. - position: absolute;
- 999. - z-index: 1500;
- 1000. - background-color: #000;
- 1001. -
- 1002. - opacity: 0.4;
- 1003. - -moz-opacity: 0.4;
- 1004. - filter: alpha(opacity=40);
- 1005. -
- 1006. - border-radius: 3px;
- 1007. - -webkit-border-radius: 3px;
- 1008. - -moz-border-radius: 3px;
- 1009. - -khtml-border-radius: 3px;
- 1010. - }
- 1011. - .ads_dropdown_menu_scrollbar:hover,
- 1012. - .ads_dropdown_menu_scrollbar.hovered {
- 1013. - opacity: 0.6;
- 1014. - -moz-opacity: 0.6;
- 1015. - filter: alpha(opacity=60);
- 1016. - }
- 1017. -
- 1018. - #ads_admin_box_wrapper h2 {
- 1019. - padding: 0;
- 1020. - margin: 0;
- 1021. - border: none;
- 1022. - }
- 1023. -
- 1024. - #ads_reqs_edit td.ads_req_label {
- 1025. - color: #666666;
- 1026. - text-align: right;
- 1027. - vertical-align: top;
- 1028. - padding-top: 5px;
- 1029. - }
- 1030. -
- 1031. - #ads_reqs_edit td.ads_req_right {
- 1032. - width: 100px;
- 1033. - }
- 1034. -
- 1035. - #ads_reqs_edit_form input.ads_req_edit,
- 1036. - #ads_reqs_edit_form textarea.ads_req_edit {
- 1037. - margin: 0px;
- 1038. - width: 250px;
- 1039. - }
- 1040. -
- 1041. - #ads_legal_info_box div {
- 1042. - padding: 8px 11px;
- 1043. - border: 1px solid #C0CAD5;
- 1044. - }
- 1045. -
- 1046. - /*
- 1047. - * About section
- 1048. - */
- 1049. -
- 1050. - .ads_help_section.section_wrap {
- 1051. - padding: 20px 25px 25px 26px;
- 1052. - line-height: 130%;
- 1053. - }
- 1054. -
- 1055. - .ads_help_section .header {
- 1056. - font-size: 1.09em;
- 1057. - margin: 0px 0px 20px 1px;
- 1058. - border: none;
- 1059. - }
- 1060. - .ads_help_section .sub_header {
- 1061. - border-bottom: 1px solid #DAE1E8;
- 1062. - font-size: 1em;
- 1063. - margin-bottom: 10px;
- 1064. - padding-bottom: 2px;
- 1065. - }
- 1066. - .ads_help_section .sub_header,
- 1067. - .ads_help_section .header {
- 1068. - color: #45688E;
- 1069. - font-weight: bold;
- 1070. - }
- 1071. - .ads_help_section .header_hl {
- 1072. - border-bottom: 1px solid #DAE1E8;
- 1073. - padding-bottom: 3px;
- 1074. - margin-bottom: 10px;
- 1075. - }
- 1076. -
- 1077. - .ads_help_section .listing li {
- 1078. - padding-top: 2px;
- 1079. - }
- 1080. -
- 1081. - .ads_help_section .listing,
- 1082. - .ads_help_section ol {
- 1083. - padding-bottom: 0px;
- 1084. - margin-bottom: 0px;
- 1085. - }
- 1086. -
- 1087. - .ads_help_section .par_divider {
- 1088. - margin-bottom: 31px;
- 1089. - }
- 1090. -
- 1091. - .ads_help_section .emph_link {
- 1092. - margin-left: 26px;
- 1093. - }
- 1094. -
- 1095. - #unions_navigation {
- 1096. - vertical-align: top;
- 1097. - }
- 1098. -
- 1099. - #unions_navigation {
- 1100. - width: 150px;
- 1101. - padding: 12px 12px 12px 0;
- 1102. - }
- 1103. -
- 1104. - #unions_navigation .edit_button_wrap {
- 1105. - padding-bottom: 10px;
- 1106. - }
- 1107. -
- 1108. - #unions_navigation .nav_separator {
- 1109. - border-bottom: 1px solid rgb(211, 219, 225);
- 1110. - height: 1px;
- 1111. - overflow: hidden;
- 1112. - margin: 7px 0px 8px 0;
- 1113. - }
- 1114. -
- 1115. - #unions_navigation a.nav {
- 1116. - padding: 4px 5px 4px 10px;
- 1117. - display: block;
- 1118. - overflow: hidden;
- 1119. - border: 1px solid #F7F7F7;
- 1120. - }
- 1121. - #unions_navigation a.nav {
- 1122. - border: 1px solid white;
- 1123. - }
- 1124. - #unions_navigation a.nav {
- 1125. - max-width: 133px;
- 1126. - word-wrap: break-word;
- 1127. - }
- 1128. - #unions_navigation a.nav:hover {
- 1129. - background-color: #DAE1E8;
- 1130. - border-color: #DAE1E8;
- 1131. - text-decoration: none;
- 1132. - }
- 1133. - #unions_navigation a.nav:hover {
- 1134. - background-color: #E1E7ED;
- 1135. - border-color: #E1E7ED;
- 1136. - }
- 1137. - #unions_navigation a.nav_selected,
- 1138. - #unions_navigation a.nav_selected:hover {
- 1139. - border-color: #517295;
- 1140. - background-color: #5e82a8;
- 1141. - color: #FFF;
- 1142. - }
- 1143. -
- 1144. -
- 1145. - #unions_navigation.ads_unions_navigation_about {
- 1146. - background-color: #F7F7F7;
- 1147. - border-left: 1px solid #DAE1E8;
- 1148. - padding: 14px 10px;
- 1149. - }
- 1150. -
- 1151. - #unions_navigation.ads_unions_navigation_about .nav {
- 1152. - border-color: #F7F7F7;
- 1153. - }
- 1154. -
- 1155. - #unions_navigation.ads_unions_navigation_about .nav_selected {
- 1156. - border-color: #517295;
- 1157. - }
- 1158. -
- 1159. - .ads_unions_navigation_about .ad_box_preview {
- 1160. - border: 1px solid #DCE3E9
- 1161. - }
- 1162. -
- 1163. - #ads_contacts_form {
- 1164. - margin: 20px 0 0 0;
- 1165. - }
- 1166. - #ads_contacts_form .row {
- 1167. - clear: both;
- 1168. - height: 30px;
- 1169. - }
- 1170. - #ads_contacts_form .label {
- 1171. - width: 100px;
- 1172. - color: #555;
- 1173. - float: left;
- 1174. - padding: 4px 10px 0 0;
- 1175. - text-align: right;
- 1176. - clear: left;
- 1177. - }
- 1178. - #ads_contacts_form .labeled {
- 1179. - padding-left: 110px;
- 1180. - }
- 1181. - #ads_contacts_form input.txt {
- 1182. - width: 242px;
- 1183. - }
- 1184. - #ads_contacts_form textarea.txt {
- 1185. - width: 242px;
- 1186. - height: 90px;
- 1187. - }
- 1188. - #ads_contacts_form .msg {
- 1189. - background-color: #f9f6e7;
- 1190. - border-color: #c3b988;
- 1191. - font-weight: normal;
- 1192. - }
- 1193. -
- 1194. - /* Multi dropdown menu - begin */
- 1195. -
- 1196. - a.ads_dd_menu_item_checkbox_on,
- 1197. - a.ads_dd_menu_item_checkbox_off {
- 1198. - padding-left: 22px !important;
- 1199. - background-image: none !important;
- 1200. - background-position: 4px 2px !important;
- 1201. - }
- 1202. - a.ads_dd_menu_item_checkbox_on {
- 1203. - background-image: url("/images/dropdead_check.gif") !important;
- 1204. - }
- 1205. -
- 1206. - /* Multi dropdown menu - end */
- 1207. -
- 1208. - .ads_paginated_table_name {
- 1209. - overflow: hidden;
- 1210. - white-space: nowrap;
- 1211. - }
- 1212. -
- 1213. - .ad_new_user td.label {
- 1214. - text-align: right;
- 1215. - padding: 6px 15px 6px 0;
- 1216. - width: 120px;
- 1217. - color: gray;
- 1218. - }
- 1219. - .ad_new_user td.labeled input {
- 1220. - width: 160px;
- 1221. - }
- 1222. -
- 1223. - #ads_page_simple .ads_reg_row {
- 1224. - height: 30px;
- 1225. - }
- 1226. - #ads_page_simple .ads_reg_label {
- 1227. - width: 231px;
- 1228. - float: left;
- 1229. - text-align: right;
- 1230. - color: #777777;
- 1231. - padding: 4px 10px 0 0;
- 1232. - }
- 1233. - #ads_page_simple .ads_reg_labeled {
- 1234. - float: left;
- 1235. - }
- 1236. - #ads_page_simple .ads_reg_labeled_input {
- 1237. - margin: 0;
- 1238. - }
- 1239. - #ads_page_simple .ads_reg_labeled input#first_name,
- 1240. - #ads_page_simple .ads_reg_labeled input#last_name,
- 1241. - #ads_page_simple .ads_reg_labeled input#regemail,
- 1242. - #ads_page_simple .ads_reg_labeled input#regpass {
- 1243. - width: 217px;
- 1244. - }
- 1245. -
- 1246. - .box_body .ads_disapproved_message {
- 1247. - line-height: 150%;
- 1248. - }
- 1249. -
- 1250. - .ads_wiki_wrap {
- 1251. - line-height: 160%;
- 1252. - }
- 1253. -
- 1254. - .ads_wiki_bonus {
- 1255. - padding-bottom: 10px;
- 1256. - }
- 1257. -
- 1258. - #ads_bonus_activation_form .ads_unions_content_label td {
- 1259. - padding: 0 0 4px 0;
- 1260. - }
- 1261. -
- 1262. - #ads_unions_content .payments_systems_container {
- 1263. - padding: 7px 102px 0 50px;
- 1264. - }
- 1265. -
- 1266. - #ads_unions_content .payments_systems_container .ps_desc_short {
- 1267. - padding-right: 120px;
- 1268. - }
- 1269. -
- 1270. - #ads_unions_content .payments_systems_container .term_info {
- 1271. - min-height: 24px;
- 1272. - }
- 1273. -
- 1274. - #ads_unions_content .payments_landing div {
- 1275. - margin-bottom: 20px;
- 1276. - }
- 1277. -
- 1278. - #ads_retargeting_groups_table {
- 1279. - margin-top: 15px;
- 1280. - }
- 1281. - #ads_retargeting_groups_table .column_action_view {
- 1282. - width: 100px;
- 1283. - white-space: nowrap;
- 1284. - }
- 1285. - #ads_retargeting_groups .ads_retargeting_controls {
- 1286. - padding-top: 15px;
- 1287. - }
- 1288. - .ads_retargeting_box {
- 1289. - line-height: 160%;
- 1290. - }
- 1291. - .ads_retargeting_box_text {
- 1292. - padding-bottom: 10px;
- 1293. - }
- 1294. - .ads_retargeting_box td.label {
- 1295. - color: #777;
- 1296. - padding: 5px 10px 5px 0px;
- 1297. - text-align: right;
- 1298. - width: 100px;
- 1299. - }
- 1300. - .ads_retargeting_box td.labeled {
- 1301. - padding: 2px 0;
- 1302. - }
- 1303. - .ads_retargeting_box td.labeled_info {
- 1304. - padding: 2px 0 2px 5px;
- 1305. - }
- 1306. - .ads_retargeting_box input {
- 1307. - width: 190px;
- 1308. - }
- 1309. - #ads_retargeting_box_error {
- 1310. - margin-bottom: 10px;
- 1311. - display: none;
- 1312. - }
- 1313. - .ads_retargeting_box .box_msg {
- 1314. - margin-bottom: 10px;
- 1315. - font-weight: normal;
- 1316. - }
- 1317. - .ads_retargeting_box_notice {
- 1318. - font-size: 0.91em;
- 1319. - color: #777;
- 1320. - }
- 1321. - #retargeting_group_pixel {
- 1322. - background-color: #F2F2F2;
- 1323. - height: 110px;
- 1324. - width: 245px;
- 1325. - }
- 1326. - .ads_retargeting_text {
- 1327. - line-height: 150%;
- 1328. - }
- ------
- Файл - ads_moder.css (Старый размер - 10944 | Новый - 0):
- 0. - #ads_moder_css { display: none; }
- 1. -
- 2. - /* ------- */
- 3. - /* General */
- 4. - /* ------- */
- 5. -
- 6. - .ads_overflow_hidden_wrap1 {
- 7. - overflow: hidden;
- 8. - }
- 9. - .ads_overflow_hidden_wrap2 {
- 10. - overflow: visible;
- 11. - white-space: nowrap;
- 12. - width: 1px;
- 13. - }
- 14. -
- 15. - .ads_moder_tabs {
- 16. - padding-top: 0;
- 17. - }
- 18. - .ads_moder_tabs ul.t0 {
- 19. - width: auto;
- 20. - }
- 21. -
- 22. - /* -- */
- 23. - /* Ad */
- 24. - /* -- */
- 25. -
- 26. - .ads_ad_char_hint {
- 27. - position: relative;
- 28. - }
- 29. - .ads_ad_char_hint_color {
- 30. - visibility: hidden;
- 31. - position: absolute;
- 32. - height: 1px;
- 33. - bottom: 0;
- 34. - left: 0;
- 35. - border-bottom: 1px solid red;
- 36. - overflow: hidden;
- 37. - }
- 38. - .ads_ad_box a:hover .ads_ad_char_hint_color {
- 39. - visibility: visible;
- 40. - }
- 41. -
- 42. - /* ------- */
- 43. - /* Markers */
- 44. - /* ------- */
- 45. -
- 46. - .ads_marker_wrap_ad {
- 47. - position: relative;
- 48. - }
- 49. - .ads_marker_wrap {
- 50. - position: absolute;
- 51. - top: 1px;
- 52. - left: 1px;
- 53. - z-index: 10;
- 54. - }
- 55. - .ads_marker {
- 56. - float: left;
- 57. - width: 5px;
- 58. - height: 5px;
- 59. - margin-right: 2px;
- 60. - border-radius: 1px;
- 61. - }
- 62. - .ads_marker_wrap_ad:hover .ads_marker {
- 63. - width: 7px;
- 64. - height: 7px;
- 65. - border-radius: 2px;
- 66. - }
- 67. -
- 68. - .ads_marker_target {
- 69. - background-color: #ff8000;
- 70. - }
- 71. - .ads_marker_clicked {
- 72. - background-color: #9966cc;
- 73. - }
- 74. - .ads_marker_closed {
- 75. - background-color: #00b2cc;
- 76. - }
- 77. - .ads_marker_viewed {
- 78. - background-color: #ff55aa;
- 79. - }
- 80. -
- 81. - .ads_marker_offensive {
- 82. - background-color: #5090ff;
- 83. - }
- 84. - .ads_marker_porno {
- 85. - background-color: #ff2213;
- 86. - }
- 87. - .ads_marker_cheaters {
- 88. - background-color: #a0522d;
- 89. - }
- 90. - .ads_marker_against {
- 91. - background-color: #008000;
- 92. - }
- 93. -
- 94. - .ads_marker_enabled {
- 95. - background-color: #00aa00;
- 96. - }
- 97. - .ads_marker_enabling {
- 98. - background-color: #CFB53B;
- 99. - }
- 100. - .ads_marker_approved {
- 101. - background-color: #0000dd;
- 102. - }
- 103. - .ads_marker_disapproved {
- 104. - background-color: #aa0000;
- 105. - }
- 106. - .ads_marker_archived {
- 107. - background-color: #333333;
- 108. - }
- 109. -
- 110. - .ads_marker_request_manual {
- 111. - background-color: #e0b080;
- 112. - }
- 113. - .ads_marker_request_wrong {
- 114. - background-color: #00d07f;
- 115. - }
- 116. -
- 117. - .ads_marker_target_tip {
- 118. - color: #ff8000;
- 119. - }
- 120. - .ads_marker_clicked_tip {
- 121. - color: #9966cc;
- 122. - }
- 123. - .ads_marker_closed_tip {
- 124. - color: #00b2cc;
- 125. - }
- 126. - .ads_marker_viewed_tip {
- 127. - color: #ff55aa;
- 128. - }
- 129. -
- 130. - .ads_marker_offensive_tip {
- 131. - color: #5090ff;
- 132. - }
- 133. - .ads_marker_porno_tip {
- 134. - color: #ff2213;
- 135. - }
- 136. - .ads_marker_cheaters_tip {
- 137. - color: #a0522d;
- 138. - }
- 139. - .ads_marker_against_tip {
- 140. - color: #008000;
- 141. - }
- 142. -
- 143. - .ads_marker_enabled_tip {
- 144. - color: #00aa00;
- 145. - }
- 146. - .ads_marker_enabling_tip {
- 147. - color: #CFB53B;
- 148. - }
- 149. - .ads_marker_approved_tip {
- 150. - color: #0000dd;
- 151. - }
- 152. - .ads_marker_disapproved_tip {
- 153. - color: #aa0000;
- 154. - }
- 155. - .ads_marker_archived_tip {
- 156. - color: #333333;
- 157. - }
- 158. -
- 159. - .ads_marker_request_manual_tip {
- 160. - color: #e0b080;
- 161. - }
- 162. - .ads_marker_request_wrong_tip {
- 163. - color: #00d07f;
- 164. - }
- 165. -
- 166. - .ads_marker_other_tip {
- 167. - color: #2b587a;
- 168. - }
- 169. - .ads_marker_grey_tip {
- 170. - color: grey;
- 171. - }
- 172. - /* #8B00ff */
- 173. - /* 009090 */
- 174. -
- 175. - .ads_info_marker {
- 176. - position: absolute;
- 177. - z-index: 20;
- 178. - top: 2px;
- 179. - right: 2px;
- 180. -
- 181. - background-color: #D5DDE5;
- 182. - border-radius: 3px;
- 183. - text-align: center;
- 184. -
- 185. - width: 20px;
- 186. - height: 20px;
- 187. - line-height: 20px;
- 188. - font-size: 1px;
- 189. - opacity: 0.5;
- 190. -
- 191. - display: none;
- 192. - }
- 193. - .ads_marker_wrap_ad:hover .ads_info_marker {
- 194. - display: block;
- 195. - text-decoration: none;
- 196. - }
- 197. - .ads_marker_wrap_ad .ads_info_marker:hover {
- 198. - font-size: 11px;
- 199. - opacity: 1;
- 200. - }
- 201. -
- 202. - /* -------- */
- 203. - /* Category */
- 204. - /* -------- */
- 205. -
- 206. - .ads_category_wrap {
- 207. - max-width: 118px;
- 208. - margin-top: 4px;
- 209. - display: inline-block;
- 210. - font-size: 0.91em;
- 211. - position: relative;
- 212. - }
- 213. - .ads_category_wrap .ads_category_parent {
- 214. - position: absolute;
- 215. - z-index: 10;
- 216. - display: none;
- 217. - white-space: nowrap;
- 218. - padding-left: 5px;
- 219. - }
- 220. - .ads_category_wrap .ads_subcategory {
- 221. - font-weight: bold;
- 222. - }
- 223. - .ads_category_wrap:hover .ads_subcategory,
- 224. - .ads_category_wrap:hover .ads_category_parent {
- 225. - background-color: white;
- 226. - }
- 227. - .ads_category_wrap:hover .ads_category_parent {
- 228. - display: inline;
- 229. - }
- 230. -
- 231. - /* -------- */
- 232. - /* Ads info */
- 233. - /* -------- */
- 234. -
- 235. - .ads_info_premoderation_request .ads_ad_box_border {
- 236. - border-width: 1px;
- 237. - }
- 238. - .ads_info_premoderation_request .label {
- 239. - color: grey;
- 240. - padding-right: 10px;
- 241. - }
- 242. - .ads_info_premoderation_request .info_msg {
- 243. - margin-top: 15px;
- 244. - }
- 245. - .ads_info_premoderation_request_info {
- 246. - line-height: 160%;
- 247. - }
- 248. - .ads_info_premoderation_request_info td {
- 249. - vertical-align: top;
- 250. - padding-bottom: 3px;
- 251. - }
- 252. - .ads_info_premoderation_request_ad_prev,
- 253. - .ads_info_premoderation_request_ad_cur,
- 254. - .ads_info_premoderation_request_arrow,
- 255. - .ads_info_premoderation_request_info {
- 256. - padding-right: 15px;
- 257. - }
- 258. - .ads_info_premoderation_request_ad_prev,
- 259. - .ads_info_premoderation_request_ad_cur,
- 260. - .ads_info_premoderation_request_info {
- 261. - vertical-align: top;
- 262. - }
- 263. - .ads_info_premoderation_request_ad_prev,
- 264. - .ads_info_premoderation_request_ad_cur {
- 265. - text-align: center;
- 266. - }
- 267. - .ads_info_premoderation_request_arrow {
- 268. - font-size: 30px;
- 269. - }
- 270. -
- 271. - /* ------- */
- 272. - /* All ads */
- 273. - /* ------- */
- 274. -
- 275. - .ads_all_navigation_page {
- 276. - display: block;
- 277. - float: left;
- 278. - text-decoration: none !important;
- 279. - padding: 5px;
- 280. - margin: 0 3px 3px 0;
- 281. - border: 1px solid #DAE1E8;
- 282. - min-width: 45px;
- 283. - }
- 284. - .ads_all_navigation_page.current {
- 285. - font-weight: bold;
- 286. - }
- 287. -
- 288. - .ads_all_ads_box {
- 289. - float: left;
- 290. - height: 300px;
- 291. - margin: 0 5px;
- 292. - }
- 293. -
- 294. - .ads_all_ads_box .ads_ad_box_border {
- 295. - border-width: 1px;
- 296. - }
- 297. -
- 298. - /* ------------- */
- 299. - /* Premoderation */
- 300. - /* ------------- */
- 301. -
- 302. - .ads_premoderation_requests {
- 303. - margin-right: -30px;
- 304. - }
- 305. - .ads_premoderation_request_wrap {
- 306. - float: left;
- 307. - height: 480px;
- 308. - margin: 10px 30px 0 0;
- 309. - }
- 310. - .ads_premoderation_request_wrap.first {
- 311. - margin-right: 31px;
- 312. - }
- 313. -
- 314. - .ads_premoderation_requests .ads_ad_box_border {
- 315. - border-width: 1px;
- 316. - }
- 317. -
- 318. - .ads_premoderation_requests_office .label {
- 319. - padding-right: 10px;
- 320. - vertical-align: top;
- 321. - }
- 322. - .ads_premoderation_requests_office_columns {
- 323. - width: 100%;
- 324. - }
- 325. - .ads_premoderation_requests_office_column {
- 326. - vertical-align: top;
- 327. - }
- 328. - .ads_premoderation_requests_office_column_domains {
- 329. - text-align: right;
- 330. - }
- 331. - .ads_premoderation_requests_office_domains {
- 332. - display: inline-block;
- 333. - }
- 334. - .ads_premoderation_requests_office_domains .labeled {
- 335. - text-align: left;
- 336. - }
- 337. - .ads_premoderation_requests_office_domain_similar {
- 338. - color: #aa0000;
- 339. - }
- 340. -
- 341. - .ads_premoderation_request {
- 342. - border: 1px solid #D3DBE1;
- 343. - padding: 3px;
- 344. - width: 283px;
- 345. - }
- 346. - .ads_premoderation_request_ad_wrap {
- 347. - vertical-align: top;
- 348. - text-align: center;
- 349. - padding-top: 5px;
- 350. - }
- 351. - .ads_premoderation_request_ad_wrap2 {
- 352. - display: inline-block;
- 353. - }
- 354. - .ads_premoderation_request_ad_page_link_wrap {
- 355. - font-size: 30px;
- 356. - text-align: center;
- 357. - line-height: 20px;
- 358. - overflow: hidden;
- 359. - }
- 360. - a.ads_premoderation_request_ad_page_link {
- 361. - text-decoration: none;
- 362. - }
- 363. - .ads_premoderation_request_ad_link_url_wrap {
- 364. - padding: 5px 3px 0 3px;
- 365. - }
- 366. - .ads_premoderation_request_notes_wrap {
- 367. - padding: 5px 3px 0 3px;
- 368. - }
- 369. - .ads_premoderation_request_comment_wrap {
- 370. - padding-top: 3px;
- 371. - }
- 372. - .ads_premoderation_request_comment_wrap2 {
- 373. - margin-right: 8px;
- 374. - }
- 375. - .ads_premoderation_request_comment {
- 376. - width: 100%;
- 377. - margin: 0;
- 378. - }
- 379. - .ads_premoderation_request_actions_wrap {
- 380. - padding-top: 8px;
- 381. - }
- 382. - .ads_premoderation_request_actions_wrap2 {
- 383. - width: 100%;
- 384. - border-collapse: collapse;
- 385. - }
- 386. - .ads_premoderation_request_reasons_wrap2 {
- 387. - position: relative;
- 388. - }
- 389. - .ads_premoderation_request_result_wrap {
- 390. - height: 20px;
- 391. - padding: 5px 3px 3px 3px;
- 392. - }
- 393. - .ads_premoderation_request_result {
- 394. - color: grey;
- 395. - }
- 396. -
- 397. - .ads_premoderation_categories_edit_box .info_msg {
- 398. - margin-bottom: 15px;
- 399. - }
- 400. - .ads_premoderation_categories_edit_box .label {
- 401. - padding-top: 4px;
- 402. - color: grey;
- 403. - width: 150px;
- 404. - text-align: right;
- 405. - }
- 406. - .ads_premoderation_categories_edit_box .labeled {
- 407. - padding-bottom: 10px;
- 408. - }
- 409. -
- 410. - .ads_premoderation_mass_progress_wrap2,
- 411. - .ads_premoderation_mass_result {
- 412. - padding-top: 10px;
- 413. - }
- 414. - .ads_premoderation_mass_progress_wrap1 {
- 415. - width: 250px;
- 416. - }
- 417. -
- 418. - .ads_premoderation_stat_moder_name_wrap {
- 419. - visibility: hidden;
- 420. - position: relative;
- 421. - }
- 422. - .ads_premoderation_stat_moder_name {
- 423. - visibility: visible;
- 424. - position: absolute;
- 425. - left: 0;
- 426. - top: 0;
- 427. - white-space: nowrap;
- 428. - }
- 429. - .ads_premoderation_stat_value_hint,
- 430. - .ads_premoderation_stat_value_hint a {
- 431. - color: gray;
- 432. - }
- 433. -
- 434. - /* ---- */
- 435. - /* Logs */
- 436. - /* ---- */
- 437. -
- 438. - table.ads_logs_users {
- 439. - border-collapse: collapse;
- 440. - }
- 441. - table.ads_logs_users td,
- 442. - table.ads_logs_users th {
- 443. - padding: 2px 5px;
- 444. - }
- 445. -
- 446. - table.ads_logs_info {
- 447. - border-collapse: collapse;
- 448. - }
- 449. - table.ads_logs_info td,
- 450. - table.ads_logs_info th {
- 451. - padding: 1px 10px;
- 452. - }
- 453. -
- 454. - /* ------------ */
- 455. - /* Stat summary */
- 456. - /* ------------ */
- 457. -
- 458. - .ads_moder_stat_summary_range_wrap {
- 459. - margin-top: -2px;
- 460. - }
- 461. - @-moz-document url-prefix() {
- 462. - .ads_moder_stat_summary_range_wrap {
- 463. - margin-top: -1px;
- 464. - }
- 465. - }
- 466. - .ads_moder_stat_summary_range_part {
- 467. - padding-left: 8px;
- 468. - }
- 469. - .ads_moder_stat_summary_range_label {
- 470. - padding-top: 5px;
- 471. - }
- 472. - @-moz-document url-prefix() {
- 473. - .ads_moder_stat_summary_range_label {
- 474. - padding-top: 4px;
- 475. - }
- 476. - }
- 477. - #ads_moder_stat_summary_range_link {
- 478. - opacity: 0.5;
- 479. - display: block;
- 480. - padding: 1px;
- 481. - }
- 482. - #ads_moder_stat_summary_range_link:hover {
- 483. - opacity: 1;
- 484. - }
- 485. - #ads_moder_stat_summary_range_link img {
- 486. - display: block;
- 487. - }
- 488. -
- 489. - #ads_moder_stat_summary_filter_properties_shower {
- 490. - display: block;
- 491. - padding: 3px 8px 8px 8px;
- 492. - }
- 493. -
- 494. - .ads_stat_summary_graph_link {
- 495. - height: 11px;
- 496. - overflow: visible;
- 497. - }
- 498. - .ads_stat_summary_graph_image {
- 499. - display: block;
- 500. - margin-top: -1px;
- 501. - }
- 502. -
- 503. - /* ----- */
- 504. - /* Other */
- 505. - /* ----- */
- 506. -
- 507. - .ads_navigation_link.current {
- 508. - font-weight: bold;
- 509. - }
- 510. -
- 511. - .ads_note {
- 512. - padding-bottom: 5px;
- 513. - }
- 514. - .ads_note_info {
- 515. - color: #999999;
- 516. - font-size: 0.91em;
- 517. - }
- 518. - .ads_note_info_user {
- 519. - color: #999999;
- 520. - }
- 521. -
- 522. - /* --- */
- 523. - /* OLD */
- 524. - /* --- */
- 525. -
- 526. - #ads_unions_bonuses * {
- 527. - text-align: left;
- 528. - }
- 529. -
- 530. - #ads_unions_queue .ads_unions_list td,
- 531. - #ads_unions_queue .ads_unions_list th {
- 532. - text-align: left;
- 533. - }
- 534. -
- 535. - #ads_premoderation_stat .ads_unions_list th.column_moder *,
- 536. - #ads_premoderation_stat .ads_unions_list td.column_moder,
- 537. - #ads_premoderation_stat .ads_unions_list th.column_period *,
- 538. - #ads_premoderation_stat .ads_unions_list td.column_period {
- 539. - text-align: left;
- 540. - }
- 541. -
- 542. - /* Distribution chart */
- 543. - .ads_moder_chart_table_wrap {
- 544. - position: relative;
- 545. - }
- 546. - .ads_moder_chart_table {
- 547. - background-color: #F3F5F7;
- 548. - border: 0 none;
- 549. - margin-bottom: 10px;
- 550. - vertical-align: bottom;
- 551. - margin: 0 auto;
- 552. - }
- 553. - .ads_moder_chart_table td.ads_moder_total_chart_row {
- 554. - background-color: #FFFFFF;
- 555. - color:#45688E;
- 556. - border: 0 none;
- 557. - padding-top: 10px;
- 558. - padding-bottom: 30px;
- 559. - vertical-align: bottom;
- 560. - }
- 561. - .ads_moder_chart_column {
- 562. - background-color: #B0C1CF;
- 563. - vertical-align: bottom;
- 564. - cursor: pointer;
- 565. - }
- 566. - .ads_moder_chart_column.even {
- 567. - background-color: #C7D3DD;
- 568. - }
- 569. - .ads_moder_chart_table td {
- 570. - vertical-align: bottom;
- 571. - }
- 572. - .ads_moder_chart_table td.ads_moder_chart_under_num {
- 573. - background-color: #EAEEF2;
- 574. - height: 15px;
- 575. - padding-bottom: 3px;
- 576. - }
- 577. - .ads_moder_chart_table td.ads_moder_chart_under_num.even {
- 578. - background-color: #FFFFFF;
- 579. - }
- 580. - .ads_moder_chart_date {
- 581. - font-size: 9px;
- 582. - height: 10px;
- 583. - padding-top: 4px;
- 584. - text-align: center;
- 585. - }
- 586. - .ads_moder_chart_max_label {
- 587. - background-color: #FFFFFF;
- 588. - color: #000000;
- 589. - display: none;
- 590. - font-size: 9px;
- 591. - padding: 2px 4px;
- 592. - position: absolute;
- 593. - z-index: 100;
- 594. - }
- 595. - .ads_moder_chart_max_label_out {
- 596. - background-color: #2B587A;
- 597. - display: none;
- 598. - opacity: 0.2;
- 599. - position: absolute;
- 600. - z-index: 90;
- 601. - }
- 602. - .ads_moder_chart_max_label_out2 {
- 603. - background-color: #2B587A;
- 604. - display: none;
- 605. - opacity: 0.1;
- 606. - position: absolute;
- 607. - z-index: 90;
- 608. - }
- ------
- Файл - ads_web.js (Старый размер - 17747 | Новый - 16528):
- 5. - AdsWeb.showAds = function() {
- 6. + AdsWeb.showAds = function(paramsExtra, openapiVersion) {
- 11. - var adsCount = intval(ge('ads_web_site_code_ads_ads_count').value);
- 12. - if (!AdsWeb.updateSiteCodeAdsParams('ads_ads_count', adsCount, false, true)) {
- 13. + var adsCount = intval(ge('ads_web_site_code_ads_count').value);
- 14. + if (!AdsWeb.updateSiteCodeAdsParams('ads_count', adsCount, false, true)) {
- 20. - var keyFix = key.substr(4);
- 21. + var keyFix = (inArray(key, ['ads_count']) ? key : key.substr(4));
- 23. - }
- 24. - if (adsParamsFix['handler'] && adsParamsFix['handler'].substr(0, 8) === 'function') {
- 25. - eval("adsParamsFix['handler'] = " + adsParamsFix['handler']);
- 28. - var paramsExtra = extend({}, adsParamsFix, cur.adsParamsExtra);
- 29. + if (!paramsExtra) {
- 30. + paramsExtra = {};
- 31. + }
- 32. + paramsExtra = extend({}, adsParamsFix, paramsExtra);
- 33. + paramsExtra.ad_unit_id *= -1;
- 37. + VK.init({apiId: -1, onlyWidgets: true});
- 47. - src: '/js/api/openapi.js?'+cur.openapiVersion
- 48. + src: '/js/api/openapi.js?'+openapiVersion
- 66. - AdsWeb.siteStatSelectGraph = function(itemElem, graphIndex) {
- 67. - removeClass(geByClass1('selected', ge('ads_web_graph_filters')), 'selected');
- 68. - addClass(itemElem, 'selected');
- 69. - cur.pageGraphs.ads_web_graph.loadGraph(graphIndex);
- 70. + AdsWeb.getAdsViewParams = function() {
- 71. + var adsViewParams = {};
- 72. +
- 73. + adsViewParams.ads_count = adsCount;
- 74. +
- 75. + return adsViewParams;
- 78. - AdsWeb.initSiteCode = function(widgetHtml, adsParams, adsParamsExtra, openapiVersion) {
- 79. - cur.widgetHtml = widgetHtml;
- 80. - cur.adsParams = adsParams;
- 81. - cur.adsParamsExtra = adsParamsExtra;
- 82. - cur.openapiVersion = openapiVersion;
- 83. + AdsWeb.initSiteCode = function(widgetCode, adsParams) {
- 84. + cur.widgetCode = widgetCode;
- 85. + cur.adsParams = adsParams;
- 87. - window.radioBtns['ads_demo'] = {els: Array.prototype.slice.apply(geByClass('radiobtn', ge('ads_web_site_code_ads_demo_wrap')))};
- 102. - if (paramName === 'ads_ads_count') {
- 103. + if (paramName === 'ads_count') {
- 117. - 'ads_demo',
- 129. - 'ads_handler_empty_html'
- 130. + 'ads_handler_fail_only'
- 138. - var adsParamsFix = [];
- 139. + var adsParamsFix = {};
- 141. - var keyFix = key.substr(4);
- 142. - var value;
- 143. - if (key === 'ads_handler' && cur.adsParams[key].substr(0, 8) === 'function') {
- 144. - value = '"' + keyFix + '":' + cur.adsParams[key];
- 145. - } else {
- 146. - value = '"' + keyFix + '":' + JSON.stringify(cur.adsParams[key]);
- 147. - }
- 148. - adsParamsFix.push(value);
- 149. + var keyFix = (inArray(key, ['ads_count']) ? key : key.substr(4));
- 150. + adsParamsFix[keyFix] = cur.adsParams[key];
- 152. - var adsParamsStr = '{' + adsParamsFix.join(',') + '}';
- 153. - var widgetHtml = cur.widgetHtml.replace('{ads_params}', adsParamsStr);
- 154. - ge('ads_web_site_code_widget_html').value = widgetHtml;
- 155. + var adsParamsStr = JSON.stringify(adsParamsFix);
- 156. + var widgetCode = cur.widgetCode.replace('{ads_params}', adsParamsStr);
- 157. + ge('ads_web_site_code_widget_code').value = widgetCode;
- 196. - Ads.unlock('saveSite');
- 206. + Ads.unlock('saveSite');
- 218. - AdsWeb.deleteSite = function(actionParams) {
- 219. - if (!Ads.lock('deleteSite', onLock, onUnlock)) {
- 220. + AdsWeb.removeSite = function(actionParams) {
- 221. + if (!Ads.lock('removeSite', onLock, onUnlock)) {
- 228. - ajax.post('/adsweb?act=site_delete', ajaxParams, {onDone: onComplete, onFail: onComplete});
- 229. + ajax.post('/adsweb?act=site_remove', ajaxParams, {onDone: onComplete, onFail: onComplete});
- 232. - Ads.unlock('deleteSite');
- 238. + Ads.unlock('removeSite');
- 259. - Ads.unlock('changeSiteParams');
- 265. + Ads.unlock('changeSiteParams');
- 286. - Ads.unlock('changeDomainNameParams');
- 292. + Ads.unlock('changeDomainNameParams');
- 313. - Ads.unlock('changeDomainNameParams');
- 319. + Ads.unlock('changeDomainNameParams');
- 345. + showMax: 20,
- 370. - Ads.unlock('saveSiteTags');
- 376. + Ads.unlock('saveSiteTags');
- 385. - }
- 386. - }
- 387. -
- 388. - AdsWeb.changeUnitParams = function(actionParams) {
- 389. - if (!Ads.lock('changeUnitParams', onLock, onUnlock)) {
- 390. - return;
- 391. - }
- 392. -
- 393. - var ajaxParams = {};
- 394. - ajaxParams = extend({}, ajaxParams, actionParams);
- 395. -
- 396. - ajax.post('/adsweb?act=unit_change_params', ajaxParams, {onDone: onComplete, onFail: onComplete});
- 397. -
- 398. - function onComplete(response) {
- 399. - Ads.unlock('changeUnitParams');
- 400. - if (response && response.ok) {
- 401. - nav.reload();
- 402. - } else {
- 403. - var msg = ((response && response.msg) ? response.msg : getLang('ads_error_unexpected_error_try_later'));
- 404. - showFastBox(getLang('global_error'), msg);
- 405. - }
- 406. - return true;
- 407. - }
- 408. - function onLock() {
- 409. - }
- 410. - function onUnlock() {
- 447. - Ads.unlock('saveTag');
- 453. + Ads.unlock('saveTag');
- 476. - Ads.unlock('removeTag');
- 482. + Ads.unlock('removeTag');
- 523. - Ads.unlock('saveAdmin');
- 529. + Ads.unlock('saveAdmin');
- 552. - Ads.unlock('removeAdmin');
- 558. + Ads.unlock('removeAdmin');
- 617. - Ads.unlock('saveDomainSpecial');
- 623. + Ads.unlock('saveDomainSpecial');
- ------
Advertisement
Add Comment
Please, Sign In to add comment