Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
c63739a1
Commit
c63739a1
authored
13 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#1311490
by skottler: remove dl.multiselect remnants.
parent
f123d4e1
Loading
Loading
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
modules/node/node-rtl.css
+0
-14
0 additions, 14 deletions
modules/node/node-rtl.css
themes/seven/reset.css
+0
-5
0 additions, 5 deletions
themes/seven/reset.css
themes/seven/style-rtl.css
+0
-7
0 additions, 7 deletions
themes/seven/style-rtl.css
themes/seven/style.css
+0
-13
0 additions, 13 deletions
themes/seven/style.css
with
0 additions
and
39 deletions
modules/node/node-rtl.css
deleted
100644 → 0
+
0
−
14
View file @
f123d4e1
#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
;
}
This diff is collapsed.
Click to expand it.
themes/seven/reset.css
+
0
−
5
View file @
c63739a1
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
themes/seven/style-rtl.css
+
0
−
7
View file @
c63739a1
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
themes/seven/style.css
+
0
−
13
View file @
c63739a1
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment