Hormold

VK Change (#1383214509)

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