diff --git a/css/style.css b/css/style.css index 4005dbe..8ca8039 100644 --- a/css/style.css +++ b/css/style.css @@ -65,7 +65,7 @@ #app-content-header { background-color: #E6E6E6; min-height: 30px; - width: 100%; + width: 80%; float: left; position: fixed; top: 45px; @@ -73,6 +73,12 @@ box-shadow: 0 1px 0 0 #CCC; } +@media screen and (max-width : 770px) { + #app-content-header { + width: 100%; + } +} + #ocsms-contact-avatar { background-color: transparent; height: 75px; @@ -85,6 +91,11 @@ #ocsms-contact-actions, #ocsms-contact-avatar { display: inline-block; + float: left; +} + +#ocsms-contact-actions { + float: left; }