mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Fix the tag suggest drop-down list for Press This. Props azaozz. see #7066
git-svn-id: http://svn.automattic.com/wordpress/trunk@8062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d1e50738c7
commit
eeca693b1e
@ -352,20 +352,45 @@ padding: 0;
|
||||
}
|
||||
|
||||
.video_split #extra_fields {
|
||||
width: 27%;
|
||||
height: 300px;
|
||||
float: left;
|
||||
width: 27%;
|
||||
height: 300px;
|
||||
float: left;
|
||||
}
|
||||
#embed_code {
|
||||
border: 0;
|
||||
width: 99%;
|
||||
height: 200px;
|
||||
border: 0;
|
||||
width: 99%;
|
||||
height: 200px;
|
||||
}
|
||||
.video_split .editor_area {
|
||||
width: 70%;
|
||||
float: right;
|
||||
width: 70%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#jaxtag {
|
||||
clear: both;
|
||||
}
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ac_results {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.ac_results li {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ac_match {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user