Committer: esavintcev
LJSUP-14110: Calendar and tags in Minimalism goes to end of pageU trunk/htdocs/stc/sup/s/style.css U trunk/htdocs/stc/sup/s/x-0.css U trunk/htdocs/stc/sup/s/x-1.css U trunk/htdocs/stc/sup/s/x-2.css U trunk/htdocs/stc/sup/s/x-3-1.css U trunk/htdocs/stc/sup/s/x-3-2.css U trunk/htdocs/stc/sup/s/x-3-3.css U trunk/htdocs/stc/sup/s/x-3-4.css U trunk/htdocs/stc/sup/s/x-3-5.css U trunk/htdocs/stc/sup/s/x-3.css U trunk/htdocs/stc/sup/s/x-4.css
Modified: trunk/htdocs/stc/sup/s/style.css =================================================================== --- trunk/htdocs/stc/sup/s/style.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/style.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -836,9 +836,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { HTML, - #page { + .g-sensor #page, + .mobile-msg #page { min-width: 0; } } Modified: trunk/htdocs/stc/sup/s/x-0.css =================================================================== --- trunk/htdocs/stc/sup/s/x-0.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-0.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -154,27 +154,35 @@ /* tiny screens */ -@media all and (max-width: 1100px) { - BODY.column-right, - BODY.column-left { +@media all and (max-width: 700px) { + BODY.g-sensor.column-right, + BODY.mobile-msg.column-right, + BODY.g-sensor.column-left, + BODY.mobile-msg.column-left { background-image: none; } /* content */ - .content { + .g-sensor .content, + .mobile-msg .content { float: none; margin-right: 0; } - BODY.column-right .content-inner, - BODY.column-left .content-inner { + BODY.g-sensor.column-right .content-inner, + BODY.mobile-msg.column-right .content-inner, + BODY.g-sensor.column-left .content-inner, + BODY.mobile-msg.column-left .content-inner { margin-right: 30px; margin-left: 30px; } /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { float: none; } - .column-left .sidebar-inner, - .column-right .sidebar-inner { + .g-sensor.column-left .sidebar-inner, + .mobile-msg.column-left .sidebar-inner, + .g-sensor.column-right .sidebar-inner, + .mobile-msg.column-right .sidebar-inner { float: none; } } Modified: trunk/htdocs/stc/sup/s/x-1.css =================================================================== --- trunk/htdocs/stc/sup/s/x-1.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-1.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -136,27 +136,35 @@ /* tiny screens */ -@media all and (max-width: 1100px) { - BODY.column-right, - BODY.column-left { +@media all and (max-width: 700px) { + BODY.g-sensor.column-right, + BODY.mobile-msg.column-right, + BODY.g-sensor.column-left, + BODY.mobile-msg.column-left { background-image: none; } /* content */ - .content { + .g-sensor .content, + .mobile-msg .content { float: none; margin-right: 0; } - BODY.column-right .content-inner, - BODY.column-left .content-inner { + BODY.g-sensor.column-right .content-inner, + BODY.mobile-msg.column-right .content-inner, + BODY.g-sensor.column-left .content-inner, + BODY.mobile-msg.column-left .content-inner { margin-right: 30px; margin-left: 30px; } /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { float: none; } - .column-left .sidebar-inner, - .column-right .sidebar-inner { + .g-sensor.column-left .sidebar-inner, + .mobile-msg.column-left .sidebar-inner, + .g-sensor.column-right .sidebar-inner, + .mobile-msg.column-right .sidebar-inner { float: none; } } Modified: trunk/htdocs/stc/sup/s/x-2.css =================================================================== --- trunk/htdocs/stc/sup/s/x-2.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-2.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -296,38 +296,49 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { HTML, - #page { + .g-sensor #page, + .mobile-msg #page { min-width: 0; } - BODY.column-right, - BODY.column-left { + BODY.g-sensor.column-right, + BODY.mobile-msg.column-right, + BODY.g-sensor.column-left, + BODY.mobile-msg.column-left { background-image: none; } /* header */ - .column-left .header { + .g-sensor.column-left .header, + .mobile-msg.column-left .header { margin-left: 0; } - .column-right .header { + .g-sensor.column-right .header, + .mobile-msg.column-right .header { margin-right: 0; } /* content */ - .content { + .g-sensor .content, + .mobile-msg .content { float: none; margin-right: 0; } - BODY.column-right .content-inner, - BODY.column-left .content-inner { + BODY.g-sensor.column-right .content-inner, + BODY.mobile-msg.column-right .content-inner, + BODY.g-sensor.column-left .content-inner, + BODY.mobile-msg.column-left .content-inner { margin-right: 30px; margin-left: 30px; } /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { float: none; } - .column-left .sidebar-inner, - .column-right .sidebar-inner { + .g-sensor.column-left .sidebar-inner, + .mobile-msg.column-left .sidebar-inner, + .g-sensor.column-right .sidebar-inner, + .mobile-msg.column-right .sidebar-inner { float: none; } } Modified: trunk/htdocs/stc/sup/s/x-3-1.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-1.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3-1.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -130,9 +130,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { background: #910808; } } Modified: trunk/htdocs/stc/sup/s/x-3-2.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-2.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3-2.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -129,9 +129,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { background: #2680DC; } } Modified: trunk/htdocs/stc/sup/s/x-3-3.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-3.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3-3.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -133,9 +133,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { background: #6298A5; } } Modified: trunk/htdocs/stc/sup/s/x-3-4.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-4.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3-4.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -130,9 +130,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { background: #009A4C; } } Modified: trunk/htdocs/stc/sup/s/x-3-5.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-5.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3-5.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -135,9 +135,10 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { background: #DF2F0F; } } Modified: trunk/htdocs/stc/sup/s/x-3.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-3.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -296,24 +296,31 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { HTML, - #page { + .g-sensor #page, + .mobile-msg #page { min-width: 0; } /* centering background for removing round corners */ - BODY.column-right, - BODY.column-left, - BODY.column-right #page, - BODY.column-left #page { + BODY.g-sensor.column-right, + BODY.mobile-msg.column-right, + BODY.g-sensor.column-left, + BODY.mobile-msg.column-left, + BODY.g-sensor.column-right #page, + BODY.mobile-msg.column-right #page, + BODY.g-sensor.column-left #page, + BODY.mobile-msg.column-left #page { background-position: 50% 0; } /* header */ - BODY .header { + BODY.g-sensor .header, + BODY.mobile-msg .header { margin-top: 0; margin-right: 0; } - BODY .header .u-wrap { + BODY.g-sensor .header .u-wrap, + BODY.mobile-msg .header .u-wrap { position: absolute; top: 3px; right: 21px; @@ -321,24 +328,29 @@ float: none; padding-left: 0; } - BODY .header .userpic { + BODY.g-sensor .header .userpic, + BODY.mobile-msg .header .userpic { float: right; } - BODY .header .userpic-in { + BODY.g-sensor .header .userpic-in, + BODY.mobile-msg .header .userpic-in { width: 50px; } - BODY .header .userpic IMG { + BODY.g-sensor .header .userpic IMG, + BODY.mobile-msg .header .userpic IMG { width: auto !important; height: auto !important; max-width: 50px; max-height: 50px; } - BODY .header H1 { + BODY.g-sensor .header H1, + BODY.mobile-msg .header H1 { float: right; margin: 14px 0 0; text-align: right; } - BODY .header H2 { + BODY.g-sensor .header H2, + BODY.mobile-msg .header H2 { position: absolute; top: 2px; left: 21px; @@ -348,21 +360,27 @@ font-size: 1.5em; } /* content */ - .content { + .g-sensor .content, + .mobile-msg .content { float: none; margin-right: 0; } - BODY.column-right .content-inner, - BODY.column-left .content-inner { + BODY.g-sensor.column-right .content-inner, + BODY.mobile-msg.column-right .content-inner, + BODY.g-sensor.column-left .content-inner, + BODY.mobile-msg.column-left .content-inner { margin-right: 0; margin-left: 0; } /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { float: none; } - .column-left .sidebar-inner, - .column-right .sidebar-inner { + .g-sensor.column-left .sidebar-inner, + .mobile-msg.column-left .sidebar-inner, + .g-sensor.column-right .sidebar-inner, + .mobile-msg.column-right .sidebar-inner { float: none; } } Modified: trunk/htdocs/stc/sup/s/x-4.css =================================================================== --- trunk/htdocs/stc/sup/s/x-4.css 2012-10-30 08:39:48 UTC (rev 12846) +++ trunk/htdocs/stc/sup/s/x-4.css 2012-10-30 11:43:55 UTC (rev 12847) @@ -267,27 +267,34 @@ /* tiny screens */ -@media all and (max-width: 1100px) { +@media all and (max-width: 700px) { HTML, - #page { + .g-sensor #page, + .mobile-msg #page { min-width: 0; } /* content */ - .content { + .g-sensor .content, + .mobile-msg .content { float: none; margin-right: 0; } - BODY.column-right .content-inner, - BODY.column-left .content-inner { + BODY.g-sensor.column-right .content-inner, + BODY.mobile-msg.column-right .content-inner, + BODY.g-sensor.column-left .content-inner, + BODY.mobile-msg.column-left .content-inner { margin-right: 30px; margin-left: 30px; } /* sidebar */ - .sidebar { + .g-sensor .sidebar, + .mobile-msg .sidebar { float: none; } - .column-left .sidebar-inner, - .column-right .sidebar-inner { + .g-sensor.column-left .sidebar-inner, + .mobile-msg.column-left .sidebar-inner, + .g-sensor.column-right .sidebar-inner, + .mobile-msg.column-right .sidebar-inner { float: none; margin-left: 30px; }