Commit 12eed7aecd18eb045e35a2da61ac7b2ed04d2c14

Authored by Matheus Fernandes
2 parents b450c9af 387c9766

Merge branch 'fix_profile_content_layout' into 'master'

Fix profile content layout

See merge request !219
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
... ... @@ -650,3 +650,43 @@ a.btn {
650 650 .btn-colab-mailinglist-members {
651 651 margin-bottom: 40px;
652 652 }
  653 +
  654 +#colab_profile-content label.control-label {
  655 + width: auto;
  656 + padding-left: 0;
  657 + font-size: 16px;
  658 +}
  659 +
  660 +#colab_profile-content input.form-control {
  661 + font-size: 14px;
  662 +}
  663 +
  664 +#colab_profile-content h3.panel-title {
  665 + font-size: 16px;
  666 +}
  667 +
  668 +#colab_profile-content .panel .emails,
  669 +#colab_profile-content .btn,
  670 +#colab_profile-content .panel label {
  671 + font-size: 14px;
  672 +}
  673 +
  674 +#colab_profile-content .links-group .btn.btn-lg {
  675 + padding: 10px 16px;
  676 + font-size: 18px;
  677 + line-height: 1.33;
  678 + border-radius: 6px;
  679 +}
  680 +
  681 +#colab_profile-content .btn.btn-primary {
  682 + color: #fff;
  683 + background-color: #428bca;
  684 + border-color: #357ebd;
  685 +}
  686 +
  687 +#colab_profile-content .panel .label {
  688 + padding: .2em .6em .3em;
  689 + font-size: 75%;
  690 + font-weight: bold;
  691 + display: inline;
  692 +}
... ...