diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2a14d9653..e61f61d1a 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -114,4 +114,21 @@ input[type="search"]::-webkit-search-cancel-button { #download-help { margin-top: 0.4rem; margin-bottom: 0.4rem; +} + +@media (min-width:950px) { + .uv .footerPanel { + width: 82% !important; + float: right !important; + } + .uv .leftPanel { + height: 103% !important; + } + .uv .leftPanel .main, .uv .leftPanel .tabsContent { + height:100% !important; + } + + .uv .leftPanel .views { + height: 93% !important; + } } \ No newline at end of file