diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index aa58b31..a427a33 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1358,6 +1358,10 @@ div.dataTables_wrapper div.dataTables_paginate { border-spacing: 0; border-collapse: collapse; } +.subject-participants .status { + width: 10px; + height: 10px; +} .participant .user-info h4 { font-weight: 700; line-height: 2.0; @@ -1556,11 +1560,11 @@ div.dataTables_wrapper div.dataTables_paginate { .participants-list { height: 200px; max-height: 200px; - width: 315px; + width: 180px; float: right; position: absolute; top: 5px; - right: -315px; + right: -180px; overflow-y: auto; opacity: 0; visibility: hidden; @@ -1577,13 +1581,17 @@ div.dataTables_wrapper div.dataTables_paginate { } .participants-list .subject-participants { - width: 300px; + width: 165px; } .participants-container { cursor: pointer; } +.participants-container h4 { + font-size: 14px; +} + @-moz-document url-prefix() { .talk_body .checkbox input[type="checkbox"] { display: none; diff --git a/subjects/templates/subjects/view.html b/subjects/templates/subjects/view.html index 436c085..5e55845 100644 --- a/subjects/templates/subjects/view.html +++ b/subjects/templates/subjects/view.html @@ -194,14 +194,14 @@ }, 500); list.animate({ - right : '-315px', + right : '-180px', opacity: 0 }, 500).css({visibility: 'hidden'}); $this.removeClass('open'); } else { $this.animate({ - right : "317" + right : "182" }, 500).addClass('open'); list.animate({ -- libgit2 0.21.2