splash modal better without logo

This commit is contained in:
Saman Bemel-Benrud
2013-03-26 18:29:33 -04:00
parent dcf2c1e7f4
commit 9d3f94ed36
2 changed files with 8 additions and 14 deletions
+5 -8
View File
@@ -991,6 +991,11 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
/* adding additional preset fields */
.more-buttons {
margin-top: 20px;
border-top: 1px solid #CCC;
}
button.preset-add-field {
width: 16.6666%;
height: 40px;
@@ -1873,15 +1878,7 @@ a.action.twitter:before {
/* Splash Modal
------------------------------------------------------- */
.logo {
height: 100px;
width: 100px;
background: url(../img/logo.png) 0 0 repeat;
margin: auto;
}
.modal-splash h3 {
padding-top: 20px;
text-align: center;
}
+3 -6
View File
@@ -14,12 +14,9 @@ iD.ui.Splash = function(context) {
.append('div')
.attr('class', 'fillL');
var header = introModal.append('div')
.attr('class','modal-section cf');
header.append('div').attr('class', 'logo');
header.append('h3').text(t('splash.welcome'));
introModal.append('div')
.attr('class','modal-section cf')
.append('h3').text(t('splash.welcome'));
var buttons = introModal.append('div').attr('class', 'cf');