diff options
author | gnowgi <nagarjun@gnowledge.org> | 2012-03-15 16:19:20 +0530 |
---|---|---|
committer | gnowgi <nagarjun@gnowledge.org> | 2012-03-15 16:19:20 +0530 |
commit | 7a4f561e851fdc7246d804c3abb6748b8a4199a6 (patch) | |
tree | d2afc3463fd49625a9be482012f5c3bfcf7c42b9 /gstudio/static/gstudio/css/ie.css | |
download | gnowsys-7a4f561e851fdc7246d804c3abb6748b8a4199a6.tar.gz |
master trunk of gnowsys-studio
Diffstat (limited to 'gstudio/static/gstudio/css/ie.css')
-rw-r--r-- | gstudio/static/gstudio/css/ie.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/gstudio/static/gstudio/css/ie.css b/gstudio/static/gstudio/css/ie.css new file mode 100644 index 00000000..18409050 --- /dev/null +++ b/gstudio/static/gstudio/css/ie.css @@ -0,0 +1,39 @@ +body { text-align: center; } +* html body legend { margin: 0px -8px 16px 0; padding: 0; } +html > body p code { *white-space: normal; } + +.container { text-align: left; } + +sup { vertical-align: text-top; } + +sub { vertical-align: text-bottom; } + +hr { margin: -8px auto 11px; } + +img { -ms-interpolation-mode: bicubic; } + +fieldset { padding-top: 0; } + +legend { margin-top: -0.2em; margin-bottom: 1em; margin-left: -0.5em; } + +fieldset, #IE8#HACK { padding-top: 1.4em; } + +legend, #IE8#HACK { margin-top: 0; margin-bottom: 0; } + +textarea { overflow: auto; } + +label { position: relative; top: -0.25em; } + +input.text { margin: 0.5em 0; background-color: white; border: 1px solid #bbbbbb; } +input.text:focus { border: 1px solid #666666; } +input.title { margin: 0.5em 0; background-color: white; border: 1px solid #bbbbbb; } +input.title:focus { border: 1px solid #666666; } +input.checkbox { position: relative; top: 0.25em; } +input.radio { position: relative; top: 0.25em; } +input.button { position: relative; top: 0.25em; } + +textarea { margin: 0.5em 0; } + +select { margin: 0.5em 0; } + +button { position: relative; top: 0.25em; } |