mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 02:23:30 +00:00
basic style pass on documentation pane.
This commit is contained in:
@@ -54,7 +54,7 @@ iD.ui = function(context) {
|
||||
|
||||
container.append('div')
|
||||
.style('display', 'none')
|
||||
.attr('class', 'help-wrap col6');
|
||||
.attr('class', 'help-wrap fillL col5');
|
||||
|
||||
container.append('div')
|
||||
.attr('class', 'map-control zoombuttons')
|
||||
|
||||
@@ -11,9 +11,8 @@ iD.ui.Help = function(context) {
|
||||
.select('.help-wrap')
|
||||
.html('');
|
||||
|
||||
var toc = pane.append('div')
|
||||
.attr('class', 'toc')
|
||||
.append('ul');
|
||||
var toc = pane.append('ul')
|
||||
.attr('class', 'toc');
|
||||
|
||||
function clickHelp(d) {
|
||||
doctitle.text(d.title);
|
||||
|
||||
@@ -211,7 +211,7 @@ iD.ui.PresetGrid = function(context, entity) {
|
||||
.style('max-height', '200px')
|
||||
.style('opacity', '1');
|
||||
|
||||
presetinspect.append('h2')
|
||||
presetinspect.append('h3')
|
||||
.text(d.name());
|
||||
|
||||
var tag = {key: Object.keys(d.tags)[0]};
|
||||
|
||||
Reference in New Issue
Block a user