Skip to content

Commit

Permalink
Removed css rule conflicting with jQuery UI 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiagnoni committed Jan 30, 2011
1 parent 4d3d4b5 commit f264371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/css/fg.buttons.css
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,9 @@
.fg-button { outline: 0; margin: 0 4px 0 0; padding: .4em 1em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; } .fg-button { outline: 0; margin: 0 4px 0 0; padding: .4em 1em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; }
.fg-button-mini { padding: .3em .5em .3em 0; } .fg-button-mini { padding: .3em .5em .3em 0; }
/*
Removed as it conflicts with jQuery UI 1.8 css
.ui-button { outline: 0; margin: 0; padding: .3em 1em .2em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; } .ui-button { outline: 0; margin: 0; padding: .3em 1em .2em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; }

*/
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; } .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }


a.fg-button { float: left; } a.fg-button { float: left; }
Expand Down

0 comments on commit f264371

Please sign in to comment.