diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 3bb6c63..9686464 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -925,4 +925,24 @@ li.item .notify_badge { padding-right: 0px; font-size: 16px !important; margin: 7px 0 0 0 !important; +} + +.mural .post_make { + padding: 10px; + margin-bottom: 10px; +} +.mural .post_make .user-img { + padding: 0; +} +.mural .post_make .post-field { + padding-right: 0px; +} +.mural .post_make .post-field div { + border-width: 1px; + border-style: solid; + padding: 0px 5px; +} +.mural .post_make .post-field h4 { + cursor: text; + font-style: italic; } \ No newline at end of file diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index b9c5091..1dcbd8b 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -1,7 +1,27 @@ +@media(min-width: 1200px) { + .mural .post_make .user-img img { + max-width: 70px; + max-height: 70px; + } + + .mural .post_make .post-field h4 { + line-height: 2.6em; + } +} + @media(max-width: 1199px) { .navbar .navbar-brand { padding: 15px; } + + .mural .post_make .user-img img { + max-width: 65px; + max-height: 65px; + } + + .mural .post_make .post-field h4 { + line-height: 2.3em; + } } @media(max-width: 768px) { @@ -42,6 +62,14 @@ display:none; } + .mural .post_make .user-img img { + max-width: 60px; + max-height: 60px; + } + + .mural .post_make .post-field h4 { + line-height: 2em; + } } @media(min-width: 768px) { @@ -82,3 +110,14 @@ margin-top: 6px; } } + +@media(max-width: 680px) { + .mural .post_make .user-img img { + max-width: 50px; + max-height: 50px; + } + + .mural .post_make .post-field h4 { + line-height: 1.6em; + } +} \ No newline at end of file diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index ac3d50d..a20bce4 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -488,6 +488,14 @@ a.add-row { color: #333; } +.mural .post_make { + background: #FFFFFF; +} + +.mural .post_make .post-field div { + border-color: #CCCCCC; +} + @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { color: #333333 !important; diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 1d462dc..adb84e2 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -179,8 +179,10 @@ -