Skip to content

Commit

Permalink
Fix: AOEpeople#18 - More explicit tool tip styles
Browse files Browse the repository at this point in the history
The tool tip is using classes content and body which are often
have site-specific styles.

Some common values (background, font, color) are now reset.
  • Loading branch information
amenk committed May 24, 2013
1 parent 90cb4e7 commit 928f3ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
.implicitlycached:hover { box-shadow: 0 0 3px 3px orange; }

.ot-container { width: 500px; }
.opentip .header { margin: 0; padding: 0; position: inherit; text-align: left; width: auto; z-index: auto; }
.opentip { color:black; font-family: sans-serif }
.opentip .header { margin: 0; padding: 0; position: inherit; text-align: left; width: auto; z-index: auto; background: none; height: auto; }
.opentip .content { text-align: left; }
.opentip dt { font-weight: bold; }
.opentip dd { margin-left: 20px; margin-bottom: 10px; word-wrap: break-word; }
Expand Down

0 comments on commit 928f3ac

Please sign in to comment.