Bug 390687: fix layout and apply new css file. p=ben_h, r=zach.

git-svn-id: svn://10.0.0.236/trunk@231348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
zach%zachlipton.com
2007-08-02 20:37:05 +00:00
parent b7beb07bbf
commit c796a3a59d
4 changed files with 29 additions and 35 deletions

View File

@@ -53,7 +53,7 @@
id="qa-mainwindow"
title="&qa.mainwindow.title;"
width="400"
height="800"
height="720"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="qaMain.onToolOpen();">

View File

@@ -59,6 +59,8 @@
<label maxwidth="160" value="" id="qa-testrun-label"/>
<label maxwidth="160" value="" id="qa-testgroup-label"/>
<label maxwidth="160" value="" id="qa-subgroup-label"/>
<label value="" />
<label value="" id="qa-testcase-progress" />
</vbox>
<listbox rows="7" minwidth="200" onselect="litmus.handleSelect()" id="testlist">
<listcols>
@@ -75,7 +77,7 @@
<label value="&mdash;" />
<description id="qa-testcase-summary" maxwidth="230px" crop="end"></description>
</hbox>
<label value="" id="qa-testcase-progress" />
</vbox>
@@ -92,7 +94,7 @@
<div xmlns="http://www.w3.org/1999/xhtml" style="width: 350px; height: 120px; overflow: auto;" id="qa-testcase-expected" class="list"/>
</groupbox>
</vbox>
<hbox>
<groupbox>
<caption label="Result:" />
<radiogroup id="qa-testcase-result">
@@ -101,10 +103,11 @@
<radio id="qa-testcase-unclearBroken" label="&qa.testcase.result.unclearbroken;"/>
</radiogroup>
</groupbox>
<label control="qa-testcase-comment" value="&qa.testcase.comment;"/>
<textbox id="qa-testcase-comment" style="min-height: 75px; max-width:300px"/>
<groupbox>
<caption control="qa-testcase-comment" label="&qa.testcase.comment;"/>
<textbox id="qa-testcase-comment" style="min-height: 75px; width:150px;" class="plain"/>
</groupbox>
</hbox>
<hbox flex="1" maxheight="30px">
<button id="qa-mainwindow-previousButton" label="Previous" oncommand="litmus.prevButton()"/>
<button id="qa-mainwindow-nextButton" label="Next (Submit)" oncommand="litmus.nextButton()"/>

View File

@@ -52,27 +52,26 @@
</script>
<tabpanel id="qa-tab-qmo">
<vbox>
<vbox pack="start">
<label href="http://quality.mozilla.org" value="&qa.qmo.visit;" class="text-link" />
<hbox>
<groupbox>
<caption label="&qa.qmo.help;" />
<div xmlns="http://www.w3.org/1999/xhtml" id="qa-qmo-help">
</div>
</groupbox>
<groupbox>
<caption label="&qa.qmo.events;" />
<div xmlns="http://www.w3.org/1999/xhtml" id="qa-qmo-events">
<ul>
</ul>
</div>
</groupbox>
<hbox maxheight="130px" height="130px">
<groupbox maxheight="130px" height="130px">
<caption label="&qa.qmo.help;" />
<div style="max-height: 130px; height: 130px" xmlns="http://www.w3.org/1999/xhtml" id="qa-qmo-help">
</div>
</groupbox>
<groupbox maxheight="130px" height="130px">
<caption label="&qa.qmo.events;" />
<div style="max-height: 130px; height: 130px" xmlns="http://www.w3.org/1999/xhtml" id="qa-qmo-events">
<ul>
</ul>
</div>
</groupbox>
</hbox>
<groupbox>
<caption label="&qa.qmo.forumposts;" />
<div xmlns="http://www.w3.org/1999/xhtml" id="qa-qmo-forumposts">
<div xmlns="http://www.w3.org/1999/xhtml" style="width: 290px" id="qa-qmo-forumposts">
<ul>
</ul>
</div>

View File

@@ -27,12 +27,11 @@ html|p {
}
html|a, html|a:link, html|a:visited {
border-bottom: 1px solid #5383DF;
color: #039;
font-weight: bold;
color: #0067ac;
}
html|a:focus, html|a:hover, html|a:active {
color: #333;
border-bottom-color: #333;
}
@@ -64,21 +63,17 @@ groupbox {
}
caption {
font: bold 12px helvetica, arial, sans-serif;
color: #BD1D01;
color: #ec891d;
background: white none repeat-x left 6px;
padding: 0;
}
#qa-qmo-help {
}
/*-------------------------------
NOTIFY
-------------------------------*/
#qa-notify {
display: none;
right: 18px;
bottom: 21px;
position: fixed;
@@ -128,7 +123,4 @@ caption {
background-color: gray;
font-weight: bold;
}
/* @end */
/* @end */