This commit is contained in:
Jeff Balogh 2010-05-20 11:32:06 -07:00
Родитель d2ed134214
Коммит 169ddaf9ad
2 изменённых файлов: 11 добавлений и 0 удалений

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

@ -4265,3 +4265,10 @@ padding:1em 52px 1em 1em;
height: 150px;
width: 150px;
}
/* We hide the <button> for these forms and
* use js to submit when they change.
* */
form.go button {
display: none;
}

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

@ -104,3 +104,7 @@
.install-button .button.platform {
display: inherit;
}
form.go button {
display: inherit;
}