Committer: skomarov
LJSUP-8078: System message hidden under Link to mobile lineU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-03-10 08:58:49 UTC (rev 18499) +++ trunk/htdocs/stc/lj_base.css 2011-03-10 10:10:20 UTC (rev 18500) @@ -561,7 +561,6 @@ color: #C00; } - /* Styles for messagers, Must be removed after implementation of Framework! */ .appwidget-sitemessages { @@ -573,6 +572,9 @@ padding: 0; margin: 0; } +.mobile-msg .appwidget-sitemessages { + top: 130px; + } .appwidget-sitemessages .b-message-system { padding: 0; margin: 0; @@ -616,7 +618,7 @@ .appwidget-sitemessages .b-message-system .ljuser A:link, .appwidget-sitemessages .b-message-system .ljuser A:visited { text-decoration: none; - } + } .appwidget-sitemessages .b-message-system .ljuser A:hover, .appwidget-sitemessages .b-message-system .ljuser A:active { text-decoration: underline; @@ -635,7 +637,6 @@ top: 44px; z-index: 9999; } - #content-wrapper .appwidget-sitemessages { position: static; margin-top: 20px; @@ -643,7 +644,6 @@ #content-wrapper .appwidget-sitemessages .b-message-system { margin: 0 0 10px; } - .scheme-lynx .appwidget-sitemessages { top: 0; }