|
|
|
@ -1254,25 +1254,24 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
|
|
|
|
|
#roadmap table.progress td { height: 1.2em; }
|
|
|
|
|
/***** Tabs *****/
|
|
|
|
|
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
|
|
|
|
|
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em;}
|
|
|
|
|
#content .tabs ul li {
|
|
|
|
|
float:left;
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
margin-right:4px;
|
|
|
|
|
margin-right:0px;
|
|
|
|
|
background:#fff;
|
|
|
|
|
position:relative;
|
|
|
|
|
margin-bottom:-1px;
|
|
|
|
|
margin-bottom:5px;
|
|
|
|
|
}
|
|
|
|
|
#content .tabs ul li a{
|
|
|
|
|
display:block;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:1.3em;
|
|
|
|
|
padding:4px 6px 4px 6px;
|
|
|
|
|
padding:2px 6px 2px 6px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-bottom: 1px solid #bbbbbb;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
background-color:#DEEBF0;
|
|
|
|
|
color:#999;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
@ -1287,11 +1286,11 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
|
|
|
|
|
#content .tabs ul li a.selected {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
border-bottom: 1px solid #BBBBBB;
|
|
|
|
|
color:#111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs ul li a.selected:hover {background-color: #fff;}
|
|
|
|
|
#content .tabs ul li a.selected:hover {background-color: #E5DFC7;}
|
|
|
|
|
|
|
|
|
|
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
|
|
|
|
|
|
|
|
|
@ -1318,7 +1317,74 @@ button.tab-right {
|
|
|
|
|
background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
|
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
/*added by young*/
|
|
|
|
|
/***** Settings Tabs *****/
|
|
|
|
|
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
|
|
|
|
|
#content .tabs_new ul li {
|
|
|
|
|
float:left;
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
margin-right:4px;
|
|
|
|
|
background:#fff;
|
|
|
|
|
position:relative;
|
|
|
|
|
margin-bottom:-1px;
|
|
|
|
|
}
|
|
|
|
|
#content .tabs_new ul li a{
|
|
|
|
|
display:block;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:1.3em;
|
|
|
|
|
padding:4px 6px 4px 6px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-bottom: 1px solid #bbbbbb;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
color:#999;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs_new ul li a:hover {
|
|
|
|
|
background-color: #cacbcb;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs_new ul li a.selected {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
color:#111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs_new ul li a.selected:hover {background-color: #fff;}
|
|
|
|
|
|
|
|
|
|
div.tabs_new-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
|
|
|
|
|
|
|
|
|
|
button.tab_new-left, button.tab_new-right {
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
height:24px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-bottom: 1px solid #bbbbbb;
|
|
|
|
|
position:absolute;
|
|
|
|
|
padding:4px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
bottom: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.tab_new-left {
|
|
|
|
|
right: 20px;
|
|
|
|
|
background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
|
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.tab_new-right {
|
|
|
|
|
right: 0;
|
|
|
|
|
background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
|
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
/*end by young*/
|
|
|
|
|
/***** Diff *****/
|
|
|
|
|
.diff_out { background: #fcc; }
|
|
|
|
|
.diff_out span { background: #faa; }
|
|
|
|
|