mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
Full length fields on the edit link form. Props mt. fixes #6055
git-svn-id: http://svn.automattic.com/wordpress/trunk@7119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5750a43404
commit
372ce0ed9b
@ -1061,6 +1061,12 @@ html, body {
|
|||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#link_name, #link_url, #link_description {
|
||||||
|
font-size: 1.7em;
|
||||||
|
padding: 4px 3px;
|
||||||
|
width: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
#edit-slug-box {
|
#edit-slug-box {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
Loading…
Reference in New Issue
Block a user