twbs3 fixes for UI

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-01-06 14:19:25 +02:00
parent 7399c8c928
commit 0b017e8e17
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
.update-notifications {
.radio-inline {
margin-right: 30px;
margin-right: 9%;
}
}

View file

@ -1,6 +1,6 @@
%li
.row
.col-md-4
.col-sm-4
%span
= notification_icon(notification)
@ -8,7 +8,7 @@
= link_to membership.group.name, membership.group
- else
= link_to_project(membership.project)
.col-md-7
.col-sm-8
= form_tag profile_notifications_path, method: :put, remote: true, class: 'update-notifications' do
= hidden_field_tag :notification_type, type, id: dom_id(membership, 'notification_type')
= hidden_field_tag :notification_id, membership.id, id: dom_id(membership, 'notification_id')

View file

@ -18,11 +18,11 @@
&ndash; You will receive all notifications from projects in which you participate
.row
.col-md-4
.col-sm-4
%h4
= notification_icon(@notification)
Global setting
.col-md-7
.col-sm-8
= form_tag profile_notifications_path, method: :put, remote: true, class: 'update-notifications' do
= hidden_field_tag :notification_type, 'global'

View file

@ -1,4 +1,4 @@
%ul.nav.nav-pills.nav-stacked.nav-stacked-menu
%ul.nav.nav-pills.nav-stacked.nav-stacked-menu.append-bottom-20
= nav_link(path: 'projects#edit') do
= link_to edit_project_path(@project), class: "stat-tab tab " do
%i.icon-edit

View file

@ -8,7 +8,7 @@
New Milestone
.row
.col-md-3
.col-md-3.hidden-sm
%ul.nav.nav-pills.nav-stacked
%li{class: ("active" if (params[:f] == "active" || !params[:f]))}
= link_to project_milestones_path(@project, f: "active") do

View file

@ -49,7 +49,7 @@
= markdown @milestone.description
%ul.nav.nav-tabs
%ul.nav.nav-tabs.append-bottom-10
%li.active
= link_to '#tab-issues', 'data-toggle' => 'tab' do
Issues