Skip to content
Snippets Groups Projects
edit-profile.css 1.1 KiB
Newer Older
.wrapper {
  width : 100%;
}

.edit-image {
  font-size: 0;
}

.div-profile-image {
  width : 50%;
  display: inline-block;
  text-align: center;
}

.profile-image {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
}

.browse-image {
  display: inline-block;
  width : 50%;
  font-size : 22;
}

.edit-data{
  font-size: 0;
  margin: 10px 0;
}

.edit-data input[type="text"] {
  width: 50%;
  outline: 0;
}

.form-label {
  width: 50%;
  display: inline-block;
  font-size: 20px;
}


.checkbox {
  width: 50%;
  display: inline-block;
  text-align: right;
}

.checkbox input {
  margin: 0;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.back {
  float: left;
  background-color: #d50027;
  color: black;
  border-color: black;
  border-radius: 5px;
  padding: 5px 12px;
  text-decoration: none;
  border-width: 1px;
  border-style: outset;
  font: 13.3333px Serif;
}

.save {
  float: right;
  background-color: #8BBd3c;
  color: black;
  border-color: black;
  border-radius: 5px;
  font: 13.3333px Serif;
  padding: 5px 12px;
  border-width: 1px;
}