Bug 7979: New design for staff interface + fixes + css call moved
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / lib / jquery / plugins / ui.tabs.css
index 34bd5fb..daf9f86 100644 (file)
@@ -68,7 +68,8 @@
 .ui-tabs-panel {
     border: 1px solid #E8E8E8;
        padding : 1em;
-    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
+    border-radius : 3px;
+    #background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
 }
 
 /* Additional IE specific bug fixes... */
@@ -77,4 +78,4 @@
 }
 *:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
     display: inline-block;
-}
\ No newline at end of file
+}