Committer: skomarov
OPSC-304: Modify invitation windowU trunk/htdocs/stc/ie.css U trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2011-03-10 06:19:40 UTC (rev 18493) +++ trunk/htdocs/stc/ie.css 2011-03-10 06:31:41 UTC (rev 18494) @@ -259,7 +259,8 @@ * HTML .appwidget-wishrecommendations .whl-rec-img, * HTML .appwidget-gamefriendsplaying .w-body .friends-playing-list LI .pic IMG, * HTML .appwidget-gamefriendsactivity .w-body .friends-activity-list LI .pic IMG, -* HTML .appwidget-gamewhoplaying .w-body .who-playing-list LI .pic IMG { +* HTML .appwidget-gamewhoplaying .w-body .who-playing-list LI .pic IMG, +* HTML DIV.lj_ippu_app .ljappippu_share_persons { zoom:expression( function(t){ t.runtimeStyle.zoom = 1; Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-03-10 06:19:40 UTC (rev 18493) +++ trunk/htdocs/stc/lj_base.css 2011-03-10 06:31:41 UTC (rev 18494) @@ -1660,10 +1660,10 @@ } DIV.lj_ippu_app .i-qotd-nav-prev-dis { background-position:0 -16px; - cursor:default; + cursor: default; } DIV.lj_ippu_app .i-qotd-nav-next { - margin:0 0 0 10px; + margin: 0 0 0 10px; background-position: -16px 0; } DIV.lj_ippu_app .i-qotd-nav-next-dis { @@ -1675,7 +1675,8 @@ } DIV.lj_ippu_app .b-pending-users { float: none; - margin-bottom: 10px; + padding: 0; + margin-bottom: 0; } DIV.lj_ippu_app .b-pending-users:after { clear: both; @@ -1686,7 +1687,14 @@ height: 0; content: "."; } + DIV.lj_ippu_app .ljappippu_share_persons { + max-height: 132px; + overflow: auto; + padding: 5px 10px 0 10px; + margin: -5px -10px -10px -10px; + } DIV.lj_ippu_app .b-pending-users LI { + padding-bottom: 7px; line-height: 15px; font-size: 12px; } @@ -1699,14 +1707,23 @@ overflow: hidden; margin-bottom: 10px; } - DIV.lj_ippu_app TEXTAREA { - width: 100%; - padding: 0; - margin-bottom: 5px; - border: 1px solid #737373; - line-height: 16px; - font-size: 12px; + DIV.lj_ippu_app .ljappippu-area { + position: relative; + padding-right: 13px; } + DIV.lj_ippu_app .ljappippu-area LABEL { + top: 2px; + left: 5px; + font: 12px/16px 'Arial', sans-serif; + color: #A9A9A9; + } + DIV.lj_ippu_app .ljappippu-area TEXTAREA { + width: 100%; + padding: 2px 5px; + margin-bottom: 7px; + border: 1px solid #737373; + font: 12px/16px 'Arial', sans-serif; + } DIV.lj_ippu_app .b-select-users { width: 100%; margin-bottom: 5px; @@ -1727,7 +1744,6 @@ font-size: 12px; } - /* Popups with arrows --------------------------- */ /* Must be removed after implementation of Framework! */