==== /var/www/d8-dev/core/modules/image/css/image.admin.css : 5 ERRORS ==== +--------------------------------------------------+--------------------+---------------------+ | Rule | LTR | MISSING RTL | +--------------------------------------------------+--------------------+---------------------+ | .image-style-preview .preview-image-wrapper | float: left; | float: right; | | .image-style-preview .preview-image .width | left: -1px; | right: -1px; | | .image-style-preview .preview-image .height | border-left: none; | border-right: none; | | .image-style-preview .preview-image .height | right: -6px; | left: -6px; | | .image-style-preview .preview-image .height span | left: 10px; | right: 10px; | +--------------------------------------------------+--------------------+---------------------+ ==== /var/www/d8-dev/core/modules/quickedit/css/quickedit.icons.css : 3 ERRORS ==== +--------------------------------+-----------------------------------+------------------------------------+ | Rule | LTR | MISSING RTL | +--------------------------------+-----------------------------------+------------------------------------+ | .quickedit .icon-pencil | margin-left: .5em; | margin-right: .5em; | | .quickedit .icon-pencil | padding-left: 1.5em; | padding-right: 1.5em; | | .quickedit .icon-pencil:before | background-position: left center; | background-position: right center; | +--------------------------------+-----------------------------------+------------------------------------+ ==== /var/www/d8-dev/core/modules/locale/css/locale.admin.css : 2 ERRORS ==== +------------------------------------------------+---------------------+----------------------+ | Rule | LTR | MISSING RTL | +------------------------------------------------+---------------------+----------------------+ | #locale-translation-status-form .expand .inner | margin-left: -12px; | margin-right: -12px; | | #locale-translation-status-form .expand .inner | padding-left: 12px; | padding-right: 12px; | +------------------------------------------------+---------------------+----------------------+ ==== /var/www/d8-dev/core/modules/views_ui/css/views_ui.contextual.css : 5 ERRORS ==== +------------------------------------+-------------------------------+-------------------------------+ | Rule | LTR | MISSING RTL | +------------------------------------+-------------------------------+-------------------------------+ | #views-live-preview div.contextual | right: auto; | left: auto; | | div.contextual ul.contextual-links | border-radius: 0 4px 4px 4px; | border-radius: 4px 0 4px 4px; | | div.contextual ul.contextual-links | right: auto; | left: auto; | | ul.contextual-links li span | padding-right: 0.1667em; | padding-left: 0.1667em; | | ul.contextual-links li a | padding-left: 1em; | padding-right: 1em; | +------------------------------------+-------------------------------+-------------------------------+ ==== /var/www/d8-dev/core/modules/views_ui/css/views_ui.admin.css : 8 ERRORS ==== +------------------------------------+-----------------------+----------------------+ | Rule | LTR | MISSING RTL | +------------------------------------+-----------------------+----------------------+ | .views-admin dir | padding-left: 0; | padding-right: 0; | | .views-left-25 | float: left; | float: right; | | .views-left-30 | float: left; | float: right; | | .views-left-40 | float: left; | float: right; | | .views-right-70 | float: right; | float: left; | | .views-displays .secondary > li | border-right: 0 none; | border-left: 0 none; | | @media screen and (min-width:45em) | float: left; | float: right; | | @media screen and (min-width:45em) | margin-left: 2%; | margin-right: 2%; | +------------------------------------+-----------------------+----------------------+ ==== /var/www/d8-dev/core/modules/views_ui/css/views_ui.admin.theme.css : 28 ERRORS ==== +----------------------------------------------------------------------------------+-----------------------------------------------+------------------------------------------------+ | Rule | LTR | MISSING RTL | +----------------------------------------------------------------------------------+-----------------------------------------------+------------------------------------------------+ | .views-admin span.icon | float: left; | float: right; | | .views-admin a.icon.add | background-position: center 3px, left top; | background-position: center 3px, right top; | | .views-admin a.icon.delete | background-position: center -52px, left top; | background-position: center -52px, right top; | | .views-admin a.icon.rearrange | background-position: center -111px, left top; | background-position: center -111px, right top; | | #views-add-group | float: right; | float: left; | | .exposed-description | float: left; | float: right; | | .exposed-description | padding-right: 10px; | padding-left: 10px; | | .views-display-top .secondary | margin-right: 18em; | margin-left: 18em; | | .views-display-top .secondary > li | margin-right: 6px; | margin-left: 6px; | | .views-display-top .secondary > li | padding-left: 0; | padding-right: 0; | | .views-display-top .secondary > li:last-child | margin-right: 0; | margin-left: 0; | | .views-displays .tabs.secondary | margin-right: 200px; | margin-left: 200px; | | .views-displays .tabs.secondary li | margin: 0 5px 0 6px; | margin: 0 6px 0 5px; | | .views-displays .tabs.secondary li.tabs__tab:hover | padding-left: 0; | padding-right: 0; | | #views-ui-preview-form .form-type-checkbox | margin-left: 2px; | margin-right: 2px; | | #views-ui-preview-form .form-type-textfield | margin-left: 14px; | margin-right: 14px; | | #views-ui-preview-form .form-type-textfield label | float: left; | float: right; | | #views-ui-preview-form .form-type-textfield label | margin-right: 0.75em; | margin-left: 0.75em; | | #edit-displays-preview-controls .details-wrapper > * | float: left; | float: right; | | #edit-displays-preview-controls .form-type-textfield label | border-left: 1px solid #999; | border-right: 1px solid #999; | | #edit-displays-preview-controls .form-type-textfield label | padding-left: 1em; | padding-right: 1em; | | #edit-displays-preview-controls .form-type-textfield label ~ * | margin-left: 105px; | margin-right: 105px; | | .views-ui-dialog details .item-list | padding-left: 2em; | padding-right: 2em; | | #views-ui-rearrange-filter-form tr[id^="views-row"] | border-right: 1px solid #cdcdcd; | border-left: 1px solid #cdcdcd; | | .form-item-options-expose-description | margin-left: 18px; | margin-right: 18px; | | .js .dropbutton-wrapper .dropbutton .dropbutton-action > .ajax-progress-throbber | right: -5px; | left: -5px; | | .views-display-top .dropbutton-wrapper | right: 12px; | left: 12px; | | .views-ui-display-tab-actions .dropbutton-wrapper input | padding-left: 12px; | padding-right: 12px; | +----------------------------------------------------------------------------------+-----------------------------------------------+------------------------------------------------+ ==== /var/www/d8-dev/core/modules/ckeditor/css/ckeditor.admin.css : 1 ERRORS ==== +---------------------+-------------------------------------------------+--------------------------------------------------+ | Rule | LTR | MISSING RTL | +---------------------+-------------------------------------------------+--------------------------------------------------+ | .ckeditor-separator | box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); | box-shadow: -1px 0 1px rgba(255, 255, 255, 0.5); | +---------------------+-------------------------------------------------+--------------------------------------------------+ ==== /var/www/d8-dev/core/modules/update/css/update.admin.css : 1 ERRORS ==== +--------------+-----------------+-----------------+ | Rule | LTR | MISSING RTL | +--------------+-----------------+-----------------+ | .new-version | direction: ltr; | direction: rtl; | +--------------+-----------------+-----------------+ ==== /var/www/d8-dev/core/modules/config_translation/css/config_translation.admin.css : 1 ERRORS ==== +-----------------------------------+--------------+---------------+ | Rule | LTR | MISSING RTL | +-----------------------------------+--------------+---------------+ | @media all and (min-width: 851px) | float: left; | float: right; | +-----------------------------------+--------------+---------------+ ==== /var/www/d8-dev/core/modules/shortcut/css/shortcut.theme.css : 3 ERRORS ==== +-------------------------------------------------+---------------------+----------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------+---------------------+----------------------+ | .toolbar .toolbar-tray-vertical .edit-shortcuts | text-align: right; | text-align: left; | | .add-or-remove-shortcuts | margin-left: 0.3em; | margin-right: 0.3em; | | .add-or-remove-shortcuts .text | margin-left: 0.3em; | margin-right: 0.3em; | +-------------------------------------------------+---------------------+----------------------+ ==== /var/www/d8-dev/core/modules/field_ui/css/field_ui.admin.css : 5 ERRORS ==== +--------------------------------------------------------+---------------------+--------------------+ | Rule | LTR | MISSING RTL | +--------------------------------------------------------+---------------------+--------------------+ | .field-ui-overview .field-plugin-summary | float: left; | float: right; | | .field-ui-overview .field-plugin-summary-cell .warning | float: left; | float: right; | | .field-ui-overview .field-plugin-summary-cell .warning | margin-right: .5em; | margin-left: .5em; | | .field-ui-overview .field-plugin-settings-edit-wrapper | float: right; | float: left; | | .field-ui-overview .field-plugin-settings-edit | float: right; | float: left; | +--------------------------------------------------------+---------------------+--------------------+ ==== /var/www/d8-dev/core/modules/system/css/system.module.css : 2 ERRORS ==== +-----------------------------------+--------------------------------+--------------------------------+ | Rule | LTR | MISSING RTL | +-----------------------------------+--------------------------------+--------------------------------+ | .touch a.tabledrag-handle .handle | background-position: 40% 19px; | background-position: 60% 19px; | | .ajax-progress-fullscreen | left: 49%; | right: 49%; | +-----------------------------------+--------------------------------+--------------------------------+ ==== /var/www/d8-dev/core/modules/system/css/system.diff.css : 4 ERRORS ==== +---------------------------+-------------------------+------------------------+ | Rule | LTR | MISSING RTL | +---------------------------+-------------------------+------------------------+ | .diff-inline-legend label | margin-right: 5px; | margin-left: 5px; | | td.diff-prevlink | text-align: left; | text-align: right; | | td.diff-nextlink | text-align: right; | text-align: left; | | table.diff th | padding-right: inherit; | padding-left: inherit; | +---------------------------+-------------------------+------------------------+ ==== /var/www/d8-dev/core/modules/system/css/system.maintenance.css : 1 ERRORS ==== +--------------------------------------------------+----------------------------+----------------------------+ | Rule | LTR | MISSING RTL | +--------------------------------------------------+----------------------------+----------------------------+ | #edit-connection-settings-change-connection-type | margin: 2.6em 0.5em 0 1em; | margin: 2.6em 1em 0 0.5em; | +--------------------------------------------------+----------------------------+----------------------------+ ==== /var/www/d8-dev/core/modules/system/css/system.theme.css : 8 ERRORS ==== +-------------------------------------------------------------------+-----------------------+----------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------------------------+-----------------------+----------------------+ | .form-type-checkbox .description | margin-left: 2.4em; | margin-right: 2.4em; | | .collapse-processed > summary:before | float: left; | float: right; | | .progress__bar | margin-left: -1px; | margin-right: -1px; | | ul.links.inline | padding-left: 0; | padding-right: 0; | | .field-label-inline .field-items | float: left; | float: right; | | .field-label-inline .field-items | padding-right: 0.5em; | padding-left: 0.5em; | | form .field-multiple-table .field-multiple-drag | padding-right: 0; | padding-left: 0; | | form .field-multiple-table .field-multiple-drag .tabledrag-handle | padding-right: .5em; | padding-left: .5em; | +-------------------------------------------------------------------+-----------------------+----------------------+ ==== /var/www/d8-dev/core/modules/system/css/system.admin.css : 6 ERRORS ==== +-------------------------------------+---------------------+---------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------+---------------------+---------------------+ | #system-modules td | padding-left: 0px; | padding-right: 0px; | | @media screen and (min-width: 45em) | float: left; | float: right; | | @media screen and (min-width: 45em) | margin: 0 20px 0 0; | margin: 0 0 0 20px; | | @media screen and (min-width: 60em) | float: left; | float: right; | | @media screen and (min-width: 60em) | margin: 0 20px 0 0; | margin: 0 0 0 20px; | | #system-themes-admin-form | clear: left; | clear: right; | +-------------------------------------+---------------------+---------------------+ ==== /var/www/d8-dev/core/modules/node/css/node.preview.css : 1 ERRORS ==== +------------------------------------------+-------------------+--------------------+ | Rule | LTR | MISSING RTL | +------------------------------------------+-------------------+--------------------+ | @media only screen and (min-width: 36em) | margin-left: 25%; | margin-right: 25%; | +------------------------------------------+-------------------+--------------------+ ==== /var/www/d8-dev/core/modules/node/css/node.module.css : 7 ERRORS ==== +-------------------------------------------------------------------+---------------------+--------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------------------------+---------------------+--------------------+ | (orientation: landscape) and (min-device-height: 780px) | float: left; | float: right; | | (orientation: landscape) and (min-device-height: 780px) | padding-right: 2em; | padding-left: 2em; | | .layout-region-node-footer | float: left; | float: right; | | .layout-region-node-footer | padding-right: 2em; | padding-left: 2em; | | .layout-region-node-secondary | float: right; | float: left; | | @media screen and (max-width: 1020px) | padding-right: 0; | padding-left: 0; | | .toolbar-vertical.toolbar-tray-open .layout-region-node-secondary | padding-right: 0; | padding-left: 0; | +-------------------------------------------------------------------+---------------------+--------------------+ ==== /var/www/d8-dev/core/modules/toolbar/css/toolbar.icons.css : 5 ERRORS ==== +--------------------------------------------+-----------------------------------+------------------------------------+ | Rule | LTR | MISSING RTL | +--------------------------------------------+-----------------------------------+------------------------------------+ | @media only screen and (min-width: 16.5em) | margin-right: 0; | padding-right: 0; | | .toolbar .toolbar-bar .toolbar-icon | margin-right: 0; | padding-right: 0; | | @media only screen and (min-width: 36em) | background-position: left center; | background-position: right center; | | @media only screen and (min-width: 36em) | padding-left: 2.75em; | padding-right: 2.75em; | | @media only screen and (min-width: 36em) | padding-right: 1.3333em; | padding-left: 1.3333em; | +--------------------------------------------+-----------------------------------+------------------------------------+ ==== /var/www/d8-dev/core/modules/toolbar/css/toolbar.module.css : 2 ERRORS ==== +-------------------------------------------------------------------+--------------+---------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------------------------+--------------+---------------+ | @media (min-width:16.5em) | float: left; | float: right; | | .toolbar-oriented .toolbar-tray-vertical > .toolbar-lining:before | left: 0; | right: 0; | +-------------------------------------------------------------------+--------------+---------------+ ==== /var/www/d8-dev/core/modules/color/css/color.admin.css : 3 ERRORS ==== +------------------------------------------+---------------+---------------+ | Rule | LTR | MISSING RTL | +------------------------------------------+---------------+---------------+ | @media screen and (min-width: 37.5625em) | float: right; | float: left; | | .js #preview | float: left; | float: right; | | .js[dir="rtl"] #preview | float: right; | float: left; | +------------------------------------------+---------------+---------------+ ==== /var/www/d8-dev/core/modules/block/css/block.admin.css : 6 ERRORS ==== +-----------------------------------------------------------+---------------------+--------------------+ | Rule | LTR | MISSING RTL | +-----------------------------------------------------------+---------------------+--------------------+ | a.block-demo-backlink:visited | left: 20px; | right: 20px; | | (orientation: landscape) and (min-device-height: 780px) | float: left; | float: right; | | (orientation: landscape) and (min-device-height: 780px) | padding-right: 2em; | padding-left: 2em; | | .block-list-primary | padding-right: 2em; | padding-left: 2em; | | @media screen and (max-width: 1020px) | padding-right: 0; | padding-left: 0; | | .toolbar-vertical.toolbar-tray-open .block-list-secondary | padding-right: 0; | padding-left: 0; | +-----------------------------------------------------------+---------------------+--------------------+ ==== /var/www/d8-dev/core/modules/tour/css/tour.module.css : 12 ERRORS ==== +-------------------------------------------+-------------------------------+-------------------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------+-------------------------------+-------------------------------+ | .joyride-tip-guide | left: 0; | right: 0; | | .joyride-tip-guide | padding: 1em 1em 1.5em 1.5em; | padding: 1em 1.5em 1.5em 1em; | | .joyride-content-wrapper | padding-right: 1em; | padding-left: 1em; | | @media only screen and (max-width: 767px) | left: 2.5%; | right: 2.5%; | | .joyride-tip-guide | left: 2.5%; | right: 2.5%; | | .joyride-tip-guide .joyride-nub | left: 22px; | right: 22px; | | .joyride-tip-guide .joyride-nub.right | left: auto; | right: auto; | | .joyride-tip-guide .joyride-nub.right | right: -28px; | left: -28px; | | .joyride-tip-guide .joyride-nub.left | left: -28px; | right: -28px; | | .joyride-tip-guide .joyride-nub.left | right: auto; | left: auto; | | .joyride-timer-indicator-wrap | right: 17px; | left: 17px; | | .joyride-modal-bg | left: 0; | right: 0; | +-------------------------------------------+-------------------------------+-------------------------------+ ==== /var/www/d8-dev/core/modules/views/css/views.module.css : 4 ERRORS ==== +-----------------------------+--------------------+--------------------+ | Rule | LTR | MISSING RTL | +-----------------------------+--------------------+--------------------+ | .views-align-left | text-align: left; | text-align: right; | | .views-align-right | text-align: right; | text-align: left; | | .views-view-grid .views-col | float: left; | float: right; | | .views-view-grid .views-row | float: left; | float: right; | +-----------------------------+--------------------+--------------------+ ==== /var/www/d8-dev/core/misc/dialog.theme.css : 1 ERRORS ==== +------------------------------------+------------+-------------+ | Rule | LTR | MISSING RTL | +------------------------------------+------------+-------------+ | .ui-dialog .ajax-progress-throbber | left: 49%; | right: 49%; | +------------------------------------+------------+-------------+ ==== /var/www/d8-dev/core/misc/dropbutton/dropbutton.css : 4 ERRORS ==== +--------------------------------------------------------+---------------------+---------------------+ | Rule | LTR | MISSING RTL | +--------------------------------------------------------+---------------------+---------------------+ | .form-actions .dropbutton-wrapper | float: left; | float: right; | | .js .dropbutton-multiple .dropbutton-widget | padding-right: 2em; | padding-left: 2em; | | .js[dir="rtl"] .dropbutton-multiple .dropbutton-widget | padding-right: 0; | padding-right: 2em; | | .dropbutton-arrow | right: 40%; | left: 40%; | +--------------------------------------------------------+---------------------+---------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/views-ui.css : 8 ERRORS ==== +---------------------------------------------------------+----------------------------+---------------------------+ | Rule | LTR | MISSING RTL | +---------------------------------------------------------+----------------------------+---------------------------+ | #edit-displays-preview-controls .form-submit | margin-right: 1em; | margin-left: 1em; | | .form-item-options-expose-description | margin-left: 1.5em; | margin-right: 1.5em; | | .views-display-top ul.secondary | float: left; | float: right; | | .views-displays .secondary .action-list li:first-child | border-radius: 0 7px 0 0; | border-radius: 7px 0 0 0; | | .views-ui-display-tab-bucket .links li + li | margin-left: 3px; | margin-right: 3px; | | #views-ui-rearrange-filter-form tr td:last-child | border-right: medium none; | border-left: medium none; | | .views-query-info table tr td:last-child | border-right: 0 none; | border-left: 0 none; | | .filterable-option .form-item.form-type-checkbox | padding-left: 4px; | padding-right: 4px; | +---------------------------------------------------------+----------------------------+---------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/admin-panel.css : 1 ERRORS ==== +-----------------------+--------------+---------------+ | Rule | LTR | MISSING RTL | +-----------------------+--------------+---------------+ | div.admin-panel .body | clear: left; | clear: right; | +-----------------------+--------------+---------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/buttons.theme.css : 2 ERRORS ==== +-----------------------+-----------------------+-----------------------+ | Rule | LTR | MISSING RTL | +-----------------------+-----------------------+-----------------------+ | .button-action:before | margin-left: -0.2em; | margin-right: -0.2em; | | .button-action:before | padding-right: 0.2em; | padding-left: 0.2em; | +-----------------------+-----------------------+-----------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/form.css : 3 ERRORS ==== +-------------------------------------------------------+---------------------------------+---------------------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------------+---------------------------------+---------------------------------+ | textarea.form-textarea | padding: .3em .4em .3em .5em; | padding: .3em .5em .3em .4em; | | .form-item .password-suggestions | clear: left; | clear: right; | | @media screen and (-webkit-min-device-pixel-ratio: 0) | padding: 1px 1.571em 1px 0.5em; | padding: 1px 0.5em 1px 1.571em; | +-------------------------------------------------------+---------------------------------+---------------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/jquery.ui.theme.css : 2 ERRORS ==== +--------------------------+------------------------+------------------------+ | Rule | LTR | MISSING RTL | +--------------------------+------------------------+------------------------+ | .ui-widget p .ui-icon | margin: 2px 3px 0 0; | margin: 2px 0 0 3px; | | .ui-tabs .ui-tabs-nav li | padding: 0 1em 0 10px; | padding: 0 10px 0 1em; | +--------------------------+------------------------+------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/tour.theme.css : 2 ERRORS ==== +---------------------------------------+----------------------------------+----------------------------------+ | Rule | LTR | MISSING RTL | +---------------------------------------+----------------------------------+----------------------------------+ | .joyride-tip-guide .joyride-nub.right | border-right-color: transparent; | border-left-color: transparent; | | .joyride-tip-guide .joyride-nub.left | border-left-color: transparent; | border-right-color: transparent; | +---------------------------------------+----------------------------------+----------------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/dropbutton.component.css : 3 ERRORS ==== +---------------------------------------------+---------------------------+---------------------------+ | Rule | LTR | MISSING RTL | +---------------------------------------------+---------------------------+---------------------------+ | .js .dropbutton .dropbutton-action > button | text-align: left; | text-align: right; | | .js .dropbutton-action.last | border-radius: 0 0 0 1em; | border-radius: 0 0 1em 0; | | .dropbutton-arrow | right: 35%; | left: 35%; | +---------------------------------------------+---------------------------+---------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/dialog.theme.css : 2 ERRORS ==== +--------------------------------------+--------------+-------------+ | Rule | LTR | MISSING RTL | +--------------------------------------+--------------+-------------+ | .ui-dialog .ui-dialog-titlebar-close | right: 20px; | left: 20px; | | .ui-dialog .ajax-progress-throbber | left: 49%; | right: 49%; | +--------------------------------------+--------------+-------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/pager.css : 1 ERRORS ==== +---------------+--------------------------------+--------------------------------+ | Rule | LTR | MISSING RTL | +---------------+--------------------------------+--------------------------------+ | .pager__items | margin: 0.25em 0 0.25em 1.5em; | margin: 0.25em 1.5em 0.25em 0; | +---------------+--------------------------------+--------------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/components/tabs.css : 19 ERRORS ==== +-------------------------------------------+-------------------------------------+--------------------------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------+-------------------------------------+--------------------------------------+ | .tabs__tab | padding: 9px 2em 7px 1em; | padding: 9px 1em 7px 2em; | | li.tabs__tab a | padding: 9px 2em 7px 1em; | padding: 9px 1em 7px 2em; | | .tabs.primary .tabs__tab.active | border-radius: 4px 0 0 0; | border-radius: 0 4px 0 0; | | .is-collapse-enabled .tabs__trigger | right: 0; | left: 0; | | .is-collapse-enabled .tabs__trigger | left: auto; | right: auto; | | .is-collapse-enabled .tabs__trigger | border-left: 0; | border-right: 0; | | .is-collapse-enabled .tabs__trigger | border-radius: 0 4px 0 0; | border-radius: 4px 0 0 0; | | .is-collapse-enabled .tabs__tab.active | left: 0; | right: 0; | | .is-horizontal .tabs__tab | float: left; | float: right; | | .is-horizontal .tabs__tab + .tabs__tab | margin-left: -1px; | margin-right: -1px; | | .tabs.secondary .tabs__tab | padding: 5px 15px 5px 16px; | padding: 5px 16px 5px 15px; | | .tabs.secondary .tabs__tab | margin-left: -1px; | margin-right: -1px; | | .tabs.secondary .tabs__tab.active | border-left: 2px solid #004f80; | border-right: 2px solid #004f80; | | .tabs.secondary .tabs__tab.active | padding-left: 15px; | padding-right: 15px; | | .tabs.secondary .tabs__tab:focus | border-left: 2px solid #008ee6; | border-right: 2px solid #008ee6; | | .tabs.secondary .tabs__tab:focus | padding-left: 15px; | padding-right: 15px; | | .is-horizontal .tabs.secondary .tabs__tab | float: left; | float: right; | | .is-horizontal .tabs.secondary .tabs__tab | border-left: 1px solid transparent; | border-right: 1px solid transparent; | | .is-horizontal .tabs.secondary .tabs__tab | border-right-color: transparent; | border-left-color: transparent; | +-------------------------------------------+-------------------------------------+--------------------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/theme/install-page.css : 2 ERRORS ==== +---------------------------------------------+-----------------------------------------+------------------------------------------+ | Rule | LTR | MISSING RTL | +---------------------------------------------+-----------------------------------------+------------------------------------------+ | .install-background | background-position: left top, 50% 50%; | background-position: right top, 50% 50%; | | .install-configure-form .form-type-password | float: left; | float: right; | +---------------------------------------------+-----------------------------------------+------------------------------------------+ ==== /var/www/d8-dev/core/themes/seven/css/theme/maintenance-page.css : 1 ERRORS ==== +-------------------------+-----------------------------------------+------------------------------------------+ | Rule | LTR | MISSING RTL | +-------------------------+-----------------------------------------+------------------------------------------+ | .maintenance-background | background-position: left top, 50% 50%; | background-position: right top, 50% 50%; | +-------------------------+-----------------------------------------+------------------------------------------+ ==== /var/www/d8-dev/core/themes/bartik/css/ckeditor-iframe.css : 1 ERRORS ==== +----------------------------------+-------------------+--------------------+ | Rule | LTR | MISSING RTL | +----------------------------------+-------------------+--------------------+ | .caption-blockquote > figcaption | text-align: left; | text-align: right; | +----------------------------------+-------------------+--------------------+ ==== /var/www/d8-dev/core/themes/bartik/css/style.css : 26 ERRORS ==== +-------------------------------------------------------------+------------------------------+-------------------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------------------------------+------------------------------+-------------------------------+ | blockquote | border-left: 1px solid #bbb; | border-right: 1px solid #bbb; | | blockquote:before | margin-right: 0.2em; | margin-left: 0.2em; | | table ul.links li | padding: 0 1em 0 0; | padding: 0 0 0 1em; | | .pager__item--previous | padding: 10px 10px 10px 0; | padding: 10px 0 10px 10px; | | .pager__item--next | padding: 10px 0 10px 10px; | padding: 10px 10px 10px 0; | | .skip-link.visually-hidden.focusable | left: 50%; | right: 50%; | | .skip-link.visually-hidden.focusable | margin-left: -5.25em; | margin-right: -5.25em; | | body:not(:target) .region-primary-menu .menu-toggle:after | right: 10px; | left: 10px; | | .node__links | text-align: right; | text-align: left; | | #triptych .block ol | padding-left: 0; | padding-right: 0; | | #triptych-last #block-node-syndicate | text-align: right; | text-align: left; | | #triptych-last #block-system-powered-by | text-align: right; | text-align: left; | | #footer-columns .content ul | margin-left: 0; | margin-right: 0; | | .tabs ul.primary li a | float: left; | float: right; | | .filter-wrapper .form-item label | margin-right: 10px; | margin-left: 10px; | | .form-type-checkbox label | margin-left: 4px; | margin-right: 4px; | | .form-type-checkbox .description | margin-left: 2px; | margin-right: 2px; | | ul.vertical-tabs-list | margin: -1px 0 -1px -15em; | margin: -1px -15em -1px 0; | | #block-search-form .form-item-search-block-form input | margin-right: 5px; | margin-left: 5px; | | ol.search-results | padding-left: 0; | padding-right: 0; | | .search-results .search-snippet-info | padding-left: 0; | padding-right: 0; | | .caption-blockquote > figcaption | text-align: left; | text-align: right; | | .path-admin #content img | margin-right: 15px; | margin-left: 15px; | | div.admin-panel .description | margin: 0 0 14px 7px; | margin: 0 7px 14px 0; | | .views-displays .region-content .secondary | padding-left: 0; | padding-right: 0; | | .views-ui-display-tab-actions .dropbutton input.form-submit | margin-right: 0; | margin-left: 0; | +-------------------------------------------------------------+------------------------------+-------------------------------+ ==== /var/www/d8-dev/core/themes/bartik/css/layout.css : 1 ERRORS ==== +----------------------------------------------------------+--------------+---------------+ | Rule | LTR | MISSING RTL | +----------------------------------------------------------+--------------+---------------+ | @media all and (min-width: 560px) and (max-width: 850px) | float: left; | float: right; | +----------------------------------------------------------+--------------+---------------+ ==== /var/www/d8-dev/core/themes/bartik/css/maintenance-page.css : 2 ERRORS ==== +-------------------------------------+----------------------+----------------------+ | Rule | LTR | MISSING RTL | +-------------------------------------+----------------------+----------------------+ | .maintenance-page #content .section | padding: 0 0 0 10px; | padding: 0 10px 0 0; | | .maintenance-page #name-and-slogan | margin-left: 0; | margin-right: 0; | +-------------------------------------+----------------------+----------------------+ ==== /var/www/d8-dev/core/themes/bartik/color/preview.css : 10 ERRORS ==== +------------------------------------------------+--------------------------------+--------------------------------+ | Rule | LTR | MISSING RTL | +------------------------------------------------+--------------------------------+--------------------------------+ | #preview-logo | float: left; | float: right; | | #preview-logo | padding: 15px 15px 15px 10px; | padding: 15px 10px 15px 15px; | | #preview-site-name | margin-left: 15px; | margin-right: 15px; | | #preview-content | float: left; | float: right; | | #preview-sidebar | margin-left: 15px; | margin-right: 15px; | | #preview-content | margin-left: 30px; | margin-right: 30px; | | #preview-footer-wrapper .preview-footer-column | float: left; | float: right; | | #preview-footer-columns .preview-content ul | margin-left: 0; | margin-right: 0; | | #preview-footer-columns .preview-content ul | padding-left: 0; | padding-right: 0; | | #preview-footer-columns .preview-content li a | padding: 0.8em 2px 0.8em 20px; | padding: 0.8em 20px 0.8em 2px; | +------------------------------------------------+--------------------------------+--------------------------------+ ==== /var/www/d8-dev/core/themes/stark/css/layout.css : 3 ERRORS ==== +----------------------------------------------------------+---------------+---------------+ | Rule | LTR | MISSING RTL | +----------------------------------------------------------+---------------+---------------+ | @media all and (min-width: 480px) and (max-width: 959px) | float: right; | float: left; | | @media all and (min-width: 960px) | float: left; | float: right; | | @media all and (min-width: 960px) | left: 20%; | right: 20%; | +----------------------------------------------------------+---------------+---------------+