org styling
This commit is contained in:
parent
eaba45369b
commit
05d153e1d2
|
@ -116,9 +116,9 @@
|
||||||
<div class="list-group" ng-if="model.organizations && model.organizations.length">
|
<div class="list-group" ng-if="model.organizations && model.organizations.length">
|
||||||
<a ng-repeat="org in model.organizations | orderBy: ['name']"
|
<a ng-repeat="org in model.organizations | orderBy: ['name']"
|
||||||
href="javascript:void(0)" ng-click="org.type !== 2 && viewOrganization(org.id)" class="list-group-item">
|
href="javascript:void(0)" ng-click="org.type !== 2 && viewOrganization(org.id)" class="list-group-item">
|
||||||
<i class="fa fa-sitemap"></i>
|
<letter-avatar data="{{org.name}}" round="false" avwidth="25" avheight="25"
|
||||||
|
avclass="img-rounded" fontsize="14"></letter-avatar>
|
||||||
{{org.name}}
|
{{org.name}}
|
||||||
<i class="fa fa-certificate" ng-show="org.type !== 2"></i>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
|
|
|
@ -126,7 +126,7 @@ form .btn .loading-icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
border-color: #ccc;
|
border-color: @table-border-color;
|
||||||
|
|
||||||
> li > a {
|
> li > a {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
@ -186,7 +186,7 @@ form .btn .loading-icon {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
border-bottom: 1px solid @table-border-color;
|
border-bottom: 1px solid @box-border-color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 10px 10px 10px 30px;
|
padding: 10px 10px 10px 30px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue