Index: chrome/browser/resources/chromeos/login/saml_confirm_password.css |
diff --git a/chrome/browser/resources/chromeos/login/saml_confirm_password.css b/chrome/browser/resources/chromeos/login/saml_confirm_password.css |
index eab03e13d29b778ff9fdc3d353659ecc2a9fec04..167ff506b31cb8882491a9a32ecaddd7d1d2cd40 100644 |
--- a/chrome/browser/resources/chromeos/login/saml_confirm_password.css |
+++ b/chrome/browser/resources/chromeos/login/saml_confirm_password.css |
@@ -3,6 +3,11 @@ |
* found in the LICENSE file. |
*/ |
+:host { |
+ display: block; |
+ position: relative; |
+} |
+ |
#closeButton { |
color: white; |
position: absolute; |
@@ -16,7 +21,16 @@ |
right: auto; |
} |
-#cancelConfirmDlg { |
- position: absolute; |
+paper-dialog { |
+ --paper-dialog-title: { |
+ font-size: 15px; |
+ }; |
+ |
+ /** |
+ * TODO(dzhioev): remove when |
+ * https://github.com/PolymerElements/iron-fit-behavior/issues/12 is fixed. |
+ */ |
+ position: absolute !important; |
+ |
width: 384px; |
} |