Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 065825269e | |||
| 6726dfa456 |
@@ -22,6 +22,9 @@
|
|||||||
var opt = select.options[i];
|
var opt = select.options[i];
|
||||||
|
|
||||||
var label = document.createElement("label");
|
var label = document.createElement("label");
|
||||||
|
// Kanboard styles form labels as display:block; force inline so Yes/No sit
|
||||||
|
// side by side instead of stacked.
|
||||||
|
label.style.display = "inline-block";
|
||||||
label.style.marginRight = "14px";
|
label.style.marginRight = "14px";
|
||||||
label.style.cursor = "pointer";
|
label.style.cursor = "pointer";
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ class Plugin extends Base
|
|||||||
|
|
||||||
public function getPluginVersion()
|
public function getPluginVersion()
|
||||||
{
|
{
|
||||||
return '1.3.0';
|
return '1.3.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPluginHomepage()
|
public function getPluginHomepage()
|
||||||
|
|||||||
Reference in New Issue
Block a user