Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tm_editable.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /*I Editable START*/
  2. .full_row
  3. {
  4. position: relative;
  5. display: block;
  6. float: left;
  7. width: 100%;
  8. }
  9. .i_text, .i_edit, .i_subtask
  10. {
  11. display: inline-block;
  12. float: left;
  13. position: relative;
  14. }
  15. .i_edit.right, .ibtn_container.right, .outside_btncontainer.right{
  16. float: right;
  17. }
  18. .i_edit.left, .ibtn_container.left, .outside_btncontainer.left{
  19. float: left;
  20. }
  21. .just_edit
  22. {
  23. display: none;
  24. padding: 10px;
  25. }
  26. .i_edit_input
  27. {
  28. float: left;
  29. padding-left: 5px !important;
  30. }
  31. .i_editable_checkbox .ibtn_container
  32. {
  33. margin-top: 0
  34. }
  35. .i_ok, .i_cancel
  36. {
  37. margin:0 5px;
  38. }
  39. .i_ok
  40. {
  41. color:green;
  42. }
  43. .i_cancel, .i_remover, .delete_feed, .color_red
  44. {
  45. color: red
  46. }
  47. .delete_feed
  48. {
  49. padding-left: 7px;
  50. }
  51. .just_edit .input-group
  52. {
  53. width: 100%;
  54. }
  55. .i_remover
  56. {
  57. margin-left: 2px;
  58. }
  59. .i_subtask
  60. {
  61. margin-right: 10px;
  62. }
  63. .i_loading
  64. {
  65. position: absolute;
  66. background: rgba(225,225,225,0.8);
  67. color: #555;
  68. top: 0;
  69. left: 0;
  70. z-index: 2;
  71. width: 100%;
  72. height: 100%;
  73. font-weight: bold;
  74. }
  75. .i_edit
  76. {
  77. color: #ccc;
  78. }
  79. .i_edit_text
  80. {
  81. display: none;
  82. }
  83. .no_edit:hover .i_edit
  84. {
  85. color: #003C66
  86. }
  87. .no_edit:hover .i_edit_text
  88. {
  89. display: inline;
  90. }
  91. .no_edit
  92. {
  93. cursor: pointer;
  94. padding: 10px;
  95. }
  96. .no_edit:hover
  97. {
  98. background: #eee
  99. }
  100. .outside_btncontainer{
  101. display: inline-block;
  102. width: auto;
  103. }
  104. .just_edit input, .just_edit textarea{
  105. -webkit-box-sizing : border-box !important;‌
  106. -moz-box-sizing : border-box !important;
  107. box-sizing : border-box !important;
  108. }
  109. /*I Editable END*/