Skip to content

Commit

Permalink
slight modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Apr 13, 2009
1 parent 53343ab commit 5930601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/nodes/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%= link_to 'metadata', '#', :id => 'button', :class => "unselected" %>
<%= link_to 'Preview', @node %>
<%= link_to 'Publish', publish_node_path, :method => :put, :confirm => "Publish this draft?" %>
<%= link_to 'Diff revisions', :controller => :revisions, :action => :diff, :id => params[:id] %>
<%= link_to 'Revisions', :controller => :revisions, :action => :diff, :id => params[:id] %>
<% end %>

<div id="page_editor">
Expand Down
10 changes: 6 additions & 4 deletions public/stylesheets/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ a {
}

input[type=text], textarea {
width: 700px;
font-size: 12px;
font-family: Helvetica;
border: 1px solid #989898;
Expand All @@ -61,11 +60,12 @@ select {
}

input[type=text]#page_title {
width: 690px;
font-size: 14px;
padding-top: 6px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 3px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}

Expand All @@ -77,11 +77,13 @@ input[type=submit] {

textarea#page_abstract {
height: 150px;
width: 690px;
padding: 5px;
}

#page_editor textarea#page_body {
height: 600px;
width: 700px;
}

select {
Expand All @@ -93,7 +95,7 @@ table {}
tr {}

td {
padding-top: 5px;
padding-top: 10px;
padding-bottom: 5px;
padding-right: 10px;
}
Expand Down

0 comments on commit 5930601

Please sign in to comment.