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:
Andrew Ozz
2011-05-11 09:18:32 +00:00
parent 9730e6a04a
commit 0b4a1378b9
6 changed files with 47 additions and 28 deletions

View File

@@ -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;
}