Skip to content

Commit

Permalink
Quick fix to spacing on content cell tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Jun 26, 2012
1 parent e9ad212 commit 61496d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions app/assets/stylesheets/application/layout/navigation.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@

// Tabs
.tabs {
border-color: #ddd;
border-style: solid;
border-width: 0 0 1px;
> li {
position: relative; // For the dropdowns mostly
margin-bottom: -1px;
Expand All @@ -53,7 +50,7 @@
margin-right: 2px;
line-height: ($baseline * 2) - 2;
border: 1px solid transparent;
@include border-radius(4px 4px 0 0);
@include border-radius(4px);
&:hover {
text-decoration: none;
background-color: #eee;
Expand Down Expand Up @@ -145,7 +142,8 @@

.subnav {
background: $concerto-blue-5;
padding:4px 4px 0px 12px;
padding:2px;
padding-left: 12px;
height: 25px;

a.button {
Expand Down
2 changes: 1 addition & 1 deletion app/views/submissions/_index_body.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<article>
<div class="subnav clearfix">
<div class="pull-left" style="width:120px">
<div class="pull-left" style="padding: 3px 0px; width:120px">
<%= link_to "Jump to Feed...", "#", :title => "Click on a feed to jump", :class => "btn small info dropdown-toggle dropdown-control dd-jumpto", :rel => "#jump_to" %>

<div id="jump_to" style="display: none;">
Expand Down

0 comments on commit 61496d5

Please sign in to comment.