diff options
Diffstat (limited to 'static/css/chat_wrapper.css')
| -rw-r--r-- | static/css/chat_wrapper.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css index 6d9a832..c7989ca 100644 --- a/static/css/chat_wrapper.css +++ b/static/css/chat_wrapper.css @@ -17,3 +17,13 @@ left: 50% !important; margin-left: -250px !important; } + +#vipinfo { + position: absolute; + z-index: 100000; + right: 50px; + bottom: 125px; + background: #fff; + padding: 10px; + opacity: 0.75; +} |
