diff options
author | Alib <aliboba@free.fr> | 2010-07-05 17:06:58 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-07-05 17:06:58 +0200 |
commit | 73d75c718b5017708065d0c39c73cded75062dac (patch) | |
tree | 4b37764a45ccc6ece48cc7606e248fd0477f099a /css | |
parent | ebddc115d8243b31b7309b1aebd45ceda4132690 (diff) | |
download | istreamdev-73d75c718b5017708065d0c39c73cded75062dac.tar.gz istreamdev-73d75c718b5017708065d0c39c73cded75062dac.tar.bz2 |
fix long path for pid checks
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 2 | ||||
-rwxr-xr-x | css/jqtouch.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index 4d1dd44..bec671a 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -25,7 +25,7 @@ color: #444; padding: 15px; border-top: 1px solid rgba(255,255,255,.2); display: block; -position: absolute; +position: fixed; left: 0; top: 0; width: 100%; diff --git a/css/jqtouch.css b/css/jqtouch.css index 5c3e736..3b8c8ed 100755 --- a/css/jqtouch.css +++ b/css/jqtouch.css @@ -370,4 +370,4 @@ div#jqt > .current { -webkit-transform: scale(.2); opacity: 0; } -}
\ No newline at end of file +} |