Add blueprint button style
This commit is contained in:
parent
68622bb23c
commit
96f186a71b
|
@ -15,4 +15,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<%= link_to 'New layouts', new_admin_layout_path %>
|
||||
<%= link_to 'New layouts', new_admin_layout_path, :class => 'button positive' %>
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<p>
|
||||
<%= f.label :name, "Name" %>
|
||||
<%= f.text_field :name %>
|
||||
<%= f.text_field :name, :class => 'text' %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<%= link_to 'New pages', new_admin_page_path %>
|
||||
<%= link_to 'New pages', new_admin_page_path, :class => 'button positive' %>
|
|
@ -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>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<p>
|
||||
<%= f.label :name, "Name" %>
|
||||
<%= f.text_field :name %>
|
||||
<%= f.text_field :name, :class => 'text' %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<%= link_to 'New snippets', new_admin_snippet_path %>
|
||||
<%= link_to 'New snippets', new_admin_snippet_path, :class => 'button positive' %>
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<p>
|
||||
<%= f.label :name, "Name" %>
|
||||
<%= f.text_field :name %>
|
||||
<%= f.text_field :name, :class => 'text' %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue