Added styles and tooltips for full screen and captions

This commit is contained in:
Kyle Fiedler
2012-04-05 14:48:20 -04:00
parent c4b5b6b3c0
commit 1f6209da11
3 changed files with 28 additions and 5 deletions

View File

@@ -506,6 +506,12 @@ html body section.main-content, html body section.outside-app {
-o-border-radius: 4px;
border-radius: 4px;
margin-top: 11.326px; } }
html body div.qtip div.ui-tooltip-content {
border: none;
background: rgba(0, 0, 0, 0.8);
color: #fff;
font: 12px 14px;
margin-top: 5px; }
html body section.outside-app {
max-width: 600px;
padding: 22.652px; }