+ fix a few CSS for IE7

This commit is contained in:
kelson42 2010-08-12 10:11:58 +00:00
parent c0587a0854
commit 52a1eb82a4

View File

@ -28,19 +28,13 @@ static const string HTMLScripts = " \
<style type=\"text/css\"> \n \
\n \
#topbar{ \n \
// position: absolute; \n \
// right: 0%; \n \
border: 1px solid #BBBBBB; \n \
border-radius: 5px; \n \
-moz-border-radius: 5px; \n \
-webkit-border-radius: 5px; \n \
// margin-top: 0px; \n \
// margin-right: 5px; \n \
margin: 5px; \n \
padding: 5px; \n \
background: #FFFFFF; \n \
// visibility: hidden; \n \
// z-index: 100; \n \
} \n \
\n \
</style> \n \