From 43aa0047e9be0cff517926fbf50f9b704e261998 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Tue, 10 Jul 2012 12:16:10 -0500 Subject: [PATCH] simplify markdown help link --- app/assets/stylesheets/application.css | 3 +++ app/views/comments/_commentbox.html.erb | 2 +- app/views/settings/index.html.erb | 7 ++++--- app/views/stories/edit.html.erb | 2 +- app/views/stories/new.html.erb | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index dfe6b82..485a120 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -568,6 +568,9 @@ div.markdown_help_label { float: right; font-size: 9pt; line-height: 2em; + color: #aaa; + text-decoration: underline; + cursor: pointer; } diff --git a/app/views/comments/_commentbox.html.erb b/app/views/comments/_commentbox.html.erb index a49225b..52f6668 100644 --- a/app/views/comments/_commentbox.html.erb +++ b/app/views/comments/_commentbox.html.erb @@ -14,7 +14,7 @@
- Markdown formatting available + Markdown formatting available
<%= button_tag "#{comment.new_record?? "Post" : "Update"} Comment", diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index dca7b60..db891d4 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -49,13 +49,14 @@
<%= f.label :about, "About:", :class => "required" %> - <%= f.text_area :about, :size => "100x5" %> + <%= f.text_area :about, :size => "100x5", :style => "width: 600px;" %>
-
+
- Limited Markdown formatting available + Markdown formatting available
diff --git a/app/views/stories/edit.html.erb b/app/views/stories/edit.html.erb index 264311b..b71e14a 100644 --- a/app/views/stories/edit.html.erb +++ b/app/views/stories/edit.html.erb @@ -13,7 +13,7 @@
- Markdown formatting available + Markdown formatting available
<%= submit_tag "Save" %> diff --git a/app/views/stories/new.html.erb b/app/views/stories/new.html.erb index 5a60678..8c23e50 100644 --- a/app/views/stories/new.html.erb +++ b/app/views/stories/new.html.erb @@ -12,7 +12,7 @@
- Markdown formatting available + Markdown formatting available
<%= submit_tag "Submit" %>