style tweaks.

This commit is contained in:
Saman Bemel-Benrud
2013-02-19 20:40:32 -05:00
parent 1f63e217ab
commit c16bef5f12
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
View File
@@ -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');
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -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')