65 lines
918 B
CSS
65 lines
918 B
CSS
![]() |
#profile .row {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
#profile .form-group {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
#picture-label {
|
||
|
font-size: large;
|
||
|
margin: 100px 0;
|
||
|
}
|
||
|
|
||
|
#profile .fileupload .img-thumbnail {
|
||
|
margin: 10px;
|
||
|
border: 2px lawngreen solid;
|
||
|
}
|
||
|
|
||
|
#profile .col-md-2 .text-center {
|
||
|
padding: 100px;
|
||
|
}
|
||
|
|
||
|
#new-post .label {
|
||
|
margin-bottom: 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#new-post .form-horizontal .form-group {
|
||
|
margin: 0 0 0 0;
|
||
|
}
|
||
|
|
||
|
#user-page .widget-container {
|
||
|
margin: 5px 5px 5px 5px;
|
||
|
}
|
||
|
|
||
|
#user-page textarea {
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
.col-md-12.text-center {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
.form-group .btn {
|
||
|
margin: 0px 0px 0px 0px;
|
||
|
}
|
||
|
|
||
|
.form-group textarea {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
.btn.btn-default-outline.btn-block {
|
||
|
margin: 3px 0 3px 0px;
|
||
|
}
|
||
|
|
||
|
.posts .col-md-12 {
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
#profile-container {
|
||
|
padding-left: 30px;
|
||
|
padding-right: 30px;
|
||
|
}
|