app/assets/stylesheets/pulitzer.scss in pulitzer-0.1.1 vs app/assets/stylesheets/pulitzer.scss in pulitzer-0.1.2

- old
+ new

@@ -112,10 +112,14 @@ margin: 0px 5px; } .list li{ list-style-type: none; } + .preview-link{ + float: left; + margin-top: 8px; + } } .pulitzer-span { margin-left: 0; position: relative; float: left; @@ -144,8 +148,14 @@ max-width: 190px; .button { float: right; } } + +.pulitzer-form-left { + float:left !important; + width: 80px; +} + .wysihtml5-sandbox { - width: 100%!important; + width: 100% !important; }