minor fixes for IE bugs

This commit is contained in:
Kyle Fiedler
2012-05-16 17:16:40 -04:00
parent 5053ba4b99
commit e45eb9fbe1
2 changed files with 5 additions and 1 deletions

View File

@@ -488,7 +488,8 @@ html body section.main-content, html body section.outside-app {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 3px; }
margin-top: 3px;
overflow: hidden; }
@media print {
html body section.main-content, html body section.outside-app {
border-bottom: 0;
@@ -506,6 +507,7 @@ html body section.main-content, html body section.outside-app {
border-radius: 4px;
margin-top: 11.326px; } }
html body div.qtip div.ui-tooltip-content {
background: #000;
background: rgba(0, 0, 0, 0.8);
border: none;
color: #fff;

View File

@@ -17,6 +17,7 @@ html {
@include box-shadow(0 0 4px #dfdfdf);
@include box-sizing(border-box);
margin-top: 3px;
overflow: hidden;
@media print {
border-bottom: 0;
@@ -31,6 +32,7 @@ html {
div.qtip {
div.ui-tooltip-content {
background: #000;
background: rgba(#000, .8);
border: none;
color: #fff;