mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
style tweaks.
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="518.88299"
|
||||
inkscape:cy="66.282378"
|
||||
inkscape:cx="647.88299"
|
||||
inkscape:cy="51.282378"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
||||
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
+1
-1
@@ -58,7 +58,7 @@ iD.ui = function(context) {
|
||||
|
||||
container.append('div')
|
||||
.style('display', 'none')
|
||||
.attr('class', 'inspector-wrap fr fillD col5');
|
||||
.attr('class', 'inspector-wrap fr content col5');
|
||||
|
||||
var about = container.append('div')
|
||||
.attr('class','col12 about-block fillD pad1');
|
||||
|
||||
@@ -23,7 +23,7 @@ iD.ui.Inspector = function() {
|
||||
inspectorbody = selection.append('div')
|
||||
.attr('class', 'fillL'),
|
||||
selection.append('div')
|
||||
.attr('class', 'inspector-actions pad1 col12')
|
||||
.attr('class', 'inspector-actions pad1 fillD col12')
|
||||
.call(drawButtons);
|
||||
|
||||
presetGrid = iD.ui.PresetGrid()
|
||||
|
||||
@@ -12,7 +12,7 @@ iD.ui.PresetGrid = function() {
|
||||
event.message('What kind of ' + entity.geometry(context.graph()) + ' are you adding?');
|
||||
|
||||
var grid = selection.append('div')
|
||||
.attr('class', 'preset-grid inspector-body pad1')
|
||||
.attr('class', 'preset-grid fillL2 inspector-body pad1')
|
||||
.call(drawGrid, filter(''));
|
||||
|
||||
var searchwrap = selection.append('div')
|
||||
|
||||
Reference in New Issue
Block a user