Ray's changes in css
This commit is contained in:
parent
45c194e870
commit
291d5e3a03
|
@ -161,6 +161,6 @@ legend {
|
|||
top: 10px;
|
||||
left: 5px;
|
||||
}
|
||||
.list-remove {
|
||||
#sort_headers .list-remove {
|
||||
padding: 8px 0 8px 16px !important;
|
||||
}
|
|
@ -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;
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Reference in New Issue