Fixing up the user dashboard on Tempra Simple.

Missed a spot of CC.
This commit is contained in:
Azareal 2018-07-30 19:00:41 +10:00
parent 73e1f34257
commit 05e916ce2a
2 changed files with 21 additions and 3 deletions

View File

@ -1,6 +1,3 @@
env:
global:
- CC_TEST_REPORTER_ID=38ad11f95f28b1d33c9c31467f9eb5eb4e336e4e0e36046c86a4f7ff6e4c3977
language: go
go:
- "1.10"

View File

@ -8,8 +8,29 @@
#dash_left .rowitem {
border: 1px solid hsl(0,0%,85%);
}
#dash_left img {
display: block;
height: 82px;
width: 82px;
margin-left: auto;
margin-right: auto;
margin-top: 8px;
margin-bottom: 8px;
}
#dash_username {
display: flex;
height: 26px;
}
#dash_username input {
margin-right: 8px;
width: 100px;
padding-left: 8px;
padding-top: 4px;
}
#dash_username .formbutton {
padding: 5px;
padding-top: 4px;
font-size: 14px;
}
#dash_avatar_buttons {
display: flex;