зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5f899e6395
Коммит
a74b40bf32
|
@ -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">©rightInfo;</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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче