Advertisement
Slapoguzov

Untitled

Sep 13th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. .section__list-users {
  2. color: #fff;
  3. padding: 25px;
  4. }
  5.  
  6. .section__list-users-conent {
  7. padding: 0px 0px 0px !important;
  8. }
  9.  
  10. .section__list-users-conent .section_edit__header {
  11. background: rgba(255,255,255,.06);
  12. }
  13.  
  14. .section__list-users-search form {
  15. width: 40%;
  16. margin: auto !important;
  17. }
  18.  
  19. .section__list-users table.uTable {
  20. border: 1px solid rgba(255,255,255,.18);
  21. border-radius: 5px;
  22. border-collapse: separate !important;
  23. }
  24.  
  25. .section__list-users tbody,
  26. .section__list-users tr,
  27. .section__list-users td {
  28. border: 1px solid rgba(255,255,255,.18);
  29. }
  30.  
  31. .section__list-users td {
  32. padding: 5px;
  33. }
  34.  
  35. .section__list-users td:nth-child(7n+3) img {
  36. width: 25px
  37. }
  38.  
  39. .section__list-users td:nth-child(7n+1) img {
  40. border-radius: 30px;
  41. }
  42.  
  43. .section__list-users td.uTopTd {
  44. background-color: rgba(255,255,255,.06);
  45. }
  46.  
  47. .section__list-users-search {
  48. margin-top: 10px;
  49. margin-bottom: 10px;
  50. }
  51.  
  52. .section__list-users-search form {
  53. margin: auto !important;
  54. width: 50%;
  55. }
  56.  
  57. .section__list-users-search form .jq-selectbox,
  58. .section__list-users-search form input
  59. {
  60. padding-top: 5px;
  61. }
  62.  
  63. .section__list-users-search input[type="submit"] {
  64. -webkit-border-radius: 3px;
  65. -moz-border-radius: 3px;
  66. border-radius: 3px;
  67. background: #ff4d3b!important;
  68. padding: 9px 30px!important;
  69. line-height: 13px!important;
  70. color: #fff!important;
  71. text-align: center!important;
  72. font-size: 13px!important;
  73. font-weight: 400!important;
  74. border: none!important;
  75. top: 4px;
  76. position: relative;
  77. }
  78.  
  79. .section__list-users-search input[type="text"] {
  80. background: #fff;
  81. width: 200px !important;
  82. padding: 8px 11px;
  83. color: rgba(0,0,0,.8);
  84. font-size: 13px;
  85. -webkit-box-sizing: border-box;
  86. -moz-box-sizing: border-box;
  87. box-sizing: border-box;
  88. border: none;
  89. border-radius: 4px;
  90. -moz-border-radius: 4px;
  91. -webkit-border-radius: 4px;
  92. -khtml-border-radius: 4px;
  93. position: relative;
  94. top: 4px;
  95. }
  96.  
  97. .section__list-users tr:hover {
  98. background-color: rgba(255,255,255,.06);
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement