Index: modules/book/book.css =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.css,v retrieving revision 1.10 diff -u -8 -p -r1.10 book.css --- modules/book/book.css 4 Jul 2009 14:57:22 -0000 1.10 +++ modules/book/book.css 16 Aug 2009 21:31:39 -0000 @@ -33,17 +33,17 @@ } .book-outline-form .form-item { margin-top: 0; margin-bottom: 0; } html.js #edit-book-pick-book { display: none; } -.form-item-book-bid-wrapper .description { +.book-bid-wrapper .description { clear: both; } #book-admin-edit select { margin-right: 24px; } #book-admin-edit select.progress-disabled { margin-right: 0; } Index: modules/dblog/dblog-rtl.css =================================================================== RCS file: /cvs/drupal/drupal/modules/dblog/dblog-rtl.css,v retrieving revision 1.4 diff -u -8 -p -r1.4 dblog-rtl.css --- modules/dblog/dblog-rtl.css 4 Jul 2009 14:57:22 -0000 1.4 +++ modules/dblog/dblog-rtl.css 16 Aug 2009 21:31:39 -0000 @@ -1,7 +1,7 @@ /* $Id: dblog-rtl.css,v 1.4 2009/07/04 14:57:22 dries Exp $ */ -.form-item-type-wrapper, .form-item-severity-wrapper { +.type-wrapper, .severity-wrapper { float: right; padding-right: 0; padding-left: .8em; } Index: modules/dblog/dblog.css =================================================================== RCS file: /cvs/drupal/drupal/modules/dblog/dblog.css,v retrieving revision 1.6 diff -u -8 -p -r1.6 dblog.css --- modules/dblog/dblog.css 4 Jul 2009 14:57:22 -0000 1.6 +++ modules/dblog/dblog.css 16 Aug 2009 21:31:39 -0000 @@ -1,11 +1,11 @@ /* $Id: dblog.css,v 1.6 2009/07/04 14:57:22 dries Exp $ */ -.form-item-type-wrapper, .form-item-severity-wrapper { +.type-wrapper, .severity-wrapper { float: left; /* LTR */ padding-right: .8em; /* LTR */ margin: 0.1em; /** * In Opera 9, DOM elements with the property of "overflow: auto" * will partially hide its contents with unnecessary scrollbars when * its immediate child is floated without an explicit width set. */ Index: modules/locale/locale.css =================================================================== RCS file: /cvs/drupal/drupal/modules/locale/locale.css,v retrieving revision 1.3 diff -u -8 -p -r1.3 locale.css --- modules/locale/locale.css 4 Jul 2009 14:57:23 -0000 1.3 +++ modules/locale/locale.css 16 Aug 2009 21:31:39 -0000 @@ -1,16 +1,16 @@ /* $Id: locale.css,v 1.3 2009/07/04 14:57:23 dries Exp $ */ .locale-untranslated { font-style: normal; text-decoration: line-through; } -.form-item-language-wrapper, .form-item-translation-wrapper, .form-item-group-wrapper { +.language-wrapper, .translation-wrapper, .group-wrapper { float: left; /* LTR */ padding-right: .8em; /* LTR */ margin: 0.1em; /** * In Opera 9, DOM elements with the property of "overflow: auto" * will partially hide its contents with unnecessary scrollbars when * its immediate child is floated without an explicit width set. */ Index: modules/node/content_types.js =================================================================== RCS file: /cvs/drupal/drupal/modules/node/content_types.js,v retrieving revision 1.5 diff -u -8 -p -r1.5 content_types.js --- modules/node/content_types.js 4 Jul 2009 14:57:23 -0000 1.5 +++ modules/node/content_types.js 16 Aug 2009 21:31:39 -0000 @@ -1,21 +1,21 @@ // $Id: content_types.js,v 1.5 2009/07/04 14:57:23 dries Exp $ (function ($) { Drupal.behaviors.contentTypes = { attach: function () { if ($('#edit-type').val() == $('#edit-name').val().toLowerCase().replace(/[^a-z0-9]+/g, '_').replace(/_+/g, '_') || $('#edit-type').val() == '') { - $('.form-item-type-wrapper').hide(); + $('.type-wrapper').hide(); $('#edit-name').keyup(function () { var machine = $(this).val().toLowerCase().replace(/[^a-z0-9]+/g, '_').replace(/_+/g, '_'); if (machine != '_' && machine != '') { $('#edit-type').val(machine); $('#node-type-name-suffix').empty().append(' Machine name: ' + machine + ' [').append($('' + Drupal.t('Edit') + '').click(function () { - $('.form-item-type-wrapper').show(); + $('.type-wrapper').show(); $('#node-type-name-suffix').hide(); $('#edit-name').unbind('keyup'); return false; })).append(']'); } else { $('#edit-type').val(machine); $('#node-type-name-suffix').text(''); Index: modules/openid/openid.css =================================================================== RCS file: /cvs/drupal/drupal/modules/openid/openid.css,v retrieving revision 1.7 diff -u -8 -p -r1.7 openid.css --- modules/openid/openid.css 4 Jul 2009 14:57:23 -0000 1.7 +++ modules/openid/openid.css 16 Aug 2009 21:31:39 -0000 @@ -1,21 +1,21 @@ /* $Id: openid.css,v 1.7 2009/07/04 14:57:23 dries Exp $ */ #edit-openid-identifier { background-image: url("login-bg.png"); background-position: 0% 50%; background-repeat: no-repeat; padding-left: 20px; } -div.form-item-openid-identifier-wrapper { +div.openid-identifier-wrapper { display: block; } -html.js #user-login-form div.form-item-openid-identifier-wrapper, -html.js #user-login div.form-item-openid-identifier-wrapper { +html.js #user-login-form div.openid-identifier-wrapper, +html.js #user-login div.openid-identifier-wrapper { display: none; } html.js #user-login-form li.openid-link, html.js #user-login li.openid-link { display : block; list-style: none; } #user-login-form ul { @@ -32,9 +32,9 @@ html.js #user-login li.openid-link { #user-login li.openid-link, #user-login li.user-link { display: none; } #user-login-form li.openid-link a, #user-login li.openid-link a { background: transparent url("login-bg.png") no-repeat 0 2px; padding: 0 20px; -} \ No newline at end of file +} Index: modules/openid/openid.js =================================================================== RCS file: /cvs/drupal/drupal/modules/openid/openid.js,v retrieving revision 1.11 diff -u -8 -p -r1.11 openid.js --- modules/openid/openid.js 4 Jul 2009 14:57:23 -0000 1.11 +++ modules/openid/openid.js 16 Aug 2009 21:31:39 -0000 @@ -1,15 +1,15 @@ // $Id: openid.js,v 1.11 2009/07/04 14:57:23 dries Exp $ (function ($) { Drupal.behaviors.openid = { attach: function (context) { - var loginElements = $('.form-item-name-wrapper, .form-item-pass-wrapper, li.openid-link'); - var openidElements = $('.form-item-openid-identifier-wrapper, li.user-link'); + var loginElements = $('#user-login-form .name-wrapper, #user-login-form .pass-wrapper, #user-login-form li.openid-link, #user-login .name-wrapper, #user-login .pass-wrapper, #user-login li.openid-link'); + var openidElements = $('#user-login-form .openid-identifier-wrapper, #user-login-form li.user-link, #user-login .openid-identifier-wrapper, #user-login li.user-link'); // This behavior attaches by ID, so is only valid once on a page. if (!$('#edit-openid-identifier.openid-processed').size() && $('#edit-openid-identifier').val()) { $('#edit-openid-identifier').addClass('openid-processed'); loginElements.hide(); // Use .css('display', 'block') instead of .show() to be Konqueror friendly. openidElements.css('display', 'block'); }