summaryrefslogtreecommitdiffstats
path: root/views/layouts/index.php_files/ie.css
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
committerMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
commit2389d66da849798f8d4ec5f10e3b07c11da49185 (patch)
treee22556d12982395b469a23420c662662e3e064cc /views/layouts/index.php_files/ie.css
downloadotakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz
Initial Commit
Diffstat (limited to 'views/layouts/index.php_files/ie.css')
-rw-r--r--views/layouts/index.php_files/ie.css74
1 files changed, 74 insertions, 0 deletions
diff --git a/views/layouts/index.php_files/ie.css b/views/layouts/index.php_files/ie.css
new file mode 100644
index 0000000..cc84912
--- /dev/null
+++ b/views/layouts/index.php_files/ie.css
@@ -0,0 +1,74 @@
+#page-content-outer {
+ border: 1px solid #ccc;
+ padding-top: 1px;
+
+ display:block;
+
+}
+
+#content{
+ *padding-top:60px
+}
+
+
+
+.form {
+ padding-top: 1px;
+}
+
+
+
+.list td {
+ border-bottom: 1px dotted #eee;
+
+}
+
+.list tr:hover>th, th {
+ background: #eee url(table-header-bg.png) repeat-x 0 0 scroll;
+ border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
+
+}
+
+
+
+.list tr:hover>td {
+ background: transparent url(list_hover.png) repeat-x 0 -1px scroll;
+
+}
+
+.list td .small-button {
+ margin: 0 5px 8px 0;
+}
+
+ul.tab_menu a span {
+ display: inline-block;
+ padding: 9px 29px 8px;
+}
+
+.small-button {
+ margin-right: 2px;
+}
+
+.small-button span {
+ padding: 0 11px 1px 8px;
+
+}
+
+.client-actions .danger{
+ *margin-top:-23px;
+
+}
+
+#alert{
+ top:45px;
+ z-index:99999;
+}
+
+.large.button input{
+ padding-top:5px;
+}
+
+.form-title{
+ *margin-top:24px;
+} \ No newline at end of file