mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merged from McMasterReports branch
This commit is contained in:
20
include/limesurvey/admin/styles/default/jquery.tabs-ie.css
Normal file
20
include/limesurvey/admin/styles/default/jquery.tabs-ie.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
Tabs - additional IE specific bug fixes
|
||||
|
||||
Recommended usage (Conditional Comments):
|
||||
<!--[if lte IE 7]>
|
||||
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
|
||||
<![endif]-->
|
||||
|
||||
*/
|
||||
.ui-tabs-nav { /* auto clear */
|
||||
display: inline-block;
|
||||
}
|
||||
.ui-tabs-nav .ui-tabs-disabled {
|
||||
position: relative; /* fixes opacity */
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
.ui-tabs-nav .ui-tabs-disabled a span {
|
||||
_height: 19px; /* for some reason the height is 1px to less with opacity... */
|
||||
min-height: 19px; /* ...in both IE 6 and 7 */
|
||||
}
|
||||
Reference in New Issue
Block a user