Skip to content
Snippets Groups Projects
Commit c63739a1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1311490 by skottler: remove dl.multiselect remnants.

parent f123d4e1
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
#node-admin-content dl.multiselect dd .form-item label {
display: block;
float: right;
width: 6em;
font-weight: normal;
}
#node-admin-buttons {
float: right;
margin-left: 0;
margin-right: 0.5em;
clear: left;
}
...@@ -110,11 +110,6 @@ tr.even .form-item, ...@@ -110,11 +110,6 @@ tr.even .form-item,
.item-list .pager li, .item-list .pager li,
.pager-current, .pager-current,
.tips, .tips,
dl.multiselect dd,
dl.multiselect dd .form-item,
dl.multiselect dd select,
dl.multiselect dt,
dl.multiselect .form-item,
ul.primary, ul.primary,
ul.primary li, ul.primary li,
ul.primary li a, ul.primary li a,
......
...@@ -176,13 +176,6 @@ ul.action-links a { ...@@ -176,13 +176,6 @@ ul.action-links a {
background-position: right center; background-position: right center;
} }
/* admin/content and admin/people */
dl.multiselect,
dl.multiselect dt,
dl.multiselect dd {
margin: 0 0 0 10px;
}
/* Update options. */ /* Update options. */
div.admin-options label, div.admin-options label,
div.admin-options div.form-item { div.admin-options div.form-item {
......
...@@ -778,19 +778,6 @@ div.admin-panel h3 { ...@@ -778,19 +778,6 @@ div.admin-panel h3 {
margin-top: 0; margin-top: 0;
} }
/* admin/content and admin/people */
dl.multiselect,
dl.multiselect dt,
dl.multiselect dd {
margin: 0 10px 0 0; /* LTR */
}
dl.multiselect select,
dl.multiselect dd select {
font-size: 0.923em;
background: #fff;
border: 1px solid #ccc;
}
/* Update options. */ /* Update options. */
div.admin-options { div.admin-options {
background: #f8f8f8; background: #f8f8f8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment