Hormold

VK Change (#1382102104)

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