diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 04:32:10 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 04:32:10 -0700 |
commit | 6d182e241055bffa3bf04adcc1aef5db530fe4cd (patch) | |
tree | 3660b922f4188a57ed6e91dc6cdf6c927f2037cc /views/layouts/index.php_files/ie.css | |
parent | b9aa2a0396aa5f7db439bc362952f7710c7c24e9 (diff) | |
download | otakuhub-6d182e241055bffa3bf04adcc1aef5db530fe4cd.tar.xz |
run fromdos on all the php, css, and js files
Diffstat (limited to 'views/layouts/index.php_files/ie.css')
-rw-r--r-- | views/layouts/index.php_files/ie.css | 146 |
1 files changed, 73 insertions, 73 deletions
diff --git a/views/layouts/index.php_files/ie.css b/views/layouts/index.php_files/ie.css index cc84912..0ccbb7e 100644 --- a/views/layouts/index.php_files/ie.css +++ b/views/layouts/index.php_files/ie.css @@ -1,74 +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;
+#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 |