From f1ee1b85ca72341ec706e2ca4ba36b3d58b411ba Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Thu, 15 Sep 2011 23:31:43 +0200 Subject: Use jQuery UI Dialog for linkwiz --- lib/styles/screen.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/styles') diff --git a/lib/styles/screen.css b/lib/styles/screen.css index 6664c2102..218385f88 100644 --- a/lib/styles/screen.css +++ b/lib/styles/screen.css @@ -52,6 +52,11 @@ div.notify { overflow: hidden; } +#link__wiz .ui-dialog-content { + padding-left: 0; + padding-right: 0; +} + /* media manager popup toggle buttons */ #media__popup_content button.button { @@ -87,7 +92,7 @@ div.notify { .code .st0 { color: #ff0000; } .code .sy0 { color: #66cc66; } -.hidden_with_access_keys { +.a11y { /* No display: none to keep accesskeys working */ margin-left: -10000px !important; margin-top: -10000px !important; -- cgit v1.2.3