From ca3f4e31bbbd6c8cff3d0d2041fe1cc91c2c6b92 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sat, 20 Mar 2010 22:48:23 -0400 Subject: COMMIT PROD --- static/header.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'static/header.css') diff --git a/static/header.css b/static/header.css index 6dc32cc..25dd736 100755 --- a/static/header.css +++ b/static/header.css @@ -1,3 +1,8 @@ +.share-buttons{ +cursor:pointer; +width:100; +} + .white a:link { text-decoration: none; font-size:14px; @@ -46,14 +51,13 @@ background-repeat:repeat-x; position:absolute; font-size: 16px; height:22; -word-spacing:1; width:455; color:#fff; text-indent:14; line-height:1.9; font-weight:bold; left: 140px; - margin-left: 1.2%; + margin-left: 1.1%; margin-right: 8%; letter-spacing:.2px; z-index: 999; @@ -296,11 +300,8 @@ height:0.1; .invisible { display: none !important; } #cursor-big { position: absolute; z-index: 1000; } #preload { - position: absolute; - left: 0px; - top: 0px; -} - -.share-button { - cursor: pointer; + position: fixed; + left: -1000px; + display:none; + top: -1000px; } \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 9e1070a2e949d54278e675e97d4bff3812b6f317 Mon Sep 17 00:00:00 2001 From: timb Date: Sun, 21 Mar 2010 00:39:49 -0700 Subject: fix giant hand, preload, & make info bubbles fade away --- static/header.css | 8 +------- template/chat.st | 3 +++ template/preload.st | 19 ++++++++++--------- 3 files changed, 14 insertions(+), 16 deletions(-) (limited to 'static/header.css') diff --git a/static/header.css b/static/header.css index 25dd736..1c53bf7 100755 --- a/static/header.css +++ b/static/header.css @@ -298,10 +298,4 @@ height:0.1; .no-cursor { cursor: none; } .invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; } -#preload { - position: fixed; - left: -1000px; - display:none; - top: -1000px; -} \ No newline at end of file +#cursor-big { position: absolute; z-index: 1000; } \ No newline at end of file diff --git a/template/chat.st b/template/chat.st index 15d0e3f..e5f8110 100755 --- a/template/chat.st +++ b/template/chat.st @@ -91,6 +91,9 @@ $else$
+
diff --git a/template/preload.st b/template/preload.st index 24f7e7c..8963e70 100644 --- a/template/preload.st +++ b/template/preload.st @@ -1,12 +1,13 @@ +
- - - - - - - - - + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3-70-g09d2