mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Some style changes (header, colors, ...) (#136)
* - Invert header colors for better readability - Increase size of header image and adjust layout - Change font-color of sent date to grey because it is not as important as the content (with darker grey on hover) - Use same opacity of delete button as in contacts app (hover: opacity: 1) * Remove unnecessairy margin-right * Use flex-box in header and adjust more to other apps
This commit is contained in:
parent
9fb4b6e340
commit
588cecafa9
@ -41,12 +41,9 @@
|
||||
padding: 0 12px;
|
||||
}
|
||||
#app-mailbox-peers li > a {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#ocsms-empty-peers {
|
||||
@ -62,13 +59,15 @@
|
||||
|
||||
#app-content-header {
|
||||
background-color: #E6E6E6;
|
||||
min-height: 30px;
|
||||
min-height: 100px;
|
||||
width: 80%;
|
||||
float: left;
|
||||
position: fixed;
|
||||
top: 45px;
|
||||
padding: 15px;
|
||||
padding: 12.5px;
|
||||
box-shadow: 0 1px 0 0 #CCC;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width : 770px) {
|
||||
@ -82,35 +81,30 @@
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
font-size: 2.5em;
|
||||
line-height: 75px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
#ocsms-contact-details,
|
||||
#ocsms-contact-actions,
|
||||
#ocsms-contact-avatar {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#ocsms-contact-actions {
|
||||
float: right;
|
||||
#ocsms-contact-details {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#ocsms-phone-label {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
float: left;
|
||||
font-size: 20px;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
#ocsms-phone-opt-number {
|
||||
color: #999;
|
||||
padding-left: 15px;
|
||||
color: #fff;
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
#ocsms-phone-msg-nb {
|
||||
color: #555;
|
||||
color: #fff;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
@ -163,9 +157,28 @@
|
||||
}
|
||||
|
||||
.msg-date {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
font-size: 90%;
|
||||
float: right;
|
||||
line-height: 16px;
|
||||
margin-top: .5rem;
|
||||
font-size: smaller;
|
||||
transition: color .3s ease;
|
||||
}
|
||||
|
||||
.msg-recv:hover .msg-date,
|
||||
.msg-sent:hover .msg-date{
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#app-content-wrapper .icon-delete {
|
||||
opacity: .2;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#app-content-wrapper .icon-delete:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.msg-spacer {
|
||||
@ -179,7 +192,7 @@
|
||||
line-height: 40px;
|
||||
border-radius: 50%;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
/*! margin-right: 10px; */
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
@ -188,8 +201,8 @@
|
||||
}
|
||||
|
||||
.ocsms-plavatar-big {
|
||||
height: 55px;
|
||||
width: 55px;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
line-height: 55px;
|
||||
}
|
||||
|
||||
@ -214,14 +227,6 @@ label {
|
||||
}
|
||||
|
||||
.icon-loading {
|
||||
color: #646464;
|
||||
text-indent: -9999em;
|
||||
margin: 88px auto;
|
||||
position: relative;
|
||||
font-size: 11px;
|
||||
-webkit-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-animation-delay: -0.16s;
|
||||
animation-delay: -0.16s;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user