obsolete.ChilliProject/public/stylesheets/ie7.css

57 lines
675 B
CSS
Raw Permalink Normal View History

2011-03-06 06:09:41 +03:00
/* These will be included for IE6 & IE7 */
.title-bar h2 {
height: 21px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
td.dropdown {
z-index: 50;
position: relative;
2011-03-06 06:09:41 +03:00
}
body .title-bar-extras {
overflow: hidden;
2011-03-06 06:09:41 +03:00
}
#main-menu,
.title-bar {
z-index: 4;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.title-bar .button-large ul {
z-index: 15;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
form.tooltip-active {
z-index: 14;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#main-menu li li a span {
position: absolute;
right: 0;
top: 0;
display: block;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#main-menu li li li a span {
right: 10px;
2011-03-06 06:09:41 +03:00
}
body .file-thumbs a {
max-width: 150px;
2011-03-06 06:09:41 +03:00
}
#watchers {
position: relative;
z-index: 5;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
div.attachments {
position: relative;
z-index: 4;
}
fieldset.collapsible.header_collapsible legend {
margin-left: -15px;
}