mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Shortcuts drop-down
git-svn-id: https://develop.svn.wordpress.org/trunk@9003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+44
-7
@@ -1579,13 +1579,6 @@ p.search-box .button, #widget-search .button {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
p.favorite-actions {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 52px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#posts-filter fieldset {
|
||||
float: left;
|
||||
margin: 0 1.5ex 1em 0;
|
||||
@@ -2497,3 +2490,47 @@ abbr.required {
|
||||
.find-box-search label {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
/* favorite-actions */
|
||||
#favorite-actions {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 55px;
|
||||
width: 130px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#favorite-first {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.favorite-action {
|
||||
margin: -3px 0 0;
|
||||
padding: 4px 8px;
|
||||
border-width: 1px;
|
||||
border-top-width: 3px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 0 0 4px 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-khtml-border-bottom-right-radius: 4px;
|
||||
-khtml-border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
#favorite-action {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: none;
|
||||
}
|
||||
#favorite-actions a {
|
||||
padding: 4px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user