2010-12-15 03:36:24 +01:00
|
|
|
#wp-link #link-options {
|
2010-11-18 09:20:19 +01:00
|
|
|
padding: 10px 0 14px;
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
margin: 0 6px 14px;
|
|
|
|
}
|
2010-12-15 03:36:24 +01:00
|
|
|
#wp-link p.howto {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
#wp-link #internal-toggle {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
#wp-link #internal-toggle a {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
2010-11-18 09:20:19 +01:00
|
|
|
#wp-link label input[type="text"] {
|
|
|
|
width: 360px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
#wp-link label span {
|
|
|
|
display: inline-block;
|
|
|
|
width: 80px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
#wp-link .link-search-wrapper {
|
2010-12-15 03:36:24 +01:00
|
|
|
margin: 5px 6px 9px;
|
2010-11-18 09:20:19 +01:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#wp-link .link-search-wrapper span {
|
|
|
|
float: left;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
#wp-link .link-search-wrapper input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
#wp-link .link-search-wrapper img.waiting {
|
|
|
|
margin: 8px 1px 0 4px;
|
|
|
|
float: left;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#wp-link .link-target {
|
|
|
|
width: auto;
|
|
|
|
padding: 3px 0 0;
|
|
|
|
margin: 0 0 0 87px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
#wp-link .query-results {
|
|
|
|
border: 1px #dfdfdf solid;
|
|
|
|
margin: 0 5px 5px;
|
|
|
|
background: #fff;
|
|
|
|
height: 185px;
|
|
|
|
overflow: auto;
|
2010-11-24 07:44:46 +01:00
|
|
|
position: relative;
|
2010-11-18 09:20:19 +01:00
|
|
|
}
|
2010-11-19 06:31:07 +01:00
|
|
|
#wp-link li,
|
|
|
|
#wp-link .query-notice {
|
2010-12-06 17:28:06 +01:00
|
|
|
clear: both;
|
2010-11-18 09:20:19 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
|
color: #333;
|
|
|
|
padding: 4px 6px;
|
|
|
|
cursor: pointer;
|
2010-12-15 04:13:10 +01:00
|
|
|
position: relative;
|
2010-11-18 09:20:19 +01:00
|
|
|
}
|
|
|
|
#wp-link li:hover {
|
|
|
|
background: #eaf2fa;
|
|
|
|
color: #151515;
|
|
|
|
}
|
|
|
|
#wp-link li.unselectable {
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
#wp-link li.unselectable:hover {
|
|
|
|
background: #fff;
|
|
|
|
cursor: auto;
|
|
|
|
color: #333;
|
|
|
|
}
|
2010-11-19 06:31:07 +01:00
|
|
|
#wp-link li.selected {
|
2010-11-18 09:20:19 +01:00
|
|
|
background: #ddd;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
#wp-link li.selected .item-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-12-15 04:13:10 +01:00
|
|
|
#wp-link .item-title {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2010-11-18 09:20:19 +01:00
|
|
|
#wp-link .item-info {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #666;
|
|
|
|
font-size: 11px;
|
2010-12-15 04:13:10 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 4px;
|
|
|
|
bottom: 0;
|
2010-11-18 09:20:19 +01:00
|
|
|
}
|
2010-12-21 21:19:56 +01:00
|
|
|
#wp-link #search-results {
|
2010-11-18 09:20:19 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2010-12-21 21:19:56 +01:00
|
|
|
#wp-link #search-panel {
|
2010-12-15 04:13:10 +01:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2010-11-18 09:20:19 +01:00
|
|
|
#wp-link .river-waiting {
|
|
|
|
display: none;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
#wp-link .river-waiting img.waiting {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#wp-link .submitbox {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
overflow: auto;
|
|
|
|
height: 29px;
|
|
|
|
}
|
|
|
|
#wp-link-cancel {
|
|
|
|
line-height: 25px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#wp-link-update {
|
|
|
|
line-height: 23px;
|
|
|
|
float: right;
|
|
|
|
}
|