diff --git a/styles/prosilver/template/event/overall_header_head_append.html b/styles/prosilver/template/event/overall_header_head_append.html index 86922c9a..5d1e7fe1 100755 --- a/styles/prosilver/template/event/overall_header_head_append.html +++ b/styles/prosilver/template/event/overall_header_head_append.html @@ -1 +1,4 @@ - + + + + diff --git a/styles/prosilver/template/portal/modules/news_compact_center.html b/styles/prosilver/template/portal/modules/news_compact_center.html index 752e259c..a6f85bb0 100644 --- a/styles/prosilver/template/portal/modules/news_compact_center.html +++ b/styles/prosilver/template/portal/modules/news_compact_center.html @@ -12,12 +12,12 @@ {$CC_BLOCK_H_L}
| @@ -32,7 +32,7 @@ | |||||
| + | @@ -49,7 +49,7 @@ - | + | @@ -70,7 +70,7 @@ - | + | @@ -86,7 +86,7 @@ |
| diff --git a/styles/prosilver/theme/responsive.css b/styles/prosilver/theme/responsive.css new file mode 100644 index 00000000..9e7a00a4 --- /dev/null +++ b/styles/prosilver/theme/responsive.css @@ -0,0 +1,12 @@ +@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) +{ + #portal-body #portal-right { display: none !important; } +} + +@media only screen and (max-width: 950px), only screen and (max-device-width: 950px) +{ + dd.responsive-portal-news { display: none !important; } + .responsive-portal-news dd.posts, .responsive-portal-news dd.views { display: none !important; } + .responsive-portal-news dt { width: 125% !important; } + dt#n { width: 125% !important; } +} | |||||