body { margin: 0; padding: 0; background: white; } body, table, form, input, td, th, p, textarea, select { font-family: Verdana, Helvetica, sans serif; font-size: 11px; } td { vertical-align: top; } table.middle-align td { vertical-align: middle; } table.center-align td { text-align: center; } #main-table { padding: 0; border-collapse: collapse; } #top-panel { margin-bottom: 3pt; height: 34px; background: url(../images/topbar.png) repeat-x; } #top-panel a { text-decoration: none; } #left-top-nav { text-align: left; border-left: 10px solid #fff; padding: 4px; color: #222; } #left-top-nav a, #right-top-nav a { color: black; } #right-top-nav { text-align: right; padding: 4px; } #main-panel { padding: 10px; } #side-panel { padding: 4px; width: 220px; } #footer { text-align: right; font-size: 8pt; margin-top: 10em; padding: 10px; border-top: 1px solid #bbb; } #tasks { padding: 4px; } a:link { text-decoration: underline; color: #204A87; } a:visited { text-decoration: underline; color: #5c3566; } /* tip - anchors of class info */ a.tip { position:relative; z-index:24; text-decoration: underline; } a.tip:hover { z-index:25; } a.tip span { display: none } a.tip:hover span { display:block; position:absolute; top:2em; left:2em; width:400px; border:1px solid #bbbbbb; background-color:#fffff0; color:#000; text-align: left } #top-nav .a { color: white; } img { vertical-align: middle; border: 0; } table.tab { border-collapse: collapse; } td.selected_tab { vertical-align: middle; border: 1px #090 solid; background: #ffffff; } td.tab_filler { background: #ffffff; border-bottom: 1px #090 solid; } td.tab { vertical-align: middle; border: 1px #090 solid; background: #f0f0f0; } table.progress-bar { border-collapse: collapse; border: 1px solid #3465a4; height: 6px; width: 100px; clear: none; } td.progress-bar-done { background-color: #3465a4; } td.progress-bar-left { background-color: #ffffff; } .dashboard td { padding: 4px 4px 4px 4px; } pre.console { overflow: auto; } .setting-leftspace { width: 2em; } .setting-name { white-space: nowrap; } .setting-main { width: 100%; /* try to make this column as big as possible. */ } .setting-help { width: 16px; } .setting-input { width: 100%; } .setting-description { font-size: 0.8em; margin-top: 0; padding-top: 0; } /* div that looks like a hyperlink */ .pseudoLink { cursor: pointer; } .advancedLink { text-align: right; } .advancedBody { display: none; } .scm_info { width: 480px; } .build-row { padding: 3px 4px 3px 4px; } .build-keep { font-weight: bold; } .task-header { display: block; border-bottom: 1px #090 solid; font-weight: bold; font-size: 12pt; } .task { white-space: nowrap; } .main-table { } div.dashboard { width: 100%; clear:both; } .pane { margin-top: 4px; white-space: nowrap; } .pane td { padding: 4px 4px 3px 4px; } table.pane { width: 100%; border-collapse: collapse; border: 1px #bbb solid; } td.pane { border: 1px #bbb solid; padding: 3px 4px 3px 4px; vertical-align: middle; } td.pane-header { border: 1px #bbb solid; border-right: none; border-left: none; background-color: #f0f0f0; font-weight: bold; } th.pane { border: 1px #bbb solid; font-weight: bold; } #projectstatus tr { border: 1px solid #bbb; padding: 3px 4px 3px 4px; } #projectstatus th { font-weight: bold; border: none; background-color: #f0f0f0; padding: 3px 4px 3px 4px; } #projectstatus td { vertical-align: middle; padding: 3px 4px 3px 4px; } .smallfont { font-size: 9px; } #foldertab { padding: 4px 0; margin-left: 0; border-bottom: 1px solid #090; font: bold 12px Verdana, sans-serif; } #foldertab li { list-style: none; margin: 0; display: inline; } #foldertab li a { padding: 4px 0.5em; margin-left: 3px; border: 1px solid #090; border-bottom: none; background: #090; text-decoration: none; } #foldertab li a:link { color: white; } #foldertab li a:visited { color: white; } #foldertab li a:hover { color: white; background: #6c0; border-color: #6c0; } #foldertab li a#current { background: white; border-bottom: 1px solid white; color: black; } .changeset-message { border: 1px solid #ccb; background: #eed; padding: 4px; white-space: normal; } .disabledJob { color: gray; } .spinner { padding-left: 32px; padding-top: 0.5em; padding-bottom: 0.5em; background-image: url("../images/spinner.gif"); background-repeat: no-repeat; background-position: left; } .spinner-right { padding-right: 32px; padding-top: 0.5em; padding-bottom: 0.5em; background-image: url("../images/spinner.gif"); background-repeat: no-repeat; background-position: right; } /* ======================== error/warning message (mainly in the form) ======================== */ .error { color: #CC0000; font-weight: bold; padding-left: 20px; min-height: 16px; background-image: url("../images/16x16/error.gif"); background-position: left center; background-repeat: no-repeat; } .warning { color: #C4A000; font-weight: bold; padding-left: 20px; min-height: 16px; background-image: url( "../images/16x16/warning.gif" ); background-position: left center; background-repeat: no-repeat; } /* ====================== help ===================================== */ .help { display: none; /* hidden until loaded */ border: solid #bbb 1px; background-color: #f0f0f0; padding: 1em; margin-bottom: 1em; } .help-area { /* this marker class is used by JavaScript to locate the area to display help text. */ } /* ====================== project view tab bar ===================================== */ #viewList { border: none; margin-bottom: 0px; width: 100%; white-space: nowrap; } #viewList td { padding: 0px; } #viewList td.inactive { border: solid 1px #ccc; border-bottom-color: #bbb; } #viewList td.inactive:hover { background-color: #777; } #viewList td.inactive a { text-decoration: none; color: #444 } #viewList td.noleft { border-left: none; } #viewList td.noright { border-right: none; } #viewList td.active { border: solid 1px #bbb; padding: 0.5em; border-bottom: none; vertical-align:middle; background-color: rgb(240,240,240); font-weight: bold; } #viewList td.filler { border: none; border-bottom: solid 1px #bbb; width: 100%; text-align: right; } #viewList a { display: block; padding: 0.5em; white-space: nowrap; } /* ============================ health report hover ========================== */ a.healthReport { text-decoration: none; } div.healthReport div.healthReportDetails { display: none; } div.healthReport:hover, div.healthReport.hover { /* fix IE6 bug with :hover */ background: transparent; } div.healthReport:hover div.healthReportDetails, div.healthReport.hover div.healthReportDetails { display: block; position: absolute; background-color: #ffe; border: 1 solid #bbb; margin-left: 32px; /* move it across a bit */ } div.healthReport div.healthReportDetails table { border-collapse: collapse; width: 450px; /* fix IE bug with width */ } /* ========================= editable combobox style ========================= */ .comboBoxList { border: 1px solid #000; overflow: visible; color: MenuText; background-color: Menu; } .comboBoxSelectedItem { background-color: Highlight; color: HighlightText; } /* ========================= directory tree ========================= */ .parentPath { font-size: 1.2em; font-weight: bold; } .dirTree li { list-style: none; } .dirTree .rootIcon { margin-right: 1em; } TABLE.fileList { margin-left: 2em; padding: 0; } TABLE.fileList TD { padding: 0; } TABLE.fileList TD.fileSize { padding-left: 2em; text-align: right; color: #888; } /* ========================= test result ========================= */ .result-passed { color: #3465a4; } .result-fixed { color: #3465a4; font-weight: bold; } .result-failed { color: #ef2929; } .result-regression { color: #ef2929; font-weight: bold; } .test-trend-caption { text-align: center; font-size: 1.2em; font-weight: bold; } /* ========================= sortable table ========================= */ table.sortable a.sortheader { text-decoration: none; color: black; display: block; } table.sortable span.sortarrow { color: black; text-decoration: none; } /* ========================= fingerprint ========================= */ .md5sum { text-align: right; } .fingerprint-summary-header { font-size: 1.2em; vertical-align: middle; } TABLE.fingerprint-in-build TD { padding-left: 1em; padding-right: 1em; } /* ========================= plugin manager ========================= */ #pluginList { width:100%; border: 1px solid #bbb; border-spacing: 0px; } #pluginList TR:hover { background-color: #eeeeec; } #pluginList TD { padding: 0.5em; vertical-align: middle; } /* Doesn't work because gear2.gif is not transparent #pluginList TD.plugin-description { background: url(../images/24x24/gear2.gif) no-repeat; background-position: center left; padding-left: 32px; } */ /* ========================= repeatable elements ========================= */ .repeated-chunk .show-if-last { display: none; } .repeated-chunk.last .show-if-last { display: inline; } .repeated-chunk .show-if-not-last { display: inline; } .repeated-chunk.last .show-if-not-last { display: none; } .repeated-chunk .show-if-not-only { display: inline; } .repeated-chunk.only .show-if-not-only { display: none; } /* ========================= Yahoo UI style adjustments ========================= */ .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { color: inherit; } DIV.yahooTree td { vertical-align: middle; } .yui-tt { border: 1px solid black !important; background-color: #FFFFFF !important; padding: 2px !important; z-index: 999; font-family: inherit !important; color: inherit !important; } /* ========================= search box at the top-right of the page ========================= */ #search-box { background: white url(../images/16x16/search.gif) no-repeat 2px center; padding-left: 20px; width: 10em; position: static; } #search-box.defaulted { color: gray; } #search-box-completion { text-align: left; width:10em; position: absolute; z-index: 999; } #search-box-completion .yui-ac-content { border: 1px solid black; width:10em; background-color: white; overflow: hidden; } #search-box-completion UL { padding: 0 0; width: 100%; margin: 0 0; list-style: none; } #search-box-completion LI { padding-left:20px; white-space:nowrap; } #search-box-completion LI.yui-ac-highlight { background: #729FCF; } #search-box-minWidth { position:absolute; visibility: hidden; width:5em; } #search-box-sizer { position:absolute; visibility: hidden; } /* ========================= resizable text area ========================= */ TEXTAREA { margin-bottom: 0; } DIV.textarea-handle { height: 5px; font-size: 0; background: #EEE url(../images/textarea-handle.gif) no-repeat 50% 1px; border: 1px solid #BABDB6; border-top: none; cursor: s-resize; } /* ========================= hover notification ========================= */ #hoverNotification { visibility:hidden; background-color: white; border: 1px solid black; padding: 0.5em; }