css changes
This commit is contained in:
parent
4e5e7bb14a
commit
9b4d68d8a6
@ -88,6 +88,10 @@
|
|||||||
margin-left: 20% !important;
|
margin-left: 20% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smallText p {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
#profCards {
|
#profCards {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@ -13,8 +13,6 @@
|
|||||||
<span class="username">{{username}} - </span>
|
<span class="username">{{username}} - </span>
|
||||||
<input id="description" class="clickModify restrict" style="color:#fff" value="{{description}}" maxLength="50">
|
<input id="description" class="clickModify restrict" style="color:#fff" value="{{description}}" maxLength="50">
|
||||||
<span class="resText">{{restrict 'description'}}</span>
|
<span class="resText">{{restrict 'description'}}</span>
|
||||||
<!-- <span class="change mo" restrict="50" id="description">{{description}}</span>
|
|
||||||
<span id="motdrestrict">{{commentLength}}</span> -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="profCards">
|
<div id="profCards">
|
||||||
@ -29,7 +27,7 @@
|
|||||||
<span>{{school}}</span>
|
<span>{{school}}</span>
|
||||||
<i class="fa fa-caret-down" aria-hidden="true"></i>
|
<i class="fa fa-caret-down" aria-hidden="true"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="optionHolder">
|
<div class="optionHolder smallText">
|
||||||
{{#each selectOptions 'school'}}
|
{{#each selectOptions 'school'}}
|
||||||
{{> option}}
|
{{> option}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user