Project

General

Profile

« Previous | Next » 

Revision 55103

[Trunk|Admin]: Change community layout component

View differences:

community-layout.component.html
5 5
        <table *ngIf="communityId != null && layout !== null && !showLoading && !errorMessage" class="uk-width-1-1">
6 6
          <tbody class="uk-table uk-align-center">
7 7
              <tr>
8
                  <td for="color" class="uk-text-bold uk-width-1-2@xl uk-width-1-3@m uk-width-expand@s uk-text-right">Color:</td>
8
                  <td for="color" class="uk-text-bold uk-width-1-3@xl uk-width-1-3@m uk-width-expand@s uk-text-right">Color:</td>
9 9
                  <td class="uk-text-left uk-width-1-3@xl uk-width-1-3@m uk-width-expand@s">
10 10
                      <button [(colorPicker)]="layout.color" [style.background]="layout.color"
11 11
                              id="color" class="uk-icon-button"
......
23 23
          <table *ngIf="communityId != null && layout != null && !showLoading && !errorMessage" class="uk-width-1-1">
24 24
            <tbody class="uk-table uk-align-center">
25 25
              <tr>
26
                <td class="uk-width-2-3@xl uk-width-1-2@m uk-width-1-2@s uk-text-right"></td>
26
                <td class="uk-width-1-3@xl uk-width-1-3@m uk-width-expand@s uk-text-right"></td>
27 27
                <td class="uk-text-left">
28 28
                    <div class="uk-grid-margin uk-first-column uk-align-center uk-text-left uk-padding uk-padding-remove-top uk-padding-remove-bottom">
29 29
                        <button *ngIf="hasChanged" class="uk-button uk-button-primary" (click)="updateLayout()">Save</button>

Also available in: Unified diff