From 52f88dbb3c2e81e1b658b95ff91236db1a1fe03a Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Sun, 16 Dec 2012 12:01:39 +0700 Subject: message number dialog --- web/style3.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/style3.css') diff --git a/web/style3.css b/web/style3.css index 2649de77..d04c5487 100644 --- a/web/style3.css +++ b/web/style3.css @@ -45,6 +45,8 @@ img { border: none; } #content .msg-avatar { float: left; } #content .msg-avatar img { width: 48px; height: 48px; vertical-align: top; } #content .msg-ts { float: right; font-size: small; vertical-align: top; } +#content .msg-menu { margin: 0 0 0 6px; padding: 2px 0; } +#content .msg-menu img { vertical-align: top; } #content .msg-header { margin-left: 58px; overflow: hidden; } #content .msg-place { font-size: small; margin: 8px 0 8px 58px; } #content .msg-txt { margin: 8px 0 8px 58px; overflow: hidden; } @@ -97,6 +99,17 @@ table.users img { width: 32px; height: 32px; vertical-align: middle; margin-righ /********/ +#dialogb { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; } +#dialogw { display: none; position: fixed; top: 40%; left: 30%; width: 350px; padding: 20px; background: #EEEEE5; border: 1px solid #999; } +#dialogl,#dialogn { padding: 5px; margin: 3px 0 20px; border: 1px solid #DDD; background: #F5F5E9; } +#dialogw li { float: left; margin: 5px 10px 0 0; } +#dialogw li>a { display: block; width: 32px; height: 32px; background-image: url(//static.juick.com/sharesocial.png); } +#sharetw { background-position: -32px 0; } +#sharevk { background-position: -64px 0; } +#sharegp { background-position: -96px 0; } + +/********/ + #footer { clear: both; width: 600px; margin: 0 auto; font-size: small; padding: 15px 0 10px 0; } #footer-right { float: right; } -- cgit v1.2.3