Commit e45eb9fb by Kyle Fiedler

minor fixes for IE bugs

parent 5053ba4b
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment