mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
splash modal better without logo
This commit is contained in:
+5
-8
@@ -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
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user