Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <div data-toggle="collapse" data-target="#demo">
  2. <div id="campaign_event_register" class="table-responsive">
  3. </div>
  4.  
  5. </div>
  6.  
  7. <div style="width: 100%; padding-left: -10px;">
  8. <div class="table-responsive">
  9. <table id="campaign_table_data" class="table table-striped table-hover dt-responsive display nowrap" cellspacing="0"></table>
  10.  
  11. </div>
  12. </div>
  13. <style>
  14. #component-9dab-df80-2c72,
  15. #component-f7b0-d9bf-14f9,
  16. #component-593c-df3c-4cd4,
  17. [href='#collapse_4c95-e714-99b6'],
  18. .panel.panel-default.existing_repeat_entry_panel,
  19. .form-group.formyoula-JavaScript{
  20. display:none;
  21. }
  22.  
  23. #search_text_input {
  24. /*background-image: url('/css/searchicon.png');*/
  25. background-position: 10px 10px;
  26. background-repeat: no-repeat;
  27. width: 100%;
  28. font-size: 16px;
  29. padding: 12px 20px 12px 40px;
  30. border: 1px solid #ddd;
  31. margin-bottom: 12px;
  32. }
  33.  
  34. .focus {
  35. background-color: #ff00ff;
  36. color: #fff;
  37. cursor: pointer;
  38. font-weight: bold;
  39. }
  40.  
  41. .selected {
  42. background-color: #ff00ff;
  43. color: #fff;
  44. font-weight: bold;
  45. }
  46.  
  47. .asc:after {
  48. content: "\25B2";
  49. }
  50.  
  51. .desc:after {
  52. content: "\25BC";
  53. }
  54.  
  55. table {
  56. font-family: arial, sans-serif;
  57. border-collapse: collapse;
  58. width: 100%;
  59. }
  60.  
  61. td,
  62. th {
  63. border: 1px solid #dddddd;
  64. text-align: left;
  65. padding: 8px;
  66. }
  67.  
  68. tr:nth-child(even) {
  69. background-color: #dddddd;
  70. }
  71.  
  72. td:nth-of-type(1), td:nth-of-type(2), td:nth-of-type(3), th:nth-of-type(1), th:nth-of-type(2), th:nth-of-type(3) {
  73. display: none;
  74. }
  75.  
  76. .inputWithIcon{
  77. position:relative;
  78. }
  79.  
  80. .inputWithIcon span{
  81. position:absolute;
  82. left:0;
  83. top:8px;
  84. padding: 10px 13px;
  85. color:#aaa;
  86. transition:.3s;
  87. }
  88.  
  89. .inputWithIcon input[type=text]:focus + span{
  90. color:dodgerBlue;
  91. }
  92.  
  93. .inputWithIcon.inputIconBg span{
  94. background-color:#aaa;
  95. color:#fff;
  96. padding:9px 4px;
  97. border-radius:4px 0 0 4px;
  98. }
  99.  
  100. .inputWithIcon.inputIconBg input[type=text]:focus + span{
  101. color:#fff;
  102. background-color:dodgerBlue;
  103. }
  104.  
  105. .table>thead>tr>th{
  106. border-top: 1px solid #ddd !important;
  107. }
  108. </style>
Add Comment
Please, Sign In to add comment