~ubuntu-html5-theme-devs/ubuntu-html5-theme/trunk

« back to all changes in this revision

Viewing changes to 0.1/ambiance/js/buttons.js

  • Committer: CI bot
  • Author(s): Alexandre Abreu
  • Date: 2014-03-03 16:54:21 UTC
  • mfrom: (146.2.8 latest)
  • Revision ID: ps-jenkins@lists.canonical.com-20140303165421-zx21ngm0xmv8kfta
This branch concatenates several CSS updates that need to be manually merged right now to avoid a conflict in the appTemplate.css file that is re-generated by SASS.

The branches where:

https://code.launchpad.net/~ya-bo-ng/ubuntu-html5-theme/update-progress-bar/+merge/206386
https://code.launchpad.net/~ya-bo-ng/ubuntu-html5-theme/adding-svg-images/+merge/207689
https://code.launchpad.net/~abreu-alexandre/ubuntu-html5-theme/fix.toggle-zindex/+merge/207979
https://code.launchpad.net/~ya-bo-ng/ubuntu-html5-theme/button-update/+merge/208029
https://code.launchpad.net/~daker/ubuntu-html5-theme/untabiffy-pagejs/+merge/208022
https://code.launchpad.net/~abreu-alexandre/ubuntu-html5-theme/fix-docs-html5-new-structure/+merge/208227 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/**
24
24
 * A Button.
25
25
 
26
 
 Note the Ubuntu CSS style classes: <em>success</em>, <em>warning</em>, and <em>danger</em>
 
26
 Note the Ubuntu CSS style classes: <em>positive</em>, <em>information</em>, <em>secondary</em>, and <em>negative</em>
27
27
 
28
28
 * @class Button
29
29
 * @constructor