app/assets/stylesheets/ponytail/application.css in ponytail-0.0.2 vs app/assets/stylesheets/ponytail/application.css in ponytail-0.0.3

- old
+ new

@@ -1,17 +1,47 @@ +/* index */ +.pt_index { + display: -moz-box; + display: -webkit-box; + -moz-box-orient: vertical; + -webkit-box-orient: vertical; +} + .pt_actions { margin: 5px; } .pt_actions .button_to { float: left; margin: 0 2px; } +/* migration */ .pt_migration .pt_name { font-size: large; font-weight: bold; } .pt_migration .pt_raw_content { display: none; +} + +/* notice */ +.pt_notice { + display: -moz-box; + display: -webkit-box; + border-radius: 5px; + margin-bottom: 5px; + padding: 5px; + background: limegreen; + color: white; +} + +.pt_notice_message { + -moz-box-flex: 1; + -webkit-box-flex: 1; +} + +/* errors */ +.pt_new_errors ul { + margin: 3px 0; }