move link to /locs to settings menu if we have more than one location and some template work on locs

This commit is contained in:
Mario Vavti
2016-03-26 18:43:38 +01:00
parent 0a14ac1f60
commit a507063174
8 changed files with 100 additions and 57 deletions

View File

@@ -1,3 +1,32 @@
td {
padding: 10px;
#locs-index {
width: 100%;
}
#locs-index th:nth-child(1),
#locs-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#locs-index th:nth-child(3),
#locs-index td:nth-child(3){
padding: 7px 3px;
}
#locs-index th:nth-child(4),
#locs-index td:nth-child(4){
padding: 7px 10px 7px 7px;
}
.primehub,
.drophub {
font-size: 1.2em;
}
.primehub:hover {
cursor: pointer;
}
.drophub:hover {
cursor: pointer;
color: red;
}