Generate a font awesome css code and setup on edit user page
This commit is contained in:
+18
-2
@@ -16,6 +16,11 @@
|
|||||||
src: url("typo/NotoSans-CondensedBold.ttf");
|
src: url("typo/NotoSans-CondensedBold.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Icon Awesome";
|
||||||
|
src: url("typo/FontAwesome.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
@@ -252,15 +257,23 @@ body.logged, .logged .content {
|
|||||||
.user-container::before {
|
.user-container::before {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.user-container .user-username {
|
.user-container .user-username, .user-container-edit .user-username {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0 10%;
|
margin: 0 10%;
|
||||||
min-height: 82px;
|
min-height: 82px;
|
||||||
font-size: 2.6em;
|
font-size: 2.6em;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
.user-container .user-username::after {
|
.user-container .user-username::after, .user-container-edit .user-username::after {
|
||||||
|
font-family: "Icon Awesome", serif;
|
||||||
|
content: "\f044";
|
||||||
color: #c2a593;
|
color: #c2a593;
|
||||||
|
font-size: 0.8em;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
margin-left: .5em;
|
||||||
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
.user-container .user-fullname, .user-container .user-mail {
|
.user-container .user-fullname, .user-container .user-mail {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -504,3 +517,6 @@ body.logged, .logged .content {
|
|||||||
.form-group .control-label {
|
.form-group .control-label {
|
||||||
padding: 0.6em 1em;
|
padding: 0.6em 1em;
|
||||||
}
|
}
|
||||||
|
.user-container-edit .user-username::after {
|
||||||
|
content: "\f00d";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user