Skip to content
Snippets Groups Projects
profile.css 1.65 KiB
Newer Older
    margin-top: 10%;
    height: 50%;
.edit_profile_button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
.edit_profile_button a {
    text-decoration: none;
}
.profile_info_container {
.profile_data_container {
.prefloc_container {
    height: 50%;
}
.prefloc_container ul {
    list-style-type: none;
}
.edit_prefloc_button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
.edit_prefloc_button a {
    text-decoration: none;
}
.edit_profile_container {
    margin-top: 10%;
    overflow-y: scroll;
.change_profilepict {
    display: flex;
    height: 25%;
    width: 100%;
    margin-bottom: 5%;
}
.current_pict_frame {
    height: 100px;
    overflow: auto;
    border-radius: 50%;
.current_pict_frame img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.pict_name_field {
    margin-top: 35px;
    margin-left: 5%;
.pict_name_field input {
    width: 100%;
}
.pict_picker_frame {
.pict_picker_frame input {
    border: 0px;
}
.current_profile {
    height: 25%;
    width: 100%;
    display: flex;
}
.form_name {
    height: 100px;
    width: 115px;
    margin-left: 5%;
    margin-right: 5%
}
.form_field {
    height: 100px;
    width: 250px;
}
.form_field input {
    width: 100%;
}
.back {
    width: 39px;
    text-align: center;
    padding: 3px;
    font-size: 0.8em;
}
.save {
    width: 50px;
#profile_link {
    background-color: #465d43;