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.
 
 
 
 
 
 

172 lines
3.5 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. @@ -4,12 +4,12 @@
  5. * Generic CSS for CakePHP
  6. *
  7. * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  8. - * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
  9. + * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
  10. *
  11. * Licensed under The MIT License
  12. * Redistributions of files must retain the above copyright notice.
  13. *
  14. - * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
  15. + * @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
  16. * @link http://cakephp.org CakePHP(tm) Project
  17. * @package app.webroot.css
  18. * @since CakePHP(tm)
  19. @@ -26,7 +26,7 @@
  20. background: #003d4c;
  21. color: #fff;
  22. font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
  23. - font-size:90%;
  24. + font-size:12px;
  25. margin: 0;
  26. }
  27. a {
  28. @@ -69,7 +69,10 @@
  29. margin: 0 12px;
  30. }
  31. p {
  32. - margin: 0 0 1em 0;
  33. + margin-bottom: 8px;
  34. +}
  35. +em {
  36. + font-weight: bold;
  37. }
  38. /** Layout **/
  39. @@ -143,6 +146,7 @@
  40. border-bottom:2px solid #555;
  41. text-align: left;
  42. padding:4px;
  43. + white-space: nowrap;
  44. }
  45. th a {
  46. display: block;
  47. @@ -165,13 +169,34 @@
  48. background: #f9f9f9;
  49. }
  50. td.actions {
  51. - text-align: center;
  52. + text-align: right;
  53. white-space: nowrap;
  54. + width:5%;
  55. }
  56. table td.actions a {
  57. margin: 0px 6px;
  58. padding:2px 5px;
  59. }
  60. +th.actions {
  61. + text-align:center;
  62. +}
  63. +td.short {
  64. + width:5%;
  65. + white-space: nowrap;
  66. +}
  67. +
  68. +/* added */
  69. +div .events table tr:hover, div .events table tr.altrow:hover, div .attributes table tr:hover, div .attributes table tr.altrow:hover{
  70. + background-color: #F5F5D7;
  71. +}
  72. +
  73. +table tr.altrow {
  74. + background: #f5f5f5;
  75. +}
  76. +table tr:nth-child(2n) {
  77. + background: #f5f5f5;
  78. +}
  79. +/* /added */
  80. /* SQL log */
  81. .cake-sql-log {
  82. @@ -261,9 +286,9 @@
  83. width: 95%;
  84. }
  85. fieldset {
  86. - border: none;
  87. + border: 1px solid #ccc;
  88. margin-bottom: 1em;
  89. - padding: 16px 10px;
  90. + padding: 16px 20px;
  91. }
  92. fieldset legend {
  93. color: #e32;
  94. @@ -271,8 +296,9 @@
  95. font-weight: bold;
  96. }
  97. fieldset fieldset {
  98. - margin-top: 0;
  99. - padding: 10px 0 0;
  100. + margin-top: 0px;
  101. + margin-bottom: 20px;
  102. + padding: 16px 10px;
  103. }
  104. fieldset fieldset legend {
  105. font-size: 120%;
  106. @@ -306,26 +332,36 @@
  107. }
  108. label {
  109. display: block;
  110. - font-size: 110%;
  111. + font-size: 120%;
  112. margin-bottom:3px;
  113. }
  114. +div.forminfo {
  115. + display: block;
  116. + float: right;
  117. + text-align: right;
  118. + font-weight:normal;
  119. + background-color: #fcfcb1;
  120. + padding: 2px 2px 2px 2px;
  121. + border: 1px dashed #e8e882;
  122. +}
  123. +
  124. input, textarea {
  125. clear: both;
  126. - font-size: 140%;
  127. + font-size: 110%;
  128. font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  129. padding: 1%;
  130. width:98%;
  131. }
  132. select {
  133. clear: both;
  134. - font-size: 120%;
  135. + font-size: 110%;
  136. vertical-align: text-bottom;
  137. }
  138. select[multiple=multiple] {
  139. width: 100%;
  140. }
  141. option {
  142. - font-size: 120%;
  143. + font-size: 110%;
  144. padding: 0 3px;
  145. }
  146. input[type=checkbox] {
  147. @@ -340,9 +376,7 @@
  148. input[type=radio] {
  149. float:left;
  150. width:auto;
  151. - margin: 6px 0;
  152. - padding: 0;
  153. - line-height: 26px;
  154. + margin: 0 3px 7px 0;
  155. }
  156. .radio label {
  157. margin: 0 0 6px 20px;
  158. @@ -564,7 +598,8 @@
  159. pre {
  160. color: #000;
  161. background: #f0f0f0;
  162. - padding: 15px;
  163. + padding: 10px;
  164. + margin-bottom: 10px;
  165. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  166. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  167. box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);