Bug 1088780 - Input field for templates URL now uses flex. r=jryans

--HG--
extra : rebase_source : 5acc9e288a3b28a71c7261e65878b4f899d75211
This commit is contained in:
Yash Mehrotra 2015-04-23 23:18:27 +05:30
Родитель a4897303a0
Коммит d2b3cf770e
2 изменённых файлов: 10 добавлений и 1 удалений

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

@ -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;