obsolete.ChilliProject/public/stylesheets/ie6.css

59 lines
688 B
CSS
Raw Normal View History

2011-03-06 06:09:41 +03:00
/* IE6 how i love to hate thee */
#account-nav li a {
width: 45px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#account-nav li li a {
width: 150px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.title-bar {
zoom: 1;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.title-bar-extras label {
float: none;
display: inline;
padding-right: 10px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.issue-dropdown li.hover {
background-color: #fff;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.issue-dropdown li.hover ul {
display: block;
left: 112px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
body .file-thumbs a {
width: 150px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#history .journal {
zoom: 1;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
body #history .wiki {
overflow: hidden;
zoom: 1;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#main-menu li li {
height: 30px;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
#main-menu li li li {
height: auto;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
a.has-thumb.active {
background: none;
2011-03-06 06:09:41 +03:00
}
2011-03-06 06:09:41 +03:00
.title-bar-extras ul {
background-image: none;
border-top: 1px solid #154E5D;
}