зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1088780 - Input field for templates URL now uses flex. r=jryans
--HG-- extra : rebase_source : 5acc9e288a3b28a71c7261e65878b4f899d75211
This commit is contained in:
Родитель
a4897303a0
Коммит
d2b3cf770e
|
@ -47,7 +47,7 @@
|
|||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label title="&prefs_options_templatesurl_tooltip;">
|
||||
<label class="text-input" title="&prefs_options_templatesurl_tooltip;">
|
||||
<span>&prefs_options_templatesurl;</span>
|
||||
<input data-pref="devtools.webide.templatesURL"/>
|
||||
</label>
|
||||
|
|
|
@ -18,6 +18,15 @@ body {
|
|||
background-image: linear-gradient(#fff, #ededed 100px);
|
||||
}
|
||||
|
||||
.text-input {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.text-input input {
|
||||
flex: 0.5;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
font-weight: lighter;
|
||||
|
|
Загрузка…
Ссылка в новой задаче