187 lines
3.2 KiB
CSS
187 lines
3.2 KiB
CSS
.panel-wrapper{
|
|
overflow:hidden;
|
|
}
|
|
|
|
.panel-left{
|
|
float:left;
|
|
width:600px;
|
|
}
|
|
|
|
.panel-right{
|
|
float:right;
|
|
width:300px;
|
|
padding:10px 0 30px 40px;
|
|
}
|
|
|
|
.progressbar {
|
|
position: relative;
|
|
border: solid 1px #aeaeae;
|
|
background-color: #fff;
|
|
padding: 5px;
|
|
height: 30px;
|
|
margin:5px 0;
|
|
|
|
-ms-border-raidus:5px;
|
|
-moz-border-raidus:5px;
|
|
-o-border-raidus:5px;
|
|
-webkit-border-raidus:5px;
|
|
border-radius:5px;
|
|
}
|
|
|
|
.bar
|
|
{
|
|
float: left;
|
|
height: 30px;
|
|
}
|
|
|
|
.rl
|
|
{
|
|
/*
|
|
-ms-border-raidus:5px;
|
|
-moz-border-raidus:5px;
|
|
-o-border-raidus:5px;
|
|
*/
|
|
-webkit-border-top-left-radius:5px;
|
|
-webkit-border-bottom-left-radius:5px;
|
|
border-top-left-radius:5px;
|
|
border-bottom-left-radius:5px;
|
|
}
|
|
|
|
.rr
|
|
{
|
|
/*
|
|
-ms-border-raidus:5px;
|
|
-moz-border-raidus:5px;
|
|
-o-border-raidus:5px;
|
|
*/
|
|
-webkit-border-top-right-radius:5px;
|
|
-webkit-border-bottom-right-radius:5px;
|
|
border-top-right-radius:5px;
|
|
border-bottom-right-radius:5px;
|
|
}
|
|
|
|
.progressbar-small{
|
|
height:10px;
|
|
padding: 2px;
|
|
-ms-border-raidus:3px;
|
|
-moz-border-raidus:3px;
|
|
-o-border-raidus:3px;
|
|
-webkit-border-raidus:3px;
|
|
border-radius:3px;}
|
|
|
|
.progressbar-small .bar{ height:10px;}
|
|
|
|
.progressbar-small .rl
|
|
{
|
|
/*
|
|
-ms-border-raidus:3px;
|
|
-moz-border-raidus:3px;
|
|
-o-border-raidus:3px;
|
|
*/
|
|
-webkit-border-top-left-radius:3px;
|
|
-webkit-border-bottom-left-radius:3px;
|
|
border-top-left-radius:3px;
|
|
border-bottom-left-radius:3px;
|
|
}
|
|
|
|
.progressbar-small .rr
|
|
{
|
|
/*
|
|
-ms-border-raidus:3px;
|
|
-moz-border-raidus:3px;
|
|
-o-border-raidus:3px;
|
|
*/
|
|
-webkit-border-top-right-radius:3px;
|
|
-webkit-border-bottom-right-radius:3px;
|
|
border-top-right-radius:3px;
|
|
border-bottom-right-radius:3px;
|
|
}
|
|
|
|
.bar1 { background-color: #72BD51; }
|
|
.bar2 { background-color: #f36f21; }
|
|
|
|
|
|
|
|
.status ul{
|
|
list-style:none;
|
|
padding:0;
|
|
}
|
|
|
|
.status li{
|
|
padding:3px 5px;
|
|
}
|
|
|
|
.status li{
|
|
padding-left:20px;
|
|
}
|
|
|
|
.Fixed{background: url(img/ico/tick.png) no-repeat 0px 3px;}
|
|
.InProgress{background: url(img/ico/clock_select_remain.png) no-repeat 0px 3px;}
|
|
.Open{background: none;}
|
|
|
|
.Fixed a{
|
|
color:#333;
|
|
}
|
|
|
|
.Open a{
|
|
color:#999;
|
|
}
|
|
|
|
.InProgress a{
|
|
color:#72BD51;
|
|
}
|
|
|
|
.rfcTopic{
|
|
padding:5px 5px 5px 50px;
|
|
background: no-repeat 5px 15px url(forum/forum.gif);
|
|
border-bottom: #efefef 1px solid;
|
|
}
|
|
|
|
.solved{background-image: url(forum/solved.gif);}
|
|
|
|
.rfcOptions{padding:10px 5px;}
|
|
|
|
.addRfc{background-image: url(forum/comment_add.png) !important;}
|
|
|
|
|
|
.releaseListing{ margin-bottom:25px;}
|
|
|
|
.releaseListing .version{
|
|
padding:7px 5px 7px 55px;
|
|
-moz-border-radius: 5px; -webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
min-height: 35px;
|
|
}
|
|
|
|
.future .version{
|
|
background: no-repeat 10px 10px url(img/box_planning.png);
|
|
border-bottom: #efefef 1px solid;
|
|
}
|
|
|
|
.released .version{
|
|
background: no-repeat 10px 10px url(img/box_released.png) #efefef;
|
|
|
|
}
|
|
|
|
.plannedreleases .version{
|
|
background: no-repeat 10px 10px url(img/box_released.png);
|
|
}
|
|
|
|
.inprogress .version{
|
|
background: no-repeat 10px 10px url(img/box_open.png);
|
|
}
|
|
|
|
.beta .version{
|
|
background: no-repeat 10px 10px url(img/box_closed.png);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
|