1. 21 10月, 2013 16 次提交
  2. 17 10月, 2013 2 次提交
  3. 13 10月, 2013 1 次提交
  4. 12 10月, 2013 2 次提交
  5. 09 10月, 2013 3 次提交
  6. 08 10月, 2013 3 次提交
  7. 06 10月, 2013 1 次提交
  8. 05 10月, 2013 2 次提交
  9. 03 10月, 2013 1 次提交
  10. 01 10月, 2013 1 次提交
    • K
      Add classes and ID's for common elements · 9e7b0717
      Kevin Burke 提交于
      This should aid theme developers in developing plugins for Jenkins by adding
      CSS classes and ID's to the dom. Developers can then use these to more
      specifically target elements that they want.
      
      For example, the "Console Output" was a raw <pre> tag embedded in a <table>.
      Styling it required CSS like so:
      
          #main-panel > pre {
      
      Sadly this will apply to any <pre> elements nested directly under the
      "#main-panel" ID; there's no way to get more specific to the console output.
      
      With this change you can style the console output by writing:
      
          .console-output {
      
      Which is much more direct (and more efficient for browsers to render).
      
      A similar treatment is applied to a number of elements in the jenkins UI.
      9e7b0717
  11. 27 9月, 2013 3 次提交
  12. 25 9月, 2013 1 次提交
  13. 24 9月, 2013 1 次提交
  14. 14 9月, 2013 1 次提交
  15. 27 8月, 2013 1 次提交
  16. 26 8月, 2013 1 次提交