MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

157 lines
2.8 KiB

  1. This one has to be checked..given i think it's not updated the previous CakePHP update.
  2. --- app/webroot/css/cake.generic.css.orig 2012-09-20 15:53:24.716684032 +0200
  3. +++ app/webroot/css/cake.generic.css 2012-09-20 14:00:58.772522542 +0200
  4. @@ -26,7 +26,7 @@
  5. background: #003d4c;
  6. color: #fff;
  7. font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
  8. - font-size:90%;
  9. + font-size:12px;
  10. margin: 0;
  11. }
  12. a {
  13. @@ -69,7 +69,10 @@
  14. margin: 0 12px;
  15. }
  16. p {
  17. - margin: 0 0 1em 0;
  18. + margin-bottom: 8px;
  19. +}
  20. +em {
  21. + font-weight: bold;
  22. }
  23. /** Layout **/
  24. @@ -143,6 +146,7 @@
  25. border-bottom:2px solid #555;
  26. text-align: left;
  27. padding:4px;
  28. + white-space: nowrap;
  29. }
  30. th a {
  31. display: block;
  32. @@ -165,13 +169,34 @@
  33. background: #f9f9f9;
  34. }
  35. td.actions {
  36. - text-align: center;
  37. + text-align: right;
  38. white-space: nowrap;
  39. + width:5%;
  40. }
  41. table td.actions a {
  42. margin: 0px 6px;
  43. padding:2px 5px;
  44. }
  45. +th.actions {
  46. + text-align:center;
  47. +}
  48. +td.short {
  49. + width:5%;
  50. + white-space: nowrap;
  51. +}
  52. +
  53. +/* added */
  54. +div .events table tr:hover, div .events table tr.altrow:hover, div .attributes table tr:hover, div .attributes table tr.altrow:hover{
  55. + background-color: #F5F5D7;
  56. +}
  57. +
  58. +table tr.altrow {
  59. + background: #f5f5f5;
  60. +}
  61. +table tr:nth-child(2n) {
  62. + background: #f5f5f5;
  63. +}
  64. +/* /added */
  65. /* SQL log */
  66. .cake-sql-log {
  67. @@ -261,9 +286,9 @@
  68. width: 95%;
  69. }
  70. fieldset {
  71. - border: none;
  72. + border: 1px solid #ccc;
  73. margin-bottom: 1em;
  74. - padding: 16px 10px;
  75. + padding: 16px 20px;
  76. }
  77. fieldset legend {
  78. color: #e32;
  79. @@ -271,8 +296,9 @@
  80. font-weight: bold;
  81. }
  82. fieldset fieldset {
  83. - margin-top: 0;
  84. - padding: 10px 0 0;
  85. + margin-top: 0px;
  86. + margin-bottom: 20px;
  87. + padding: 16px 10px;
  88. }
  89. fieldset fieldset legend {
  90. font-size: 120%;
  91. @@ -306,26 +332,36 @@
  92. }
  93. label {
  94. display: block;
  95. - font-size: 110%;
  96. + font-size: 120%;
  97. margin-bottom:3px;
  98. }
  99. +div.forminfo {
  100. + display: block;
  101. + float: right;
  102. + text-align: right;
  103. + font-weight:normal;
  104. + background-color: #fcfcb1;
  105. + padding: 2px 2px 2px 2px;
  106. + border: 1px dashed #e8e882;
  107. +}
  108. +
  109. input, textarea {
  110. clear: both;
  111. - font-size: 140%;
  112. + font-size: 110%;
  113. font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  114. padding: 1%;
  115. width:98%;
  116. }
  117. select {
  118. clear: both;
  119. - font-size: 120%;
  120. + font-size: 110%;
  121. vertical-align: text-bottom;
  122. }
  123. select[multiple=multiple] {
  124. width: 100%;
  125. }
  126. option {
  127. - font-size: 120%;
  128. + font-size: 110%;
  129. padding: 0 3px;
  130. }
  131. input[type=checkbox] {
  132. @@ -340,9 +376,7 @@
  133. input[type=radio] {
  134. float:left;
  135. width:auto;
  136. - margin: 6px 0;
  137. - padding: 0;
  138. - line-height: 26px;
  139. + margin: 0 3px 7px 0;
  140. }
  141. .radio label {
  142. margin: 0 0 6px 20px;
  143. @@ -564,7 +598,8 @@
  144. pre {
  145. color: #000;
  146. background: #f0f0f0;
  147. - padding: 15px;
  148. + padding: 10px;
  149. + margin-bottom: 10px;
  150. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  151. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  152. box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);