Skip to content

Commit

Permalink
Merge branch 'refactoring' of https://github.com/amadeusproject/amade…
Browse files Browse the repository at this point in the history
…uslms into refactoring
  • Loading branch information
Jailson Dias committed May 6, 2017
2 parents 7c07a12 + 5edc22c commit c2ff223
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 29 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion amadeus/static/css/base/amadeus.css
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ div.dataTables_wrapper div.dataTables_paginate {
font-size: 14px;
}

.subject-related-panel .panel {
.subject-related-panel .panel:not(.participant) {
margin-bottom: 0px;
}

Expand Down
20 changes: 0 additions & 20 deletions amadeus/static/css/base/amadeus_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
height: 38px;
}

.mural .post_make .user-img img {
max-width: 70px;
max-height: 70px;
}

.mural .post_make .post-field h4 {
line-height: 2.6em;
}
Expand All @@ -35,11 +30,6 @@
height: 38px;
}

.mural .post_make .user-img img {
max-width: 65px;
max-height: 65px;
}

.mural .post_make .post-field h4 {
line-height: 2.3em;
}
Expand Down Expand Up @@ -134,11 +124,6 @@
height: 60px;
}

.mural .post_make .user-img img {
max-width: 60px;
max-height: 60px;
}

.mural .post_make .post-field h4 {
line-height: 2em;
}
Expand Down Expand Up @@ -228,11 +213,6 @@
height: 50px;
}

.mural .post_make .user-img img {
max-width: 50px;
max-height: 50px;
}

.mural .post_make .post-field h4 {
line-height: 1.6em;
}
Expand Down
3 changes: 0 additions & 3 deletions amadeus/static/css/themes/green.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amadeus/static/css/themes/green.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions amadeus/static/css/themes/green.sass
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,6 @@ a.add-row
background: $white


.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div
background: #CCCCCC


.mural .post_make .post-field div
border-color: #CCCCCC

Expand Down

0 comments on commit c2ff223

Please sign in to comment.