File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="panel panel-default ">
8
8
< div class ="panel-body dashboard-user ">
9
9
< div class ="row ">
10
- < div class ="col-md-2 col-sm-3 col-xs-12 vcenter ">
10
+ < div class ="col-md-2 col-sm-3 col-xs-12 vcenter profile-container ">
11
11
< img class ="profile-image " src ="https://profiles.csh.rit.edu/image/{{username}} ">
12
12
</ div >
13
- < div class ="col-xs-12 col-sm-9 col-md-9 vcenter " style =" padding-bottom:10px ">
14
- < h2 class ="username "> {{name}}</ h2 >
13
+ < div class ="col-xs-12 col-sm-9 col-md-9 vcenter profile-container ">
14
+ < h3 class ="username "> {{name}}</ h3 >
15
15
< h5 class ="email "> {{username}}@csh.rit.edu</ h5 >
16
16
< div class ="profile-badges ">
17
17
{% if active %}
Original file line number Diff line number Diff line change 1
1
.dashboard-user {
2
2
.profile-image {
3
- border-radius : 2px ;
3
+ border-radius : 200px ;
4
+ padding : 10px ;
4
5
width : 100% ;
5
- max-width : 200 px ;
6
+ max-width : 150 px ;
6
7
}
7
8
.panel-inner-padding {
8
9
padding-right : 10px ;
9
10
padding-bottom : 10px ;
10
11
padding-left : 10px ;
11
12
}
12
13
.username {
13
- margin-top : 15px ;
14
14
margin-bottom : 5px ;
15
15
}
16
16
.email {
27
27
width : 49% ;
28
28
}
29
29
}
30
+
31
+ .profile-container {
32
+ padding : 0 0 0 15px ;
33
+ }
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.eval-user-img {
17
- border-radius : 5 px ;
17
+ border-radius : 200 px ;
18
18
}
19
19
20
20
.eval-panel {
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
@media (min-width : 768px ) {
18
- .profile-image {
19
- float : right ;
20
- }
21
18
hr {
22
19
margin-top : 10px ;
23
20
}
You can’t perform that action at this time.
0 commit comments