Hormold

VK Change (#1383672604)

Nov 5th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 33.52 KB | None | 0 0
  1. Файл - groups_edit.css (Старый размер - 23430 | Новый - 0):
  2. 0.  - #groups_edit_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - .group_edit {
  7. 5.  -   background: #F7F7F7;
  8. 6.  -   padding: 15px;
  9. 7.  - }
  10. 8.  - #group_edit_rss {
  11. 9.  -   padding-top: 6px;
  12. 10.  - }
  13. 11.  - .group_edit_label, .group_rss_label {
  14. 12.  -   width: 148px;
  15. 13.  -   padding: 4px 16px 9px;
  16. 14.  -   color: #707070;
  17. 15.  - }
  18. 16.  - .group_edit_labeled {
  19. 17.  -   padding: 4px 7px 9px;
  20. 18.  -   position: relative;
  21. 19.  -   border: 1px solid #F7F7F7;
  22. 20.  -   border-color: transparent;
  23. 21.  -   margin: -1px;
  24. 22.  - }
  25. 23.  - div.gedit_public_labeled {
  26. 24.  -   padding: 4px 0px 6px;
  27. 25.  - }
  28. 26.  - .gedit_public_feedback {
  29. 27.  -   margin-bottom: 6px;
  30. 28.  - }
  31. 29.  - .group_edit_field {
  32. 30.  -   padding: 0px 0px 9px;
  33. 31.  - }
  34. 32.  - .group_edit_info {
  35. 33.  -   color: #777;
  36. 34.  -   padding: 7px 20px 0px;
  37. 35.  - }
  38. 36.  - .group_edit_section {
  39. 37.  -   padding-top: 9px;
  40. 38.  - }
  41. 39.  - .group_edit_next {
  42. 40.  -   margin-top: 7px;
  43. 41.  - }
  44. 42.  - .group_save_button {
  45. 43.  -   margin-top: 10px;
  46. 44.  - }
  47. 45.  -
  48. 46.  - .group_conv_header {
  49. 47.  -   color: #36638E;
  50. 48.  -   font-size: 1.09em;
  51. 49.  -   font-weight: bold;
  52. 50.  -   margin-bottom: 5px;
  53. 51.  -   padding: 0 10px 5px;
  54. 52.  -   border-bottom: 1px solid #DAE1E8;
  55. 53.  - }
  56. 54.  - .group_conv_tip {
  57. 55.  -   padding: 5px 20px 0;
  58. 56.  -   color: #777;
  59. 57.  - }
  60. 58.  - .group_conv_option {
  61. 59.  -   padding: 5px 19px;
  62. 60.  - }
  63. 61.  - .group_to_public_warning {
  64. 62.  -   padding: 10px 10px 12px;
  65. 63.  -   line-height: 120%;
  66. 64.  -   margin: 0 0 8px;
  67. 65.  -   border: 1px solid #DAE1E8;
  68. 66.  -   background: #F7F7F7;
  69. 67.  - }
  70. 68.  - .group_to_public_warning .listing {
  71. 69.  -   padding-left: 30px;
  72. 70.  -   padding-right: 30px;
  73. 71.  -   line-height: 140%;
  74. 72.  -   margin: 10px 0 0;
  75. 73.  - }
  76. 74.  -
  77. 75.  - .group_to_public_comment {
  78. 76.  -   padding: 10px 10px 12px;
  79. 77.  -   line-height: 120%;
  80. 78.  -   margin: 0 0 8px;
  81. 79.  - }
  82. 80.  -
  83. 81.  - .group_rss_label {
  84. 82.  -   width: 100px;
  85. 83.  - }
  86. 84.  - #group_rss_url {
  87. 85.  -   width: 240px;
  88. 86.  -   padding: 3px 6px;
  89. 87.  - }
  90. 88.  -
  91. 89.  - .group_status_export_info {
  92. 90.  -   line-height: 150%;
  93. 91.  -   background-color: #F6F7F9;
  94. 92.  -   border: 1px solid #DBE0EA;
  95. 93.  -   padding: 8px 5px;
  96. 94.  -   margin-bottom: 10px;
  97. 95.  - }
  98. 96.  - .groups_twitter_icon {
  99. 97.  -   margin: 0px 5px;
  100. 98.  - }
  101. 99.  - .groups_twitter_info {
  102. 100.  -   margin: 0px 5px;
  103. 101.  -   width: 310px;
  104. 102.  - }
  105. 103.  -
  106. 104.  - #group_edit_name {
  107. 105.  -   padding: 3px 5px;
  108. 106.  -   width: 254px;
  109. 107.  - }
  110. 108.  - #group_edit_desc {
  111. 109.  -   padding: 3px 6px;
  112. 110.  -   vertical-align: top;
  113. 111.  -   width: 252px;
  114. 112.  -   height: 50px;
  115. 113.  - }
  116. 114.  - #group_saved_msg {
  117. 115.  -   display: none;
  118. 116.  -   line-height: 160%;
  119. 117.  -   background: #F4EBBD;
  120. 118.  -   margin-bottom: 25px;
  121. 119.  - }
  122. 120.  -
  123. 121.  - #group_edit_addr_table {
  124. 122.  -   border: 1px solid #C0CAD5;
  125. 123.  -   background: #FFF;
  126. 124.  -   width: 266px;
  127. 125.  - }
  128. 126.  - .group_edit_addr_label {
  129. 127.  -   padding: 3px 0px 3px 6px;
  130. 128.  -   color: #777;
  131. 129.  -   width: 1px;
  132. 130.  -   vertical-align: top;
  133. 131.  - }
  134. 132.  - .group_edit_addr_field {
  135. 133.  -   width: 100%;
  136. 134.  -   padding: 3px 0px 0px;
  137. 135.  -   vertical-align: top;
  138. 136.  - }
  139. 137.  - input#group_edit_addr {
  140. 138.  -   width: 100%;
  141. 139.  -   outline: none;
  142. 140.  -   border: 0px;
  143. 141.  -   padding: 0px;
  144. 142.  -   margin: 0px -1px;
  145. 143.  -   background: transparent;
  146. 144.  - }
  147. 145.  - #group_edit_about_addr {
  148. 146.  -   padding: 4px 0px 0px 10px;
  149. 147.  -   width: 134px;
  150. 148.  -   color: #777;
  151. 149.  - }
  152. 150.  - #group_website, #group_rss {
  153. 151.  -   padding: 3px 5px;
  154. 152.  -   width: 174px;
  155. 153.  - }
  156. 154.  - #event_phone, #event_mail {
  157. 155.  -   padding: 3px 5px;
  158. 156.  -   width: 254px;
  159. 157.  - }
  160. 158.  - .group_edit_field .selector_container td.selector {
  161. 159.  -   padding-top: 1px;
  162. 160.  - }
  163. 161.  -
  164. 162.  - #group_bl_bar,
  165. 163.  - #group_l_bar {
  166. 164.  -   padding: 10px;
  167. 165.  -   background: #F7F7F7;
  168. 166.  -   border-bottom: 1px solid #DAE1E8;
  169. 167.  - }
  170. 168.  - #group_bl_search,
  171. 169.  - #group_l_search {
  172. 170.  -   padding: 5px 4px 5px 20px;
  173. 171.  -   width: 402px;
  174. 172.  -   height: 14px;
  175. 173.  -   line-height: 1.27em;
  176. 174.  -   outline: none;
  177. 175.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
  178. 176.  - }
  179. 177.  - #group_bl_submit,
  180. 178.  - #group_l_submit {
  181. 179.  -   padding-left: 8px;
  182. 180.  -   padding-right: 8px;
  183. 181.  -   width: 168px;
  184. 182.  -   text-align: center;
  185. 183.  - }
  186. 184.  - #group_bl_rows {
  187. 185.  -   padding: 0px 10px 10px;
  188. 186.  - }
  189. 187.  - .group_bl_row {
  190. 188.  -   padding: 10px 0;
  191. 189.  -   height: 50px;
  192. 190.  -   overflow: hidden;
  193. 191.  -   border-bottom: 1px solid #DAE2E8;
  194. 192.  - }
  195. 193.  - .group_bl_photo {
  196. 194.  -   width: 60px;
  197. 195.  -   height: 50px;
  198. 196.  -   overflow: hidden;
  199. 197.  - }
  200. 198.  - .group_bl_photo_img {
  201. 199.  -   width: 50px;
  202. 200.  - }
  203. 201.  - .group_bl_name {
  204. 202.  -   font-weight: bold;
  205. 203.  -   color: #45688E;
  206. 204.  - }
  207. 205.  - .group_bl_info {
  208. 206.  -   padding-top: 4px;
  209. 207.  -   color: #777;
  210. 208.  -   max-width: 400px;
  211. 209.  -   overflow: hidden;
  212. 210.  -   white-space: nowrap;
  213. 211.  -   text-overflow: ellipsis;
  214. 212.  -   -o-text-overflow: ellipsis;
  215. 213.  - }
  216. 214.  - .group_bl_block {
  217. 215.  -   padding-top: 1px;
  218. 216.  -   max-width: 400px;
  219. 217.  -   overflow: hidden;
  220. 218.  -   white-space: nowrap;
  221. 219.  - }
  222. 220.  - .group_bl_actions {
  223. 221.  -   width: 120px;
  224. 222.  - }
  225. 223.  - .group_bl_action {
  226. 224.  -   overflow: hidden;
  227. 225.  -   display: block;
  228. 226.  -   padding: 4px 6px;
  229. 227.  - }
  230. 228.  - .group_bl_action:hover {
  231. 229.  -   background: #E1E7ED;
  232. 230.  -   text-decoration: none;
  233. 231.  - }
  234. 232.  - .group_bl_row:last-child {
  235. 233.  -   border-bottom: 0;
  236. 234.  - }
  237. 235.  - .group_bl_rem {
  238. 236.  -   color: #777;
  239. 237.  - }
  240. 238.  - #group_bl_msg {
  241. 239.  -   display: none;
  242. 240.  -   margin: 15px 15px 10px;
  243. 241.  -   line-height: 160%;
  244. 242.  - }
  245. 243.  -
  246. 244.  - .group_blb_user {
  247. 245.  -   padding: 26px 0;
  248. 246.  - }
  249. 247.  - .group_blb_user_thumb {
  250. 248.  -   width: 90px;
  251. 249.  -   height: 75px;
  252. 250.  -   overflow: hidden;
  253. 251.  - }
  254. 252.  - .group_blb_user_img {
  255. 253.  -   width: 75px;
  256. 254.  - }
  257. 255.  - .group_blb_user_info {
  258. 256.  - }
  259. 257.  - .group_blb_user_row {
  260. 258.  -   padding-top: 5px;
  261. 259.  -   color: #777;
  262. 260.  - }
  263. 261.  - .group_blb_user_name {
  264. 262.  -   line-height: 1.27em;
  265. 263.  -   font-size: 1.09em;
  266. 264.  -   font-weight: bold;
  267. 265.  -   color: #45688E;
  268. 266.  - }
  269. 267.  - .group_blb_block {
  270. 268.  -   width: 190px;
  271. 269.  -   padding-bottom: 26px;
  272. 270.  - }
  273. 271.  - div.group_blb_block_type {
  274. 272.  -   width: 260px;
  275. 273.  - }
  276. 274.  - .group_blb_header {
  277. 275.  -   color: #45688E;
  278. 276.  -   line-height: 1.27em;
  279. 277.  -   margin: 0;
  280. 278.  -   padding: 0 0 9px;
  281. 279.  -   font-size: 1.09em;
  282. 280.  -   font-weight: bold;
  283. 281.  - }
  284. 282.  - .group_blb_dd {
  285. 283.  -   height: 29px;
  286. 284.  - }
  287. 285.  - #group_blb_comment {
  288. 286.  -   width: 438px;
  289. 287.  -   outline: 0;
  290. 288.  -   padding: 6px 5px 8px;
  291. 289.  - }
  292. 290.  - #group_blb_comment_vis {
  293. 291.  -   margin-top: 12px;
  294. 292.  -   line-height: normal;
  295. 293.  - }
  296. 294.  - #group_blb_warn {
  297. 295.  -   color: #777;
  298. 296.  -   display: none;
  299. 297.  -   margin-top: 12px;
  300. 298.  - }
  301. 299.  - .group_blb_buttons {
  302. 300.  -   margin-top: 26px;
  303. 301.  -   height: 25px;
  304. 302.  -   line-height: normal;
  305. 303.  - }
  306. 304.  - #group_blb_cancel {
  307. 305.  -   margin: 0px 10px;
  308. 306.  - }
  309. 307.  -
  310. 308.  - #group_bl_no, #group_l_no {
  311. 309.  -   font-size: 1.09em;
  312. 310.  -   padding: 100px 30px;
  313. 311.  -   text-align: center;
  314. 312.  -   color: #777;
  315. 313.  - }
  316. 314.  - #group_users_more {
  317. 315.  -   margin: 0px 10px 5px;
  318. 316.  -   display: block;
  319. 317.  -   padding: 10px;
  320. 318.  -   border-top: 1px solid #DAE1E8;
  321. 319.  -   text-align: center;
  322. 320.  - }
  323. 321.  - #group_users_more:hover {
  324. 322.  -   text-decoration: none;
  325. 323.  -   background: #E9EDF1;
  326. 324.  - }
  327. 325.  - #group_more_progress {
  328. 326.  -   margin: 0px auto;
  329. 327.  - }
  330. 328.  -
  331. 329.  - #group_p_data {
  332. 330.  -   padding: 10px 10px 5px;
  333. 331.  -   background: #F7F7F7;
  334. 332.  - }
  335. 333.  - .group_p_rows {
  336. 334.  -   display: none;
  337. 335.  -   width: 457px;
  338. 336.  - }
  339. 337.  - .group_p_row {
  340. 338.  -   width: 431px;
  341. 339.  -   padding: 8px;
  342. 340.  -   background: #FFF;
  343. 341.  -   border: 1px solid #DAE1E8;
  344. 342.  -   margin-bottom: 5px;
  345. 343.  - }
  346. 344.  - .group_p_photo {
  347. 345.  -   width: 33px;
  348. 346.  -   height: 25px;
  349. 347.  -   overflow: hidden;
  350. 348.  - }
  351. 349.  - .group_p_photo_img {
  352. 350.  -   width: 25px;
  353. 351.  - }
  354. 352.  - .group_p_info {
  355. 353.  -   width: 395px;
  356. 354.  -   white-space: nowrap;
  357. 355.  -   overflow: hidden;
  358. 356.  -   text-overflow: ellipsis;
  359. 357.  -   -o-text-overflow: ellipsis;
  360. 358.  -   color: #777;
  361. 359.  - }
  362. 360.  - .group_p_section, .group_p_section_sel {
  363. 361.  -   display: block;
  364. 362.  -   width: 130px;
  365. 363.  -   padding: 5px 11px;
  366. 364.  - }
  367. 365.  - .group_p_section:hover {
  368. 366.  -   text-decoration: none;
  369. 367.  -   background: #E9EDF1;
  370. 368.  - }
  371. 369.  - .group_p_section_sel:hover {
  372. 370.  -   text-decoration: none;
  373. 371.  - }
  374. 372.  - .group_p_section_sel {
  375. 373.  -   padding: 4px 10px;
  376. 374.  -   background: #5e82a8;
  377. 375.  -   border: 1px solid #517295;
  378. 376.  -   color: #FFF;
  379. 377.  - }
  380. 378.  - .group_p_no_list {
  381. 379.  -   background: #FFFFFF;
  382. 380.  -   color: #777777;
  383. 381.  -   border: 1px solid #DAE1E8;
  384. 382.  -   font-size: 1.18em;
  385. 383.  -   margin: 0 0 3px;
  386. 384.  -   padding: 80px 0;
  387. 385.  -   text-align: center;
  388. 386.  -   width: 447px;
  389. 387.  - }
  390. 388.  - .group_p_td {
  391. 389.  -   vertical-align: top;
  392. 390.  - }
  393. 391.  - .group_p_label, .group_ps_label {
  394. 392.  -   width: 130px;
  395. 393.  -   padding: 9px 10px 0px;
  396. 394.  -   color: #777;
  397. 395.  - }
  398. 396.  - .group_ps_label {
  399. 397.  -   width: 110px;
  400. 398.  - }
  401. 399.  - .group_p_labeled, .group_ps_labeled {
  402. 400.  -   padding: 5px 0px;
  403. 401.  - }
  404. 402.  - #group_p_admin_position {
  405. 403.  -   width: 200px;
  406. 404.  - }
  407. 405.  - .group_ps_labeled #group_p_admin_position {
  408. 406.  -   width: 145px;
  409. 407.  - }
  410. 408.  - #group_admins_msg {
  411. 409.  -   display: none;
  412. 410.  -   margin-bottom: 10px;
  413. 411.  -   width: 425px;
  414. 412.  -   line-height: 160%;
  415. 413.  - }
  416. 414.  - #group_p_search {
  417. 415.  -   border-top: 1px solid #DAE2E8;
  418. 416.  -   margin: 5px 0;
  419. 417.  -   padding: 5px 0px;
  420. 418.  - }
  421. 419.  - #group_p_search_info, #group_p_approve_info {
  422. 420.  -   font-size: 0.9em;
  423. 421.  -   padding: 5px 1px 8px;
  424. 422.  - }
  425. 423.  - #group_p_search_name {
  426. 424.  -   width: 144px;
  427. 425.  - }
  428. 426.  - .group_p_search_button {
  429. 427.  -   margin: 8px 0px;
  430. 428.  - }
  431. 429.  - .group_ps_thumb {
  432. 430.  -   width: 110px;
  433. 431.  -   height: 100px;
  434. 432.  -   overflow: hidden;
  435. 433.  - }
  436. 434.  - .group_psmall_thumb {
  437. 435.  -   width: 60px;
  438. 436.  -   height: 50px;
  439. 437.  -   overflow: hidden;
  440. 438.  - }
  441. 439.  - #members_show_more_link, #admins_show_more_link, #requests_show_more_link, #invites_show_more_link {
  442. 440.  -   width: 449px;
  443. 441.  - }
  444. 442.  - #group_admins_rows {
  445. 443.  -   position: relative;
  446. 444.  - }
  447. 445.  - .group_p_rows .sort_helper {
  448. 446.  -   margin-bottom: 5px;
  449. 447.  - }
  450. 448.  -
  451. 449.  - #group_l_msg {
  452. 450.  -   margin: 15px 15px 10px;
  453. 451.  -   line-height: 160%;
  454. 452.  -   display: none;
  455. 453.  - }
  456. 454.  - #group_l_rows {
  457. 455.  -   padding: 0px 10px 0px;
  458. 456.  -   position: relative;
  459. 457.  - }
  460. 458.  - .group_l_row {
  461. 459.  -   background: #FFF;
  462. 460.  -   border-bottom: 1px solid #E7EAED;
  463. 461.  -   padding: 10px 0px;
  464. 462.  - }
  465. 463.  - #group_l_rows .sort_helper {
  466. 464.  -   border-bottom: 1px solid #E7EAED;
  467. 465.  - }
  468. 466.  - .group_l_row:last-child {
  469. 467.  -   border-bottom: 1px solid #FFF;
  470. 468.  - }
  471. 469.  - .group_l_row.sort_taken, .group_l_row.sort_taken:last-child {
  472. 470.  -   background: #EDF1F5;
  473. 471.  -   border-bottom: 1px solid #EDF1F5;
  474. 472.  -   padding: 10px;
  475. 473.  -   margin: 0px -10px;
  476. 474.  -   opacity: 0.9;
  477. 475.  -   filter: alpha(opacity=90);
  478. 476.  - }
  479. 477.  - #group_l_rows .sort_helper.sort_helper_last {
  480. 478.  -   border-bottom: 1px solid #FFF;
  481. 479.  - }
  482. 480.  - .group_l_photo {
  483. 481.  -   width: 60px;
  484. 482.  -   height: 50px;
  485. 483.  -   overflow: hidden;
  486. 484.  - }
  487. 485.  - .group_l_photo_img {
  488. 486.  -   width: 50px;
  489. 487.  - }
  490. 488.  - .group_l_info {
  491. 489.  -   width: 420px;
  492. 490.  -   overflow: hidden;
  493. 491.  -   font-weight: bold;
  494. 492.  - }
  495. 493.  - .group_l_position {
  496. 494.  -   padding-top: 4px;
  497. 495.  -   font-weight: normal;
  498. 496.  - }
  499. 497.  - .group_l_x {
  500. 498.  -   background: url(/images/pics/statusx_op.gif) no-repeat;
  501. 499.  -   opacity: 0;
  502. 500.  -   filter: alpha(opacity=0);
  503. 501.  -   cursor: pointer;
  504. 502.  -   height: 17px;
  505. 503.  -   width: 17px;
  506. 504.  - }
  507. 505.  - .group_al_thumb {
  508. 506.  -   width: 110px;
  509. 507.  -   height: 100px;
  510. 508.  -   overflow: hidden;
  511. 509.  - }
  512. 510.  - #group_al_thumb_img {
  513. 511.  -   width: 100px;
  514. 512.  - }
  515. 513.  - .group_al_title {
  516. 514.  -   margin: 0 0 10px;
  517. 515.  -   width: 270px;
  518. 516.  -   overflow: hidden;
  519. 517.  - }
  520. 518.  - #group_al_title, #group_al_position {
  521. 519.  -   width: 262px;
  522. 520.  - }
  523. 521.  - .group_al_position {
  524. 522.  -   padding: 10px 4px 0px;
  525. 523.  -   color: #777;
  526. 524.  - }
  527. 525.  - #group_l_no {
  528. 526.  -   padding: 100px 130px;
  529. 527.  - }
  530. 528.  - .group_l_action {
  531. 529.  -   display: block;
  532. 530.  -   padding: 4px 6px;
  533. 531.  - }
  534. 532.  - .group_l_action:hover {
  535. 533.  -   text-decoration: none;
  536. 534.  -   background: #E1E7ED;
  537. 535.  - }
  538. 536.  - .group_l_progress {
  539. 537.  -   margin: 4px 6px;
  540. 538.  - }
  541. 539.  -
  542. 540.  - .group_edit_at {
  543. 541.  -   padding: 4px 0px 0;
  544. 542.  - }
  545. 543.  - .group_edit_field .datepicker_control {
  546. 544.  -   padding-left: 4px;
  547. 545.  -   padding-right: 4px;
  548. 546.  - }
  549. 547.  - #group_edit_finish_label {
  550. 548.  -   padding-bottom: 5px;
  551. 549.  - }
  552. 550.  -
  553. 551.  - #group_stickes_box h2 {
  554. 552.  -   padding-left: 1px;
  555. 553.  -   border-bottom: none;
  556. 554.  - }
  557. 555.  - .group_st_msg {
  558. 556.  -   padding: 0;
  559. 557.  -   margin: 0 auto 15px;
  560. 558.  -   width: 490px;
  561. 559.  -   line-height: 160%;
  562. 560.  -   font-size: 1.09em;
  563. 561.  - }
  564. 562.  - .group_st_row {
  565. 563.  -   margin: 0;
  566. 564.  - }
  567. 565.  - .group_st_label {
  568. 566.  -   width: 240px;
  569. 567.  -   padding: 4px 8px 9px 0;
  570. 568.  -   color: #555;
  571. 569.  - }
  572. 570.  - .group_st_labeled {
  573. 571.  -   padding: 4px 7px 9px 0;
  574. 572.  - }
  575. 573.  - .group_st_field {
  576. 574.  -   padding: 0 0 9px 0;
  577. 575.  - }
  578. 576.  - .group_st_field input {
  579. 577.  -   width: 335px;
  580. 578.  - }
  581. 579.  - .group_st_field textarea {
  582. 580.  -   width: 335px;
  583. 581.  -   height: 65px;
  584. 582.  - }
  585. 583.  - .group_st_field textarea.big_text {
  586. 584.  -   padding: 5px 4px 4px;
  587. 585.  -   font-size: 1.09em!important;
  588. 586.  - }
  589. 587.  - .group_st_field .selector_container td.selector {
  590. 588.  -   padding-top: 3px;
  591. 589.  -   padding-bottom: 2px;
  592. 590.  - }
  593. 591.  - .group_st_field .datepicker_control {
  594. 592.  -   padding-top: 4px;
  595. 593.  -   padding-bottom: 4px;
  596. 594.  - }
  597. 595.  - .firefox .group_st_field .datepicker_control {
  598. 596.  -   padding-top: 3px;
  599. 597.  -   padding-bottom: 3px;
  600. 598.  - }
  601. 599.  - .group_st_note {
  602. 600.  -   padding-top: 7px;
  603. 601.  -   color: #555;
  604. 602.  -   width: 337px;
  605. 603.  - }
  606. 604.  - #group_stickers_phone_table {
  607. 605.  -   border: 1px solid #C0CAD5;
  608. 606.  -   background: #FFF;
  609. 607.  -   width: 170px;
  610. 608.  - }
  611. 609.  - #group_stickers_phone_prefix {
  612. 610.  -   padding: 4px 0px 3px 6px;
  613. 611.  -   color: #777;
  614. 612.  -   width: 1px;
  615. 613.  -   vertical-align: top;
  616. 614.  -   font-size: 1.09em!important;
  617. 615.  - }
  618. 616.  - .group_stickers_phone_field {
  619. 617.  -   width: 100%;
  620. 618.  -   padding: 4px 0px 0px;
  621. 619.  -   vertical-align: top;
  622. 620.  - }
  623. 621.  - input#stickers_phone {
  624. 622.  -   width: 100%;
  625. 623.  -   outline: none;
  626. 624.  -   border: 0px;
  627. 625.  -   padding: 0px;
  628. 626.  -   margin: 0px -1px;
  629. 627.  -   background: transparent;
  630. 628.  - }
  631. 629.  - .group_st_from {
  632. 630.  -   padding-top: 3px;
  633. 631.  -   width: 30px;
  634. 632.  -   text-align: center;
  635. 633.  -   color: #555;
  636. 634.  - }
  637. 635.  - .group_st_at {
  638. 636.  -   padding: 5px 8px 0;
  639. 637.  -   color: #555;
  640. 638.  - }
  641. 639.  - .group_st_submit_row {
  642. 640.  -   padding: 5px 0 10px 0;
  643. 641.  - }
  644. 642.  - .group_st_img {
  645. 643.  -   padding-bottom: 15px;
  646. 644.  -   text-align: center;
  647. 645.  - }
  648. 646.  - .group_st_samples {
  649. 647.  -   margin: 0 0 20px 0;
  650. 648.  -   display: block;
  651. 649.  -   text-align: center;
  652. 650.  - }
  653. 651.  - .group_st_samples a {
  654. 652.  -   -moz-user-select: none;
  655. 653.  -   -khtml-user-select: none;
  656. 654.  -   -webkit-user-select: none;
  657. 655.  -   outline: none;
  658. 656.  - }
  659. 657.  - .group_st_samples a:hover {
  660. 658.  -   text-decoration: none;
  661. 659.  - }
  662. 660.  - .group_st_samples img {
  663. 661.  -   margin-right: 10px;
  664. 662.  - }
  665. 663.  - #stickers_error {
  666. 664.  -   margin-bottom: 10px;
  667. 665.  -   padding: 10px 15px;
  668. 666.  -   display: none;
  669. 667.  - }
  670. 668.  - .stickers_side_tt table .tt_text {
  671. 669.  -   line-height: 120%;
  672. 670.  -   color: #000;
  673. 671.  -   padding: 10px;
  674. 672.  -   width: 240px;
  675. 673.  - }
  676. 674.  - .stickers_side_tt_pointer {
  677. 675.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  678. 676.  -   width: 8px;
  679. 677.  -   height: 11px;
  680. 678.  -   position: absolute;
  681. 679.  -   left: -7px;
  682. 680.  -   top: 25px;
  683. 681.  -   overflow: hidden;
  684. 682.  -   z-index: 10;
  685. 683.  - }
  686. 684.  -
  687. 685.  - #gedit_users_admsearch_wrap,
  688. 686.  - #gedit_users_search_wrap {
  689. 687.  -   background: #F7F7F7;
  690. 688.  -   padding: 10px 10px 0px;
  691. 689.  - }
  692. 690.  - #gedit_users_admsearch_btn,
  693. 691.  - #gedit_users_search_btn {
  694. 692.  -   width: 100px;
  695. 693.  - }
  696. 694.  - #gedit_users_admsearch_btn {
  697. 695.  -   width: 180px;
  698. 696.  - }
  699. 697.  - #gedit_users_search_inp {
  700. 698.  -   padding: 5px 20px 6px;
  701. 699.  -   width: 373px;
  702. 700.  -   background: url(/images/magglass.png) no-repeat scroll 5px 6px white;
  703. 701.  -   height: 13px;
  704. 702.  -   outline: none;
  705. 703.  - }
  706. 704.  - #gedit_users_search_inp.gedit_search_wide {
  707. 705.  -   width: 453px;
  708. 706.  - }
  709. 707.  - #gedit_users_search_inp::-ms-clear {
  710. 708.  -   display: none;
  711. 709.  - }
  712. 710.  - #gedit_reset_search {
  713. 711.  -   margin: 1px 0px 0px 392px;
  714. 712.  -   display: none;
  715. 713.  -   cursor: pointer;
  716. 714.  -   background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
  717. 715.  -   padding: 2px;
  718. 716.  -   width: 19px;
  719. 717.  -   height: 19px;
  720. 718.  -   opacity: 0.6;
  721. 719.  -   filter: alpha(opacity=60);
  722. 720.  -   position: absolute;
  723. 721.  -   z-index: 95;
  724. 722.  -   -webkit-transition: opacity 100ms linear;
  725. 723.  -   -moz-transition: opacity 100ms linear;
  726. 724.  -   -o-transition: opacity 100ms linear;
  727. 725.  -   transition: opacity 100ms linear;
  728. 726.  - }
  729. 727.  - #gedit_reset_search:hover {
  730. 728.  -   opacity: 1;
  731. 729.  - }
  732. 730.  - #gedit_reset_search.gedit_search_wide {
  733. 731.  -   margin-left: 472px;
  734. 732.  - }
  735. 733.  - #gedit_summary_tabs {
  736. 734.  -   padding: 2px 5px 3px;
  737. 735.  - }
  738. 736.  - .gedit_users_rows,
  739. 737.  - .gedit_additional_users_rows {
  740. 738.  -   padding: 0px 10px;
  741. 739.  - }
  742. 740.  - .gedit_user {
  743. 741.  -   border-top: 1px solid #EDEDED;
  744. 742.  -   padding: 10px 0px;
  745. 743.  -   height: 100px;
  746. 744.  - }
  747. 745.  - .gedit_user:first-child {
  748. 746.  -   border-top: 0px;
  749. 747.  - }
  750. 748.  - .gedit_user_bigph_wrap {
  751. 749.  -   width: 110px;
  752. 750.  -   height: 100px;
  753. 751.  -   overflow: hidden;
  754. 752.  -   position: relative;
  755. 753.  - }
  756. 754.  - .gedit_user_thumb {
  757. 755.  -   width: 100px;
  758. 756.  -   height: 100px;
  759. 757.  -   display: block;
  760. 758.  -   overflow: hidden;
  761. 759.  - }
  762. 760.  - .gedit_user_img {
  763. 761.  -   width: 100px;
  764. 762.  - }
  765. 763.  - .gedit_user_info {
  766. 764.  -   width: 330px;
  767. 765.  -   padding-top: 4px;
  768. 766.  - }
  769. 767.  - .gedit_user_name,
  770. 768.  - .gedit_user_uni {
  771. 769.  -   padding-bottom: 5px;
  772. 770.  - }
  773. 771.  - .gedit_user_lnk {
  774. 772.  -   font-weight: bold;
  775. 773.  -   color: #45688E;
  776. 774.  - }
  777. 775.  - .gedit_user_online {
  778. 776.  -   color: #BBB;
  779. 777.  -   padding-bottom: 5px;
  780. 778.  - }
  781. 779.  - b.gedit_mob_onl {
  782. 780.  -   background-position: -1px 0px;
  783. 781.  - }
  784. 782.  - .gedit_bigph_wrap {
  785. 783.  -   position: relative;
  786. 784.  -   height: 100px;
  787. 785.  -   overflow: hidden;
  788. 786.  - }
  789. 787.  - .gedit_bigph {
  790. 788.  -   position: absolute;
  791. 789.  -   color: #FFF;
  792. 790.  -   margin-top: 100px;
  793. 791.  -   background: #333;
  794. 792.  -   background: rgba(0, 0, 0, 0.5);
  795. 793.  -   width: 100px;
  796. 794.  -   height: 15px;
  797. 795.  -   line-height: 15px;
  798. 796.  -   padding: 4px 0px 6px 0px;
  799. 797.  -   text-align: center;
  800. 798.  -   filter: alpha(opacity=75);
  801. 799.  - }
  802. 800.  - @media all and (min-width:0) { /* IE9-10 */
  803. 801.  -   .gedit_bigph { filter: none; }
  804. 802.  - }
  805. 803.  - .gedit_bigph:hover {
  806. 804.  -   text-decoration: none;
  807. 805.  - }
  808. 806.  - .gedit_bigph_label {
  809. 807.  -   opacity: 0.75;
  810. 808.  -   -webkit-transition: opacity 100ms linear;
  811. 809.  -   -moz-transition: opacity 100ms linear;
  812. 810.  -   -o-transition: opacity 100ms linear;
  813. 811.  -   transition: opacity 100ms linear;
  814. 812.  -   padding: 0px 0px 1px 20px;
  815. 813.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  816. 814.  - }
  817. 815.  - .is_rtl1 .gedit_bigph_label {
  818. 816.  -   padding: 0px 20px 1px 0px;
  819. 817.  -   background-position: right -62px;
  820. 818.  - }
  821. 819.  - .gedit_bigph:hover .gedit_bigph_label {
  822. 820.  -   opacity: 1;
  823. 821.  - }
  824. 822.  - .gedit_user_level {
  825. 823.  -   padding-bottom: 5px;
  826. 824.  -   font-weight: bold;
  827. 825.  - }
  828. 826.  - .gedit_users_none {
  829. 827.  -   font-size: 13px;
  830. 828.  -   text-align: center;
  831. 829.  -   color: #777;
  832. 830.  -   padding: 100px 20px;
  833. 831.  - }
  834. 832.  - .gedit_users_more {
  835. 833.  -   display: block;
  836. 834.  -   padding: 10px 0px;
  837. 835.  -   margin: 0px 10px 10px;
  838. 836.  -   border-top: 1px solid #EDEDED;
  839. 837.  -   text-align: center;
  840. 838.  - }
  841. 839.  - .gedit_users_more:hover {
  842. 840.  -   background: #E1E7ED;
  843. 841.  -   border-color: #DAE1E8;
  844. 842.  -   text-decoration: none;
  845. 843.  - }
  846. 844.  - .gedit_search_focused .gedit_user_highlight {
  847. 845.  -   background: #E1E7ED;
  848. 846.  -   border-bottom: 1px solid #DAE1E8;
  849. 847.  -   padding: 0px 1px 0px;
  850. 848.  -   margin: 0px -1px;
  851. 849.  -   *padding: 0px;
  852. 850.  -   *margin: 0px;
  853. 851.  - }
  854. 852.  - .gedit_user_cancel_button {
  855. 853.  -   margin: 0px 10px;
  856. 854.  - }
  857. 855.  - .gedit_user_buttons {
  858. 856.  -   margin-top: 10px;
  859. 857.  - }
  860. 858.  - .gedit_user_actions {
  861. 859.  -   width: 160px;
  862. 860.  - }
  863. 861.  - .gedit_user_action {
  864. 862.  -   overflow: hidden;
  865. 863.  -   display: block;
  866. 864.  -   padding: 4px 6px;
  867. 865.  - }
  868. 866.  - .gedit_user_action:hover {
  869. 867.  -   background: #E1E7ED;
  870. 868.  -   text-decoration: none;
  871. 869.  - }
  872. 870.  - .gedit_admbox_top,
  873. 871.  - #gedit_hostbox_top {
  874. 872.  -   height: 50px;
  875. 873.  -   padding-bottom: 10px;
  876. 874.  -   overflow: hidden;
  877. 875.  - }
  878. 876.  - .gedit_admbox_thumb,
  879. 877.  - #gedit_hostbox_thumb {
  880. 878.  -   width: 60px;
  881. 879.  -   height: 50px;
  882. 880.  -   display: block;
  883. 881.  -   overflow: hidden;
  884. 882.  - }
  885. 883.  - .gedit_admbox_img,
  886. 884.  - #gedit_hostbox_img {
  887. 885.  -   width: 50px;
  888. 886.  - }
  889. 887.  - .gedit_admbox_info,
  890. 888.  - .gedit_hostbox_info {
  891. 889.  -   width: 300px;
  892. 890.  - }
  893. 891.  - #gedit_hostbox_name {
  894. 892.  -   font-weight: bold;
  895. 893.  - }
  896. 894.  - #gedit_host_inp {
  897. 895.  -   width: 300px;
  898. 896.  - }
  899. 897.  - #gedit_host_dd {
  900. 898.  -   margin-top: 15px;
  901. 899.  - }
  902. 900.  - .gedit_admbox_header {
  903. 901.  -   font-size: 13px;
  904. 902.  -   font-weight: bold;
  905. 903.  -   color: #45688E;
  906. 904.  -   padding: 2px 0px 8px;
  907. 905.  - }
  908. 906.  - .gedit_admbox_desc {
  909. 907.  -   width: 320px;
  910. 908.  -   margin: 0px 3px 5px;
  911. 909.  - }
  912. 910.  - .gedit_admbox_desc_other {
  913. 911.  -   padding-top: 2px;
  914. 912.  -   display: block;
  915. 913.  -   line-height: 140%;
  916. 914.  -   color: #777;
  917. 915.  - }
  918. 916.  - #gedit_admbox_contact_info {
  919. 917.  -   padding: 0px 24px;
  920. 918.  - }
  921. 919.  - #gedit_admbox_contact_info.gedit_admbox_removing {
  922. 920.  -   padding: 0px 1px;
  923. 921.  - }
  924. 922.  - .gedit_admbox_radio,
  925. 923.  - #gedit_admbox_check {
  926. 924.  -   margin-top: 6px;
  927. 925.  -   padding: 0px 1px;
  928. 926.  - }
  929. 927.  - .gedit_admbox_contact_row {
  930. 928.  -   padding-top: 10px;
  931. 929.  - }
  932. 930.  - .gedit_admbox_contact_fill {
  933. 931.  -   padding: 13px 0px 3px;
  934. 932.  - }
  935. 933.  - .gedit_admbox_contact_desc {
  936. 934.  -   padding: 3px 10px 0px;
  937. 935.  -   color: #777;
  938. 936.  - }
  939. 937.  - #gedit_admbox_position,
  940. 938.  - #gedit_admbox_email,
  941. 939.  - #gedit_admbox_phone {
  942. 940.  -   width: 175px;
  943. 941.  - }
  944. 942.  - .gedit_btns_text {
  945. 943.  -   padding: 6px 15px 0px;
  946. 944.  -   color: #777;
  947. 945.  - }
  948. 946.  - .gedit_admin_warn {
  949. 947.  -   line-height: 160%;
  950. 948.  - }
  951. 949.  -
  952. 950.  - .group_edit .info_msg {
  953. 951.  -   background: #FFF;
  954. 952.  -   border: 1px solid #C2C3C7;
  955. 953.  - }
  956. 954.  - #gedit_ad_join_wrap {
  957. 955.  -   padding: 25px 0 10px 0;
  958. 956.  -   text-align: center;
  959. 957.  - }
  960. 958.  - #ge_ad_join_box .info_msg {
  961. 959.  -   padding: 16px 20px;
  962. 960.  -   border: none;
  963. 961.  -   background-color: #EEF0F2;
  964. 962.  - }
  965. 963.  - #ad_box_error {
  966. 964.  -   margin: 0 20px 20px 20px;
  967. 965.  -   padding: 10px 15px;
  968. 966.  -   display: none;
  969. 967.  - }
  970. 968.  - #ad_box_cat_notice {
  971. 969.  -   margin: 0 20px 20px 20px;
  972. 970.  -   padding: 10px 15px;
  973. 971.  -   display: none;
  974. 972.  - }
  975. 973.  - .ge_ad_box_cont {
  976. 974.  -   padding: 23px 0 28px;
  977. 975.  - }
  978. 976.  - .ge_ad_box_fields {
  979. 977.  -   padding-left: 227px;
  980. 978.  -   background: url(/images/join/adspost.png) no-repeat 27px 0px;
  981. 979.  - }
  982. 980.  - .ge_ad_label {
  983. 981.  -   padding: 20px 0 9px 0;
  984. 982.  -   font-weight: bold;
  985. 983.  -   font-size: 1.09em;
  986. 984.  -   color: #45688E;
  987. 985.  - }
  988. 986.  - .ge_ad_box_cont input.text {
  989. 987.  -   padding: 6px 8px 7px !important;
  990. 988.  -   width: 180px;
  991. 989.  - }
  992. 990.  - .ge_ad_box_note {
  993. 991.  -   padding-top: 8px;
  994. 992.  -   color: #888;
  995. 993.  - }
  996. 994.  - .ge_ad_box_btn {
  997. 995.  -   margin-top: 20px;
  998. 996.  - }
  999. 997.  - .ge_ad_hint {
  1000. 998.  -   color: #9CABB8;
  1001. 999.  -   font-size: 0.91em;
  1002. 1000.  -   cursor: pointer;
  1003. 1001.  - }
  1004. 1002.  - .ge_ad_edit_hint {
  1005. 1003.  -   color: #9CABB8;
  1006. 1004.  -   font-weight: bold;
  1007. 1005.  -   cursor: pointer;
  1008. 1006.  - }
  1009. 1007.  - .ge_ad_hint_tt .tail_wrap {
  1010. 1008.  -   position: absolute;
  1011. 1009.  -   top: auto;
  1012. 1010.  -   bottom: -5px;
  1013. 1011.  -   left: 17px;
  1014. 1012.  -   z-index: 2001;
  1015. 1013.  - }
  1016. 1014.  - .ge_ad_hint_tt .tail {
  1017. 1015.  -   background: url(/images/ddtooltip.png) -3px -5px no-repeat;
  1018. 1016.  -   width: 11px;
  1019. 1017.  -   height: 8px;
  1020. 1018.  - }
  1021. 1019.  - .ge_ad_hint_tt .toup .tail_wrap {
  1022. 1020.  -   top: -7px;
  1023. 1021.  -   bottom: auto;
  1024. 1022.  - }
  1025. 1023.  - .ge_ad_hint_tt .toup .tail {
  1026. 1024.  -   background-position: -3px 2px;
  1027. 1025.  - }
  1028. 1026.  - .ge_ad_hint_tt .hint_wrap {
  1029. 1027.  -   width: 255px;
  1030. 1028.  -   padding: 8px 5px;
  1031. 1029.  -   line-height: 160%;
  1032. 1030.  -   color: #000000;
  1033. 1031.  - }
  1034. 1032.  - .ge_ad_tt_list {
  1035. 1033.  -   list-style: url(/images/bullet.gif) outside;
  1036. 1034.  -   padding: 0 0 0 15px;
  1037. 1035.  -   margin: 0;
  1038. 1036.  -   max-width: 240px;
  1039. 1037.  -   color: #000;
  1040. 1038.  - }
  1041. 1039.  -
  1042. 1040.  - .group_ad_not_found {
  1043. 1041.  -   margin: 20px 20px 15px;
  1044. 1042.  -   padding: 20px 0;
  1045. 1043.  -   line-height: 200%;
  1046. 1044.  -   text-align: center;
  1047. 1045.  -   color: #777;
  1048. 1046.  - }
  1049. 1047.  - .group_ad_not_found.table {
  1050. 1048.  -   margin: 0px;
  1051. 1049.  -   background-color: #f7f7f7;
  1052. 1050.  - }
  1053. 1051.  - .group_ad_table {
  1054. 1052.  -   border-collapse: collapse;
  1055. 1053.  -   width: 100%;
  1056. 1054.  - }
  1057. 1055.  - .group_ad_table th {
  1058. 1056.  -   padding: 9px 15px 11px 5px;
  1059. 1057.  -   background-color: #e9edf0;
  1060. 1058.  -   color: #587183;
  1061. 1059.  -   font-weight: bold;
  1062. 1060.  - }
  1063. 1061.  - .group_ad_table th:first-child {
  1064. 1062.  -   padding-left: 10px;
  1065. 1063.  - }
  1066. 1064.  - .group_ad_table th.actions {
  1067. 1065.  -   text-align: center;
  1068. 1066.  -   width: 130px;
  1069. 1067.  - }
  1070. 1068.  - .group_ad_table th.info {
  1071. 1069.  -   width: 150px;
  1072. 1070.  - }
  1073. 1071.  - .group_ad_table tr {
  1074. 1072.  -   border-left: 1px solid #e9edf0;
  1075. 1073.  -   border-right: 1px solid #e9edf0;
  1076. 1074.  - }
  1077. 1075.  - .group_ad_table tr.even {
  1078. 1076.  -   background-color: #f5f7f7;
  1079. 1077.  - }
  1080. 1078.  - .group_ad_table tr:first-child {
  1081. 1079.  -   border-top: 1px solid #e9edf0;
  1082. 1080.  - }
  1083. 1081.  - .group_ad_table tr:last-child {
  1084. 1082.  -   border-bottom: 1px solid #e9edf0;
  1085. 1083.  - }
  1086. 1084.  - .group_ad_table td {
  1087. 1085.  -   padding: 10px 5px;
  1088. 1086.  -   text-align: left;
  1089. 1087.  -   vertical-align: top;
  1090. 1088.  -   line-height: 160%;
  1091. 1089.  - }
  1092. 1090.  - .group_ad_table td:first-child {
  1093. 1091.  -   padding-left: 10px;
  1094. 1092.  - }
  1095. 1093.  - .group_ad_table td:last-child {
  1096. 1094.  -   padding-right: 10px;
  1097. 1095.  - }
  1098. 1096.  - .group_ad_table td.not_found {
  1099. 1097.  -   padding: 0px;
  1100. 1098.  - }
  1101. 1099.  - .group_ad_table .grey {
  1102. 1100.  -   color: #666666;
  1103. 1101.  -   display: inline-block;
  1104. 1102.  -   min-width: 40px;
  1105. 1103.  -   margin-right: 5px;
  1106. 1104.  - }
  1107. 1105.  - .group_ad_table .green {
  1108. 1106.  -   color: #37702a;
  1109. 1107.  - }
  1110. 1108.  - .group_ad_table .red {
  1111. 1109.  -   color: #aa3333;
  1112. 1110.  - }
  1113. 1111.  -
  1114. 1112.  - .group_ad_request_status {
  1115. 1113.  -   line-height: 160%;
  1116. 1114.  - }
  1117. 1115.  - .group_ad_request_status .extra_info {
  1118. 1116.  -   padding-bottom: 3px;
  1119. 1117.  - }
  1120. 1118.  - .group_ad_request_actions {
  1121. 1119.  -   white-space: nowrap;
  1122. 1120.  -   text-align: center !important;
  1123. 1121.  - }
  1124. 1122.  - .group_ad_request_actions a {
  1125. 1123.  -   display: block;
  1126. 1124.  -   padding-bottom: 3px;
  1127. 1125.  - }
  1128. 1126.  - .group_ad_request_button {
  1129. 1127.  -   margin-bottom: 5px;
  1130. 1128.  - }
  1131. 1129.  - .group_ad_subtab1 {
  1132. 1130.  -   float: left;
  1133. 1131.  -   -moz-border-radius: 2px;
  1134. 1132.  -   border-radius: 2px;
  1135. 1133.  -   cursor: pointer;
  1136. 1134.  -   margin: 3px 3px 0 0;
  1137. 1135.  -   color: #2B587A;
  1138. 1136.  - }
  1139. 1137.  - .group_ad_subtab1.hidden {
  1140. 1138.  -   display: none;
  1141. 1139.  - }
  1142. 1140.  - .group_ad_subtab1:hover {
  1143. 1141.  -   background-color: #E1E7ED;
  1144. 1142.  - }
  1145. 1143.  - .group_ad_subtab1.active {
  1146. 1144.  -   background-color: #597DA3;
  1147. 1145.  -   color: white;
  1148. 1146.  -   cursor: default;
  1149. 1147.  - }
  1150. 1148.  - .group_ad_subtab2 {
  1151. 1149.  -   padding: 3px 6px 4px;
  1152. 1150.  - }
  1153. 1151.  - .group_ad_subtab_cnt {
  1154. 1152.  -   display: inline-block;
  1155. 1153.  -   padding-left: 3px;
  1156. 1154.  -   font-weight: bold;
  1157. 1155.  -   color: #6E859E;
  1158. 1156.  - }
  1159. 1157.  - .group_ad_subtab1.active .group_ad_subtab_cnt {
  1160. 1158.  -   color: #d5dde3;
  1161. 1159.  - }
  1162. 1160.  - .is_rtl1 .group_ad_subtab_cnt {
  1163. 1161.  -   padding-left: 0px;
  1164. 1162.  -   padding-right: 3px;
  1165. 1163.  - }
  1166. 1164.  - #groups_ad_wrap {
  1167. 1165.  -   padding: 0;
  1168. 1166.  - }
  1169. 1167.  - #groups_ad_wrap h2 {
  1170. 1168.  -   margin-bottom: 7px;
  1171. 1169.  -   font-size: 1.09em;
  1172. 1170.  - }
  1173. 1171.  - #group_ad_settings {
  1174. 1172.  -   padding: 15px;
  1175. 1173.  - }
  1176. 1174.  - #group_ad_requests_list {
  1177. 1175.  -   padding: 20px 15px;
  1178. 1176.  -   background-color: #FFF;
  1179. 1177.  -   border-top: 1px solid #D9E0E7;
  1180. 1178.  - }
  1181. 1179.  - #group_ad_requests_table {
  1182. 1180.  -   margin-top: 10px;
  1183. 1181.  - }
  1184. 1182.  - #groups_ad_wrap .group_edit_label {
  1185. 1183.  -   padding: 4px 10px 9px;
  1186. 1184.  -   width: 215px;
  1187. 1185.  - }
  1188. 1186.  - #groups_ad_wrap .group_edit_labeled {
  1189. 1187.  -   padding: 4px 0 9px;
  1190. 1188.  - }
  1191. 1189.  - #group_ad_settings .info_msg {
  1192. 1190.  -   margin-bottom: 20px;
  1193. 1191.  -   border-color: #BCC9D7;
  1194. 1192.  - }
  1195. 1193.  - #group_ad_settings .group_edit_label {
  1196. 1194.  -   padding-left: 12px;
  1197. 1195.  -   width: 115px;
  1198. 1196.  - }
  1199. 1197.  - #group_ad_status_selector,
  1200. 1198.  - #group_ad_cost_text {
  1201. 1199.  -   border-bottom: 1px dashed #2B587A;
  1202. 1200.  -   text-decoration: none;
  1203. 1201.  - }
  1204. 1202.  - #group_ad_cost {
  1205. 1203.  -   margin-right: 5px;
  1206. 1204.  -   width: 40px;
  1207. 1205.  - }
  1208. 1206.  - #group_ad_cost_link {
  1209. 1207.  -   padding-top: 4px;
  1210. 1208.  - }
  1211. 1209.  - .group_ad_recom_cost {
  1212. 1210.  -   padding-left: 8px;
  1213. 1211.  -   color: #777;
  1214. 1212.  - }
  1215. 1213.  - .group_ad_saved {
  1216. 1214.  -   padding-left: 15px;
  1217. 1215.  -   color: #777;
  1218. 1216.  -   opacity: 0;
  1219. 1217.  - }
  1220. 1218.  - #group_ad_bottom_info {
  1221. 1219.  -   border-top: 1px solid #DAE1E8;
  1222. 1220.  -   background-color: #F7F7F7;
  1223. 1221.  -   text-align: center;
  1224. 1222.  -   padding: 6px 20px;
  1225. 1223.  -   color: #777;
  1226. 1224.  - }
  1227. 1225.  -
  1228. 1226.  - #group_ad_request_box {
  1229. 1227.  -   padding: 20px;
  1230. 1228.  -   background-color: #F7F7F7;
  1231. 1229.  - }
  1232. 1230.  - .group_ad_request_field {
  1233. 1231.  -   padding-top: 14px;
  1234. 1232.  - }
  1235. 1233.  - .group_ad_request_time_label {
  1236. 1234.  -   width: 100px;
  1237. 1235.  -   color: #777;
  1238. 1236.  -   line-height: 160%;
  1239. 1237.  - }
  1240. 1238.  - .group_ad_request_time {
  1241. 1239.  -   font-weight: bold;
  1242. 1240.  -   color: #909090;
  1243. 1241.  -   line-height: 180%;
  1244. 1242.  - }
  1245. 1243.  - #group_ad_request_error {
  1246. 1244.  -   margin: 0 0 15px 0;
  1247. 1245.  -   display: none;
  1248. 1246.  - }
  1249. 1247.  - #group_ad_comment {
  1250. 1248.  -   width: 338px;
  1251. 1249.  -   height: 45px;
  1252. 1250.  -   resize: none;
  1253. 1251.  -   overflow: hidden;
  1254. 1252.  -   display: block;
  1255. 1253.  - }
  1256. 1254.  - .groups_ad_request_submit {
  1257. 1255.  -   padding-top: 20px;
  1258. 1256.  - }
  1259. 1257.  - .group_ad_request_time_at {
  1260. 1258.  -   padding: 4px 8px 0;
  1261. 1259.  - }
  1262. 1260.  - a.group_ad_post_stats,
  1263. 1261.  - a.group_ad_post_link {
  1264. 1262.  -   display: inline-block;
  1265. 1263.  -   margin: 0 5px 0 0;
  1266. 1264.  -   padding: 0;
  1267. 1265.  -   width: 18px;
  1268. 1266.  -   height: 18px;
  1269. 1267.  -   background: #ebeff5 url(/images/icons/mono_iconset.gif) no-repeat 4px -204px;
  1270. 1268.  - }
  1271. 1269.  - a.group_ad_post_link {
  1272. 1270.  -   background-position: 4px -233px;
  1273. 1271.  - }
  1274. 1272.  - a.group_ad_post_link.deleted {
  1275. 1273.  -   opacity: 0.5;
  1276. 1274.  -   filter: alpha(opacity=50);
  1277. 1275.  -   cursor: default;
  1278. 1276.  - }
  1279. 1277.  - a.group_ad_post_stats:hover,
  1280. 1278.  - a.group_ad_post_link:hover {
  1281. 1279.  -   background-color: #dde4ed;
  1282. 1280.  - }
  1283. 1281.  - a.group_ad_post_link.deleted:hover {
  1284. 1282.  -   background-color: #ebeff5;
  1285. 1283.  - }
  1286. 1284.  -
  1287. 1285.  - .group_ad_post_more {
  1288. 1286.  -   position: relative;
  1289. 1287.  -   top: 2px;
  1290. 1288.  -   font-weight: bold;
  1291. 1289.  -   color: #91A4B8;
  1292. 1290.  -   -webkit-transition: color 200ms linear;
  1293. 1291.  -   -moz-transition: color 200ms linear;
  1294. 1292.  -   -o-transition: color 200ms linear;
  1295. 1293.  -   transition: color 200ms linear;
  1296. 1294.  - }
  1297. 1295.  - .group_ad_post_more:hover {
  1298. 1296.  -   color: #45688E;
  1299. 1297.  -   text-decoration: none;
  1300. 1298.  - }
  1301. 1299.  -
  1302. 1300.  - #ge_ad_notifications_box .info_msg {
  1303. 1301.  -   padding: 16px 20px;
  1304. 1302.  -   border: none;
  1305. 1303.  -   background-color: #EEF0F2;
  1306. 1304.  - }
  1307. 1305.  - #ge_ad_notifications_error {
  1308. 1306.  -   margin: 0 10px 10px 10px;
  1309. 1307.  -   display: none;
  1310. 1308.  - }
  1311. 1309.  - #ge_ad_notifications_wrap {
  1312. 1310.  -   padding: 20px 0;
  1313. 1311.  - }
  1314. 1312.  - #ge_ad_notifications {
  1315. 1313.  -   border-collapse: collapse;
  1316. 1314.  - }
  1317. 1315.  - #ge_ad_notifications td {
  1318. 1316.  -   padding: 0;
  1319. 1317.  - }
  1320. 1318.  - .ge_ad_notifications_label {
  1321. 1319.  -   padding-right: 20px!important;
  1322. 1320.  -   color: #707070;
  1323. 1321.  -   text-align: right;
  1324. 1322.  -   width: 200px;
  1325. 1323.  - }
  1326. ------
Advertisement
Add Comment
Please, Sign In to add comment