diff --git a/UI/Templates/UIxAclEditor.wox b/UI/Templates/UIxAclEditor.wox index 1dee40c12..25b4ea435 100644 --- a/UI/Templates/UIxAclEditor.wox +++ b/UI/Templates/UIxAclEditor.wox @@ -5,76 +5,71 @@ xmlns:var="http://www.skyrix.com/od/binding" xmlns:const="http://www.skyrix.com/od/constant" xmlns:label="OGo:label" - xmlns:uix="OGo:uix"> + > -

- {{folder.name}}

- - -
-
- -
- -
-
-
- {{user.$shortFormat()}} -
-
- -
-
-
- - - - -
-
+

- {{acl.folder.name}}

+ + +
+ +
+
+
+
{{user.cn}}
+
{{user.c_email}}
+
+ + +
- - - +
+ + + + +
+ +
+
+
{{user.cn}} {{user.c_email}} - - + +
diff --git a/UI/WebServerResources/scss/components/card/card.scss b/UI/WebServerResources/scss/components/card/card.scss index dd6d56ae3..3414f2a2e 100644 --- a/UI/WebServerResources/scss/components/card/card.scss +++ b/UI/WebServerResources/scss/components/card/card.scss @@ -12,4 +12,21 @@ md-card { &.md-default-theme { background-color: sg-color($sogoPaper, 50); } + + &.sg-collapsed { + margin-top: 0; + margin-bottom: 1px; + } + + &.sg-expanded { + margin-left: 0; + margin-right: 0; + } + + .md-button { + .sg-tile-content { + text-align: left; + text-transform: none; + } + } }