Hormold

VK Change (#1381344302)

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