mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
DFW: add tagline, move the Word count under the editor, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17856 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -653,11 +653,18 @@ form.upgrade .hint {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
#wp-fullscreen-tagline {
|
||||
bottom: 20px;
|
||||
color: #BBBBBB;
|
||||
font-size: 18px;
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
/* =Top bar
|
||||
-------------------------------------------------------------- */
|
||||
#fullscreen-topbar {
|
||||
position: fixed;
|
||||
display: none;
|
||||
filter: inherit;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -681,12 +688,12 @@ form.upgrade .hint {
|
||||
|
||||
#wp-fullscreen-mode-bar,
|
||||
#wp-fullscreen-button-bar,
|
||||
#wp-fullscreen-close {
|
||||
#wp-fullscreen-close,
|
||||
#wp-fullscreen-count {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#wp-fullscreen-save,
|
||||
#wp-fullscreen-count {
|
||||
#wp-fullscreen-save {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user