Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
301
Merge Requests
301
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
d05b3d33
Commit
d05b3d33
authored
Sep 24, 2013
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2016875
by echoz, LewisNyman, rteijeiro, ry5n: Admin navigation list style update.
parent
013669a2
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
27 additions
and
27 deletions
+27
-27
core/misc/icons/bebebe/chevron-disc-left.png
core/misc/icons/bebebe/chevron-disc-left.png
+3
-0
core/misc/icons/bebebe/chevron-disc-left.svg
core/misc/icons/bebebe/chevron-disc-left.svg
+1
-0
core/misc/icons/bebebe/chevron-disc-right.png
core/misc/icons/bebebe/chevron-disc-right.png
+3
-0
core/misc/icons/bebebe/chevron-disc-right.svg
core/misc/icons/bebebe/chevron-disc-right.svg
+1
-0
core/modules/system/css/system.admin.css
core/modules/system/css/system.admin.css
+1
-12
core/themes/seven/images/list-item-rtl.png
core/themes/seven/images/list-item-rtl.png
+0
-4
core/themes/seven/images/list-item.png
core/themes/seven/images/list-item.png
+0
-3
core/themes/seven/style.css
core/themes/seven/style.css
+18
-8
No files found.
core/misc/icons/bebebe/chevron-disc-left.png
0 → 100644
View file @
d05b3d33
176 Bytes
core/misc/icons/bebebe/chevron-disc-left.svg
0 → 100644
View file @
d05b3d33
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
><path
fill=
"#bebebe"
d=
"M8.002 1c-3.868 0-7.002 3.133-7.002 7 0 3.865 3.134 7 7.002 7 3.865 0 7-3.135 7-7 0-3.867-3.135-7-7-7zm2.348 10.482l-.977.977c-.195.193-.514.193-.707 0l-4.108-4.105c-.194-.195-.194-.514 0-.708l4.108-4.105c.193-.194.512-.194.707 0l.979.977c.191.194.191.513 0 .707l-2.422 2.421c-.195.194-.195.515 0 .708l2.419 2.421c.196.19.196.512.001.707z"
/></svg>
core/misc/icons/bebebe/chevron-disc-right.png
0 → 100644
View file @
d05b3d33
178 Bytes
core/misc/icons/bebebe/chevron-disc-right.svg
0 → 100644
View file @
d05b3d33
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
><path
fill=
"#bebebe"
d=
"M8.002 1c-3.868 0-7.002 3.135-7.002 7 0 3.867 3.134 7 7.002 7 3.865 0 7-3.133 7-7 0-3.865-3.135-7-7-7zm3.441 7.357l-4.106 4.104c-.194.191-.514.191-.708 0l-.978-.979c-.194-.193-.194-.518 0-.707l2.423-2.421c.195-.195.195-.514 0-.708l-2.422-2.421c-.194-.194-.194-.513 0-.707l.977-.977c.194-.194.514-.194.708 0l4.106 4.108c.191.194.191.515 0 .708z"
/></svg>
core/modules/system/css/system.admin.css
View file @
d05b3d33
...
...
@@ -14,12 +14,7 @@ div.admin-panel .description {
margin
:
0
0
3px
;
padding
:
2px
0
3px
0
;
}
div
.admin-panel
.body
{
padding
:
0
4px
2px
8px
;
/* LTR */
}
[
dir
=
"rtl"
]
div
.admin-panel
.body
{
padding
:
0
8px
2px
4px
;
}
div
.admin
{
padding-top
:
15px
;
}
...
...
@@ -27,22 +22,16 @@ div.admin {
div
.admin
.left
{
float
:
left
;
/* LTR */
width
:
47%
;
margin-left
:
1em
;
/* LTR */
}
[
dir
=
"rtl"
]
div
.admin
.left
{
float
:
right
;
margin-left
:
0
;
margin-right
:
1em
;
}
div
.admin
.right
{
float
:
right
;
/* LTR */
width
:
47%
;
margin-right
:
1em
;
/* LTR */
}
[
dir
=
"rtl"
]
div
.admin
.right
{
float
:
left
;
margin-left
:
1em
;
margin-right
:
0
;
}
}
div
.admin
.expert-link
{
...
...
core/themes/seven/images/list-item-rtl.png
deleted
100644 → 0
View file @
013669a2
225 Bytes
core/themes/seven/images/list-item.png
deleted
100644 → 0
View file @
013669a2
195 Bytes
core/themes/seven/style.css
View file @
d05b3d33
...
...
@@ -439,13 +439,13 @@ ul.inline li {
ul
.inline
li
{
display
:
inline
;
}
.admin-list
{
ul
.admin-list
{
margin
:
0
;
padding
:
0
;
}
.admin-list
li
{
position
:
relative
;
border-top
:
1px
solid
#
ccc
;
border-top
:
1px
solid
#
bfbfbf
;
margin
:
0
;
list-style-type
:
none
;
list-style-image
:
none
;
...
...
@@ -455,24 +455,34 @@ ul.inline li {
border
:
none
;
}
.admin-list
li
a
{
background
:
url(
images/list-item.png)
no-repeat
9px
11
px
;
/* LTR */
background
:
url(
../../misc/icons/bebebe/chevron-disc-right.svg)
no-repeat
1px
16
px
;
/* LTR */
display
:
block
;
padding
:
9px
9px
9px
39
px
;
/* LTR */
padding
:
14px
15px
14px
25
px
;
/* LTR */
min-height
:
0
;
}
.no-svg
.admin-list
li
a
{
background-image
:
url(../../misc/icons/bebebe/chevron-disc-right.png)
;
/* LTR */
}
[
dir
=
"rtl"
]
.admin-list
li
a
{
background
:
url(images/list-item-rtl.png)
no-repeat
right
11px
;
padding
:
9px
39px
9px
9px
;
background
:
url(../../misc/icons/bebebe/chevron-disc-left.svg)
no-repeat
right
16px
;
padding-right
:
25px
;
padding-left
:
15px
;
}
.no-svg
[
dir
=
"rtl"
]
.admin-list
li
a
{
background-image
:
url(../../misc/icons/bebebe/chevron-disc-left.png)
;
}
.admin-list.compact
li
a
{
background-image
:
none
;
padding
:
2px
19px
;
padding
:
2px
0
;
}
.admin-list
li
a
:hover
,
.admin-list
li
a
:focus
,
.admin-list
li
a
:active
{
text-decoration
:
none
;
}
.admin-list
li
a
.label
{
font-size
:
1.0769em
;
}
.admin-list
li
a
:hover
.label
,
.admin-list
li
a
:focus
.label
,
.admin-list
li
a
:active
.label
{
...
...
@@ -681,7 +691,7 @@ div.description,
margin
:
5px
0
;
line-height
:
1.231em
;
font-size
:
0.923em
;
color
:
#
666
;
color
:
#
555
;
}
ul
.tips
li
{
margin
:
0.25em
0
0.25em
1.5em
;
/* LTR */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment