Ray's changes in css

This commit is contained in:
Christophe Vilayphiou 2012-04-24 16:24:50 +08:00
parent 45c194e870
commit 291d5e3a03
3 changed files with 6 additions and 3 deletions

View File

@ -161,6 +161,6 @@ legend {
top: 10px;
left: 5px;
}
.list-remove {
#sort_headers .list-remove {
padding: 8px 0 8px 16px !important;
}

View File

@ -109,7 +109,8 @@
text-indent: -9999px;
padding:6px;
}
#orbit-bar .nav > li.search {
#orbit-bar .nav > li.search {
background-image: none;
overflow: hidden;
width: 28px;
position: relative;
@ -322,6 +323,9 @@
#main-wrap .breadcrumb li {
font-size: 12px;
color: #999;
}
.form-actions .btn {
margin-bottom: 0;
}
#sub-wiget {
clear: right;

View File

@ -2,7 +2,6 @@
<%= stylesheet_link_tag "inc/permission-checkbox" %>
<% end %>
<% content_for :page_specific_javascript do %>
<%= javascript_include_tag "bootstrap" %>
<%= javascript_include_tag "inc/permission-checkbox" %>
<%= javascript_include_tag "inc/search" %>
<% end %>