Add blueprint button style

This commit is contained in:
Wen-Tien Chang 2009-05-15 14:37:03 +08:00
parent 68622bb23c
commit 96f186a71b
9 changed files with 11 additions and 11 deletions

View File

@ -15,4 +15,4 @@
<br />
<%= link_to 'New layouts', new_admin_layout_path %>
<%= link_to 'New layouts', new_admin_layout_path, :class => 'button positive' %>

View File

@ -5,7 +5,7 @@
<p>
<%= f.label :name, "Name" %>
<%= f.text_field :name %>
<%= f.text_field :name, :class => 'text' %>
</p>
<p>

View File

@ -5,12 +5,12 @@
<p>
<%= f.label :name, "Name" %>
<%= f.text_field :name %>
<%= f.text_field :name, :class => 'text' %>
</p>
<p>
<%= f.label :layout_name, "Layout Name" %>
<%= f.text_field :layout_name %>
<%= f.text_field :layout_name, :class => 'text' %>
</p>
<p>

View File

@ -15,4 +15,4 @@
<br />
<%= link_to 'New pages', new_admin_page_path %>
<%= link_to 'New pages', new_admin_page_path, :class => 'button positive' %>

View File

@ -5,12 +5,12 @@
<p>
<%= f.label :name, "Name" %>
<%= f.text_field :name %>
<%= f.text_field :name, :class => 'text' %>
</p>
<p>
<%= f.label :layout_name, "Layout Name" %>
<%= f.text_field :layout_name %>
<%= f.text_field :layout_name, :class => 'text' %>
</p>
<p>

View File

@ -5,7 +5,7 @@
<p>
<%= f.label :name, "Name" %>
<%= f.text_field :name %>
<%= f.text_field :name, :class => 'text' %>
</p>
<p>

View File

@ -15,4 +15,4 @@
<br />
<%= link_to 'New snippets', new_admin_snippet_path %>
<%= link_to 'New snippets', new_admin_snippet_path, :class => 'button positive' %>

View File

@ -5,7 +5,7 @@
<p>
<%= f.label :name, "Name" %>
<%= f.text_field :name %>
<%= f.text_field :name, :class => 'text' %>
</p>
<p>

View File

@ -5,7 +5,7 @@
<title>R4</title>
<link rel="shortcut icon" href="/favicon.ico">
<%= yield :page_specific_link %>
<%= stylesheet_link_tag "blueprint/screen", "forms", "main", :media => "screen, projection" %>
<%= stylesheet_link_tag "blueprint/screen", "blueprint/plugins/buttons/screen", "forms", "main", :media => "screen, projection" %>
<%= stylesheet_link_tag "blueprint/print", :media => "print" %>
<!--[if IE]>
<%= stylesheet_link_tag "blueprint/ie", :media => "screen, projection" %>