exception_layout.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. html {
  2. background: #eee;
  3. }
  4. body {
  5. font: 11px Verdana, Arial, sans-serif;
  6. color: #333;
  7. }
  8. .sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message {
  9. margin: auto;
  10. }
  11. img {
  12. border: 0;
  13. }
  14. .clear {
  15. clear: both;
  16. height: 0;
  17. font-size: 0;
  18. line-height: 0;
  19. }
  20. .clear_fix:after {
  21. content: "\0020";
  22. display: block;
  23. height: 0;
  24. clear: both;
  25. visibility: hidden;
  26. }
  27. .clear_fix {
  28. display: inline-block;
  29. }
  30. * html .clear_fix {
  31. height: 1%;
  32. }
  33. .clear_fix {
  34. display: block;
  35. }
  36. .header {
  37. padding: 30px 30px 20px 30px;
  38. }
  39. .header_logo {
  40. float: left;
  41. }
  42. .search {
  43. float: right;
  44. padding-top: 20px;
  45. }
  46. .search label {
  47. line-height: 28px;
  48. vertical-align: middle;
  49. }
  50. .search input {
  51. width: 188px;
  52. margin-right: 10px;
  53. font-size: 12px;
  54. border: 1px solid #dadada;
  55. background: #FFFFFF url(../images/input_bg.gif) repeat-x left top;
  56. padding: 5px 6px;
  57. color: #565656;
  58. }
  59. .search input[type="search"] {
  60. -webkit-appearance: textfield;
  61. }
  62. .search button {
  63. -webkit-appearance: button-bevel;
  64. float: none;
  65. padding: 0;
  66. margin: 0;
  67. overflow: visible;
  68. width: auto;
  69. text-decoration: none;
  70. cursor: pointer;
  71. white-space: nowrap;
  72. display: inline-block;
  73. text-align: center;
  74. vertical-align: middle;
  75. border: 0;
  76. background: none;
  77. }
  78. .search button:-moz-focus-inner {
  79. padding: 0;
  80. border: none;
  81. }
  82. .search button:hover {
  83. text-decoration: none;
  84. }
  85. .search button span span,
  86. .search button span span span {
  87. position: static;
  88. }
  89. .search button span {
  90. position: relative;
  91. text-decoration: none;
  92. display: block;
  93. height: 28px;
  94. float: left;
  95. padding: 0 0 0 8px;
  96. background: transparent url(../images/border_l.png) no-repeat top left;
  97. }
  98. .search button span span {
  99. padding: 0 8px 0 0;
  100. background: transparent url(../images/border_r.png) right top no-repeat;
  101. }
  102. .search button span span span {
  103. padding: 0 7px;
  104. font: bold 11px Arial, Helvetica, sans-serif;
  105. color: #6b6b6b;
  106. line-height: 28px;
  107. background: transparent url(../images/btn_bg.png) repeat-x top left;
  108. }
  109. #content {
  110. width: 970px;
  111. margin: 0 auto;
  112. }
  113. pre {
  114. white-space: normal;
  115. font-family: Arial, Helvetica, sans-serif;
  116. }
  117. pre.xdebug-var-dump{
  118. white-space: pre;
  119. font-family: monospace;
  120. }