mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
grooming style
This commit is contained in:
parent
f7c70ba55c
commit
1cf877bf76
4 changed files with 5 additions and 5 deletions
|
|
@ -74,11 +74,11 @@ p.comment-body {
|
|||
}
|
||||
|
||||
/* comments views pane: use padding-bottom before next comment box */
|
||||
.panel.panel-default .panel-body .box {
|
||||
.panel.panel-default .panel-body .notifications {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* comments views pane: use padding-bottom after each comment */
|
||||
.panel.panel-default .panel-body .box p {
|
||||
.panel.panel-default .panel-body .notifications p {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%h4.title.panel-title= conference.title
|
||||
.panel-body
|
||||
- events.each do |event, comments|
|
||||
.box
|
||||
.notifications
|
||||
%h4.title= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||
%hr
|
||||
- comments.each do |comment|
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%h4.title.panel-title= conference.title
|
||||
.panel-body
|
||||
- events.each do |event, comments|
|
||||
.box
|
||||
.notifications
|
||||
%h4.title= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||
%hr
|
||||
- comments.each do |comment|
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%h4.title.panel-title= conference.title
|
||||
.panel-body
|
||||
- events.each do |event, comments|
|
||||
.box
|
||||
.notifications
|
||||
%h4.title= link_to event.title, admin_conference_event_path(event.conference.short_title, event)
|
||||
%hr
|
||||
- comments.each do |comment|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue