Skip to content

Commit

Permalink
Did some cleanup for #56
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Mar 12, 2012
1 parent f825780 commit 9a15aec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions app/assets/stylesheets/application/controls/jquery.qtip.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,23 @@

.ui-tooltip-light {

.ui-tooltip-titlebar {
border-color: #E2E2E2;
color: #454545;
}

.ui-tooltip-content {
border-color: #E2E2E2;
color: #454545;
background-color: white;
}

.ui-tooltip-titlebar {
background-color: #f1f1f1;
background-color: $gray;
color: $white;
border: none;
}
}

/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/

.ui-tooltip-shadow {
@include box-shadow(1px 1px 3px 1px rgba(0, 0, 0, 0.15) );
@include box-shadow(1px 1px 3px 1px $gray );

.ui-tooltip-titlebar, .ui-tooltip-content {
filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray',Direction=135,Strength=3);
Expand Down
2 changes: 1 addition & 1 deletion app/views/submissions/_index_body.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},

hide: 'unfocus',
style: 'ui-tooltip-light ui-tooltip-rounded'
style: 'ui-tooltip-light ui-tooltip-shadow ui-tooltip-rounded'

});

Expand Down

0 comments on commit 9a15aec

Please sign in to comment.