Skip to content

Commit

Permalink
Press This: Fix inserting the selection in the editor and stripping o…
Browse files Browse the repository at this point in the history
…f paragraphs when saving, IE CSS styling fixes, fix continuous linking in editor. Props noel and azaozz. see #6813

git-svn-id: http://svn.automattic.com/wordpress/trunk@8316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jul 11, 2008
1 parent ecd98d1 commit e027fac
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 94 deletions.
11 changes: 6 additions & 5 deletions wp-admin/css/press-this.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ div#posting h2 {
}

#photo_saving {
margin-bottom: 8px;
margin: 0 8px 8px;
vertical-align: middle;
}

#img_container {
Expand Down Expand Up @@ -302,6 +303,7 @@ div#categories h2 {
#jaxtag {
clear: both;
padding-left: 1em;
margin: 0;
}

#tagchecklist {
Expand Down Expand Up @@ -348,7 +350,7 @@ div#categories h2 {
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
margin: 0;
padding: 0;
padding: 10px;
}
.submitbox {
width: 100%;
Expand All @@ -363,10 +365,9 @@ div#categories h2 {
.submitbox .submit input {
border: none;
text-align: left;
padding: 12px 10px 10px 10px;
padding: 6px 4px;
font-size: 12px;
margin: 10px;

margin: 2px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
Expand Down
Loading

0 comments on commit e027fac

Please sign in to comment.