diff --git a/wp-admin/css/press-this.css b/wp-admin/css/press-this.css index 31fbd66d33..64920abaed 100644 --- a/wp-admin/css/press-this.css +++ b/wp-admin/css/press-this.css @@ -449,6 +449,18 @@ margin-bottom: .25em; text-decoration: none; padding-bottom: 2px; } + +#photo_directions { +margin-top: .25em; +display: block; +position: relative; +} +#photo_directions span { +display: block; +position: absolute; +top: 0; +right: 3px; +} #photo_saving { margin-bottom: 8px; } @@ -457,4 +469,27 @@ margin-bottom: 8px; margin-left: 10px; margin-bottom: 1em; display: block; -} \ No newline at end of file +} + +#footer { + height: 65px; + display: block; + width: 640px; + padding: 10px 0 0 60px; + margin: 0; + position: absolute; + bottom: 0; + font-size: 12px; +} + +#footer p { + margin: 0; + padding: 7px 0; +} + +#footer p a { + text-decoration: none; +} + +#footer p a:hover { + text-decoration: underline; diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index a3d6360934..ce990ecec8 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -79,46 +79,64 @@ if ( 'post' == $_REQUEST['action'] ) {
| | Close Window