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