minot GUI improvements
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.srsoftware</groupId>
|
<groupId>de.srsoftware</groupId>
|
||||||
<artifactId>web4rail</artifactId>
|
<artifactId>web4rail</artifactId>
|
||||||
<version>0.6.9</version>
|
<version>0.6.10</version>
|
||||||
<name>Web4Rail</name>
|
<name>Web4Rail</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Java Model Railway Control</description>
|
<description>Java Model Railway Control</description>
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ body{
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: #c6dbd2;
|
background: #c6dbd2;
|
||||||
}
|
}
|
||||||
|
button{
|
||||||
|
border: 1px solid blue;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#plan,
|
#plan,
|
||||||
.window{
|
.window{
|
||||||
|
|||||||
@@ -467,7 +467,7 @@ public class Plan implements Constants{
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Tag tileMenu() throws IOException {
|
private Tag tileMenu() throws IOException {
|
||||||
Tag tileMenu = new Tag("div").clazz("addtile").title(t("Add tile")).content("◫");
|
Tag tileMenu = new Tag("div").clazz("addtile").title(t("Add tile")).content("╦");
|
||||||
|
|
||||||
Tag tiles = new Tag("div").clazz("list").content("");
|
Tag tiles = new Tag("div").clazz("list").content("");
|
||||||
new StraightH().tag(null).addTo(tiles);
|
new StraightH().tag(null).addTo(tiles);
|
||||||
|
|||||||
Reference in New Issue
Block a user