mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
reorganized sidebar icons.
This commit is contained in:
+11
-8
@@ -1377,14 +1377,14 @@ img.wiki-image {
|
||||
border-radius:0 4px 0 0;
|
||||
}
|
||||
|
||||
.zoombuttons button.zoom-out {
|
||||
border-top:0;
|
||||
}
|
||||
|
||||
/* Background Settings */
|
||||
|
||||
.background-control {
|
||||
top:200px;
|
||||
top:260px;
|
||||
}
|
||||
|
||||
.background-control button {
|
||||
border-radius:0 4px 0 0;
|
||||
}
|
||||
|
||||
.nudge-container {
|
||||
@@ -1575,18 +1575,21 @@ img.wiki-image {
|
||||
/* Geolocator */
|
||||
|
||||
.geolocate-control {
|
||||
top:240px;
|
||||
top:200px;
|
||||
}
|
||||
|
||||
.geolocate-control button {
|
||||
border-radius: 0 0 4px 0;
|
||||
}
|
||||
|
||||
/* Help */
|
||||
|
||||
.help-control {
|
||||
top: 280px;
|
||||
top: 300px;
|
||||
}
|
||||
|
||||
.help-control button {
|
||||
border-radius: 0 0 4px 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.help-wrap {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
version="1.1"
|
||||
inkscape:version="0.48.2 r9819"
|
||||
sodipodi:docname="sprite.svg"
|
||||
inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
|
||||
inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite2x.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
@@ -39,8 +39,8 @@
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="266.37753"
|
||||
inkscape:cy="194.69766"
|
||||
inkscape:cx="227.49172"
|
||||
inkscape:cy="279.42802"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer12"
|
||||
showgrid="false"
|
||||
|
||||
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 36 KiB |
@@ -155,7 +155,6 @@ iD.ui.Background = function(context) {
|
||||
.title(iD.ui.tooltipHtml(t('background.description'), key)),
|
||||
button = selection.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', 'fillD')
|
||||
.on('click.background-toggle', toggle)
|
||||
.call(tooltip),
|
||||
opa = content
|
||||
|
||||
Reference in New Issue
Block a user