/ext-4.1.0_b3/examples/button/button.css

https://bitbucket.org/srogerf/javascript · CSS · 27 lines · 23 code · 3 blank · 1 comment · 0 complexity · 6544e59d4ce178ccef4bb53cfdd273ce MD5 · raw file

  1. h2 {
  2. color:#083772 !important;
  3. margin: 20px 0 0 !important;
  4. padding: 5px;
  5. background:#eee;
  6. width:400px;
  7. }
  8. h3 {
  9. font-weight:normal !important;
  10. margin:10px;
  11. }
  12. .x-btn {
  13. margin-left:10px;
  14. }
  15. /*buttons*/
  16. .x-btn-default-large .add {
  17. background-image: url(images/add.gif) !important;
  18. }
  19. .x-btn-default-small .add {
  20. background-image: url(images/add16.gif) !important;
  21. }
  22. .x-btn-default-medium .add {
  23. background-image: url(images/add24.gif) !important;
  24. }