Bug 396770 - "UA string in Help���About is broken into 4 parts, causing a vertical scrollbar (useragent, does not fit)" (make UA textbox flexible, set margins) [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=Mano a1.9=mconnor]

This commit is contained in:
reed%reedloden.com 2008-04-04 09:18:00 +00:00
Родитель 5f899e6395
Коммит a74b40bf32
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -23,15 +23,15 @@
}
#userAgent {
margin-top: 11px;
-moz-margin-end: 20px;
margin-top: 10px;
-moz-margin-end: 13px;
margin-bottom: 0;
-moz-margin-start: 13px;
background-color: #FFFFFF;
color: #000000;
padding-top: 1px;
-moz-padding-end: 0;
padding-bottom: 0;
-moz-padding-end: 1px;
padding-bottom: 1px;
-moz-padding-start: 3px;
-moz-appearance: none;
overflow: hidden;

Просмотреть файл

@ -76,7 +76,7 @@
<label id="distribution"/>
<label id="distributionId"/>
<description id="copyright">&copyrightInfo;</description>
<textbox id="userAgent" multiline="true" readonly="true"/>
<textbox id="userAgent" multiline="true" readonly="true" flex="1"/>
</vbox>
<vbox flex="1" id="creditsBox">
<iframe id="creditsIframe" flex="1"/>