re-apply new scalar CSS

This commit is contained in:
Matthew Hodgson 2016-09-19 06:59:24 -04:00
parent 60179aab52
commit f19044fef2

View File

@ -14,20 +14,18 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.mx_IntegrationsManager { .mx_IntegrationsManager .mx_Dialog {
display: -webkit-flex; width: 60%;
display: flex; height: 70%;
width: 100%; overflow: hidden;
height: 100%; padding: 0px;
-webkit-align-items: center; max-width: initial;
align-items: center; max-height: initial;
justify-content: center;
-webkit-justify-content: center;
} }
.mx_IntegrationsManager iframe { .mx_IntegrationsManager iframe {
background-color: #fff; background-color: #fff;
border: 0px; border: 0px;
width: 720px; width: 100%;
height: 512px; height: 100%;
} }