Merge branch 'design_team' into ldap

This commit is contained in:
Christophe Vilayphiou 2012-04-24 16:32:30 +08:00
commit d1f687e43e
3 changed files with 11 additions and 2 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,9 +2,14 @@
<%= stylesheet_link_tag "inc/permission-checkbox" %>
<% end %>
<% content_for :page_specific_javascript do %>
<<<<<<< HEAD
<%= javascript_include_tag "bootstrap" %>
<%#= javascript_include_tag "inc/permission-checkbox" %>
<%#= javascript_include_tag "inc/search" %>
=======
<%= javascript_include_tag "inc/permission-checkbox" %>
<%= javascript_include_tag "inc/search" %>
>>>>>>> 291d5e3a03ba7da62ceb5e3b18012f0c9198dfba
<% end %>
<%#= label_tag :fact_check_setting, t("announcement.bulletin.fact_check_setting") %>
<%= form_tag('', :remote => true) %>