Skip to content

Commit

Permalink
Merge pull request #491 from amadeusproject/refactoring
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
jailson-dias authored May 6, 2017
2 parents cdbef37 + c2ff223 commit 4cba701
Show file tree
Hide file tree
Showing 45 changed files with 3,726 additions and 717 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
Binary file not shown.
27 changes: 25 additions & 2 deletions analytics/static/analytics/general.css

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

2 changes: 1 addition & 1 deletion analytics/static/analytics/general.css.map

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

32 changes: 29 additions & 3 deletions analytics/static/analytics/general.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,39 @@ $title-color: #009688
color: $title-color

.selector
width: 80%
height: 40px
width: 90%
height: 20%
color: white
padding-left: 5px
background-color: #009688
margin-top: 10px
border-radius: 0px 20px 20px 0px
p
padding-top: 10px
font-size: 16px
font-size: 16px


.middle-chart
article
text-align: center

.user-tooltip
background: linear-gradient( #0e8999, #6bf0ce)
color: white
border-radius: 10px
padding: 7px

.most-accessed-list
background-color: #52b7bd
width: 80%
margin-left: 2%
margin-top: 2%
padding-left: 0
color: white
transition: width 2s, height 2s, background-color 2s, transform 2s

li
padding-left: 1%

.most-accessed-item:hover
background-color: #3aa7ad
Loading

0 comments on commit 4cba701

Please sign in to comment.