66 lines
1.1 KiB
CSS
66 lines
1.1 KiB
CSS
.sidebar, .footer .widget {
|
|
display: none;
|
|
}
|
|
|
|
#account_dashboard .colstack_right .coldyn_block {
|
|
display: flex;
|
|
}
|
|
#dash_left {
|
|
border-radius: 3px;
|
|
background-color: #444444;
|
|
padding: 12px;
|
|
height: 180px;
|
|
width: 240px;
|
|
position: relative;
|
|
}
|
|
#dash_username {
|
|
display: flex;
|
|
}
|
|
#dash_username input {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 8px;
|
|
/*font-size: 16px;*/
|
|
width: 100px;
|
|
display: relative;
|
|
padding-left: 16px;
|
|
background-position: right 8px bottom 8px;
|
|
}
|
|
#dash_username button {
|
|
margin-bottom: 8px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
#dash_left img {
|
|
display: block;
|
|
border-radius: 48px;
|
|
height: 72px;
|
|
width: 72px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 12px;
|
|
}
|
|
#dash_avatar_buttons {
|
|
display: flex;
|
|
}
|
|
#dash_avatar_buttons label {
|
|
margin-left: auto;
|
|
margin-right: 8px;
|
|
}
|
|
#dash_avatar_buttons button {
|
|
margin-right: auto;
|
|
}
|
|
#dash_right {
|
|
width: 100%;
|
|
margin-left: 12px;
|
|
}
|
|
#dash_right .rowitem {
|
|
border-radius: 3px;
|
|
background-color: #444444;
|
|
padding: 16px;
|
|
}
|
|
#dash_right .rowitem:not(:last-child) {
|
|
margin-bottom: 8px;
|
|
} |