new style badges, hr, notices

This commit is contained in:
Matthew Hodgson 2015-07-18 01:21:56 +01:00
parent 4ded74765a
commit 00d2d82a14
6 changed files with 40 additions and 5 deletions

View file

@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MNoticeTile .mx_MessageTile_content {
.mx_MNoticeTile {
opacity: 0.5;
}

View file

@ -59,7 +59,7 @@ limitations under the License.
display: block;
}
.mx_MessageTile_notice {
.mx_MessageTile_notice .mx_MessageTile_content {
opacity: 0.5;
}

View file

@ -29,6 +29,7 @@ limitations under the License.
vertical-align: middle;
width: 40px;
height: 40px;
position: relative;
}
.mx_RoomTile_avatar img {
@ -70,6 +71,17 @@ limitations under the License.
}
*/
.mx_RoomTile_badge {
background-color: #ff0064;
border: 3px solid #fff;
border-radius: 16px;
width: 9px;
height: 9px;
position: absolute;
right: 10px;
bottom: 4px;
}
.mx_RoomTile_unread {
font-weight: bold;
}