intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

[Property View] Use jQuery UI button to reimplement delete button. #249

Closed xuqingkuang closed 12 years ago

xuqingkuang commented 12 years ago

For hover effect.

grgustaf commented 12 years ago

The icon and button should match the one on the home/projects page. The size of the icon part should be the same size, and preferably the button should be the same size as well. For this new one, the icon is smaller and the button is bigger.

Also, the border should be the same. This one gains a border on hover, and flashes white on active. The home page one always has a border and flashes dark gray on active. The ones on the home page are according to the design mockups we had, so let's follow that for this one, hopefully reusing the same CSS classes.

xuqingkuang commented 12 years ago

@grgustaf and @zhizhangchen The code updated for your comments, please review, thanks a lot!

grgustaf commented 12 years ago

Merged