1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

Factorize some CSS parts & bigger avatar in conversations

This commit is contained in:
Loic Blot
2016-05-20 08:48:36 +02:00
parent 5ac76af636
commit 6fbf9f690c
2 changed files with 11 additions and 12 deletions
+10 -11
View File
@@ -27,10 +27,6 @@
box-sizing: border-box;
}
#app-mailbox-peers li:hover {
cursor: pointer;
}
#app-mailbox-peers li:hover > a,
#app-mailbox-peers li:hover,
#app-mailbox-peers .selected,
@@ -98,7 +94,6 @@
float: right;
}
#ocsms-phone-label {
font-weight: bold;
color: #555;
@@ -123,7 +118,9 @@
margin-left: 25px;
}
#ocsms-conversation-removal:hover {
#ocsms-conversation-removal:hover,
#ocsms-message-removal:hover,
#app-mailbox-peers li:hover {
cursor: pointer;
}
@@ -132,10 +129,6 @@
margin-left: 10px;
}
#ocsms-message-removal:hover {
cursor: pointer;
}
#ocsms-empty-conversation {
position: absolute;
text-align: center;
@@ -180,7 +173,7 @@
clear: both;
}
.ocsms-plavatar {
.ocsms-plavatar, .ocsms-plavatar-big {
display: inline-block;
height: 40px;
width: 40px;
@@ -195,6 +188,12 @@
object-fit: cover;
}
.ocsms-plavatar-big {
height: 55px;
width: 55px;
line-height: 55px;
}
.ocsms-plname {
display: inline-block;
}