From 71bd87ac1e52d06814e305ae9688a76cdff30af2 Mon Sep 17 00:00:00 2001 From: benweet Date: Sun, 31 Mar 2013 02:00:03 +0100 Subject: [PATCH] IE 8 support --- css/jgrowl.css | 5 +- css/main.css | 27 +++++--- index.html | 82 +++++++++++++++-------- js/base64.js | 176 ++++++++++++++++++++++++++++++++++++++++++++++++ js/gdrive.js | 2 +- js/main.js | 177 ++++++++++++++++++++++++++++++------------------- 6 files changed, 358 insertions(+), 111 deletions(-) create mode 100644 js/base64.js diff --git a/css/jgrowl.css b/css/jgrowl.css index abbe3253..9b1ebc25 100644 --- a/css/jgrowl.css +++ b/css/jgrowl.css @@ -2,7 +2,6 @@ div.jGrowl { z-index: 1000; color: #fff; - font-size: 12px; } /** Special IE6 Style Positioning **/ @@ -83,7 +82,7 @@ div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { background-color: #777; zoom: 1; width: 235px; - padding: 10px; + padding: 15px 20px; margin-top: 5px; margin-bottom: 5px; text-align: left; @@ -98,7 +97,7 @@ div.jGrowl div.jGrowl-notification { div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { - margin: 10px; + margin: 20px; } div.jGrowl div.jGrowl-notification div.jGrowl-header { diff --git a/css/main.css b/css/main.css index 1d2dff21..b7f80c89 100644 --- a/css/main.css +++ b/css/main.css @@ -58,6 +58,11 @@ div, span, a, ul, li, textarea, input { background-color: #777; } +input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { + cursor: not-allowed; + background-color: #f5f5f5; +} + .btn-primary:hover, .btn-primary:focus, .btn-primary:active, @@ -102,6 +107,18 @@ hr { margin: 30px 0; } +#file-title i { + margin: 3px 5px 0; +} + +.dropdown-menu { + border-color: #ddd +} + +.dropdown-menu i { + margin-right: 5px; +} + #navbar { position: static; } @@ -233,13 +250,3 @@ hr { border-right: 5px solid #525252; border-left: 0; } - -#message-container { - position: absolute; - right: 20px; - bottom: 20px; - width: 200px; - background-color: #eee; - margin: 0; - font-weight: bold; -} \ No newline at end of file diff --git a/index.html b/index.html index 9bba4e80..5de1d179 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + @@ -48,12 +49,12 @@ @@ -89,9 +95,6 @@
- -
-