some work on guest access token ui

This commit is contained in:
Mario Vavti
2016-07-17 11:29:37 +02:00
parent f396b1bf73
commit f39d20ac97
3 changed files with 45 additions and 37 deletions

View File

@@ -7,5 +7,22 @@
}
.channel-menu {
margin-top: 24px;
margin-top: 24px;
}
.zat-example {
color: red;
}
#atoken-index {
width: 100%;
}
#atoken-index td:nth-child(1){
padding: 7px 3px 7px 10px;
white-space: nowrap;
}
.atoken-index-tool {
padding: 7px 10px;
}