Do some user profile templating

This commit is contained in:
Skia
2016-08-31 04:04:28 +02:00
parent 55ea2ac763
commit 0db7180d43
4 changed files with 64 additions and 8 deletions

View File

@ -162,9 +162,19 @@ tbody>tr:hover {
}
.tool-bar {
overflow: auto;
padding: 4px;
}
.tools {
float: right;
padding: 6px;
overflow: hidden;
border: 1px solid grey;
}
.tools a {
padding: 10px;
}
.selected_tab {
background: lightgrey;
}
#basket {
width: 40%;