Skip to content
Snippets Groups Projects
Commit 6036b617 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Minor layout adjustments

parent 7e225acb
Branches
Tags
No related merge requests found
...@@ -167,10 +167,13 @@ ...@@ -167,10 +167,13 @@
table { table {
border-spacing: 5px 15px; border-spacing: 5px 15px;
} }
select select, button
{ {
font-size: large; font-size: large;
} }
button {
margin-right: 5px;
}
</style> </style>
</head> </head>
......
...@@ -239,8 +239,8 @@ var displayFeature = function(feature) ...@@ -239,8 +239,8 @@ var displayFeature = function(feature)
var timeOfObservation = new moment(feature.get("timeOfObservation")); var timeOfObservation = new moment(feature.get("timeOfObservation"));
var html = [ var html = [
'<button type="button" onclick="unFocusForm()">X</button>', '<button type="button" onclick="unFocusForm()">X</button>',
'<button type="button" onclick="editFeature(\'', feature.getId() ,'\');">Edit</button>', '<button type="button" onclick="editFeature(\'', feature.getId() ,'\');">Rediger</button>',
'<button type="button" onclick="deleteFeature(' + feature.getId() + ')">Delete</button>', '<button type="button" onclick="deleteFeature(' + feature.getId() + ')">Slett</button>',
'<h3>Registrering</h3>', '<h3>Registrering</h3>',
'<table>', '<table>',
'<tr><td>Type</td><td>',getLocalizedOrganismName(feature.get("cropOrganism"),hardcodedLanguage),'</td></tr>', '<tr><td>Type</td><td>',getLocalizedOrganismName(feature.get("cropOrganism"),hardcodedLanguage),'</td></tr>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment