mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
(html,js) Adjust padding of dialogs
Following this commit: https://github.com/angular/material/commit/d2140b1565b7e91d4f0b11b6c3983b976abd00f8
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
' </md-button>',
|
||||
' </div>',
|
||||
' </md-toolbar>',
|
||||
' <md-dialog-content>',
|
||||
' <md-dialog-content class="md-dialog-content">',
|
||||
' <div layout="column">',
|
||||
' <div layout="row" layout-align="start center">',
|
||||
' <span>' + l('Select a vCard or LDIF file.') + '</span>',
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
escapeToClose: true,
|
||||
template: [
|
||||
'<md-dialog flex="80" flex-sm="100" aria-label="' + l('View Card Source') + '">',
|
||||
' <md-dialog-content>',
|
||||
' <md-dialog-content class="md-dialog-content">',
|
||||
' <pre>',
|
||||
data,
|
||||
' </pre>',
|
||||
|
||||
Reference in New Issue
Block a user