/modules/mod_base/lib/css/zp-ie.css

http://github.com/zotonic/zotonic · CSS · 89 lines · 61 code · 6 blank · 22 comment · 0 complexity · c204b2f35d6e867ca66f1feeccf489a2 MD5 · raw file

  1. /* Ie6 and 7 fixes.
  2. ----------------------------------------------------------
  3. @package: atatonic CSS framework 2009
  4. @Author: Tim Benniks <tim@timbenniks.nl>
  5. @Created: 11-12-2008
  6. Copyright 2009 Tim Benniks
  7. Licensed under the Apache License, Version 2.0 (the "License");
  8. you may not use this file except in compliance with the License.
  9. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ---------------------------------------------------------- */
  17. a.button,
  18. button {
  19. display: inline;
  20. }
  21. button {
  22. line-height: 14px;
  23. }
  24. a.button {
  25. padding: 2px 4px 3px 4px !important;
  26. line-height: 14px;
  27. }
  28. *:first-child+html button[type] {
  29. padding: 0 4px 0 4px; /* IE7 */
  30. }
  31. .zp-5,
  32. .zp-10,
  33. .zp-15,
  34. .zp-20,
  35. .zp-25,
  36. .zp-30,
  37. .zp-33,
  38. .zp-35,
  39. .zp-40,
  40. .zp-45,
  41. .zp-50,
  42. .zp-55,
  43. .zp-60,
  44. .zp-65,
  45. .zp-67,
  46. .zp-70,
  47. .zp-75,
  48. .zp-80,
  49. .zp-85,
  50. .zp-90,
  51. .zp-95,
  52. .zp-100 {
  53. display: inline;
  54. margin-left: -0.04em;
  55. overflow-x: hidden;
  56. }
  57. .zp-10 { width:9.9%; }
  58. .zp-15 { width:14.9%; }
  59. .zp-20 { width:19.9%; }
  60. .zp-25 { width:24.9%; }
  61. .zp-30 { width:29.9%; }
  62. .zp-33 { width:33.3%; }
  63. .zp-35 { width:34.9%; }
  64. .zp-40 { width:39.9%; }
  65. .zp-45 { width:44.9%; }
  66. .zp-50 { width:49.9%; }
  67. .zp-55 { width:54.9%; }
  68. .zp-60 { width:59.9%; }
  69. .zp-65 { width:64.9%; }
  70. .zp-67 { width:66.6%; }
  71. .zp-70 { width:69.9%; }
  72. .zp-75 { width:74.9%; }
  73. .zp-80 { width:79.9%; }
  74. .zp-85 { width:84.9%; }
  75. .zp-90 { width:89.9%; }
  76. .zp-95 { width:94.9%; }
  77. .zp-100 {width:99.9%; }