diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-03 14:15:34 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-03 14:15:34 +0000 |
commit | 4aaef1823e5e37f02bc18078ccb67217b8cdbcb7 (patch) | |
tree | 1c955727c1e67bbb53c955839c3d59b1b446d564 /scuttle.css | |
parent | 5402e624e249c19a4b1424a6802103752c85a31e (diff) | |
download | semanticscuttle-4aaef1823e5e37f02bc18078ccb67217b8cdbcb7.tar.gz semanticscuttle-4aaef1823e5e37f02bc18078ccb67217b8cdbcb7.tar.bz2 |
Interface fix: correct visual bug under IE
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@246 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/scuttle.css b/scuttle.css index 5c9aba6..28377e0 100644 --- a/scuttle.css +++ b/scuttle.css @@ -116,7 +116,7 @@ html > body h1 { padding-left: 75px; } html > body div#header.popup h1 { - background: url('images/logo_24.png') no-repeat 10px; + background: url('images/logo_24.gif') no-repeat 10px; padding: 0.5em 0.5em 0.5em 50px; } /*html > body div#header #welcome { @@ -193,11 +193,12 @@ html > body ol#bookmarks { margin: 0 1em; padding: 0; } -img.thumbnail { +img.thumbnail { float: left; padding: 1px; margin-right: 6px; margin-bottom:4px; + cursor:pointer; border:1px solid #AAA; } div.link a { @@ -513,11 +514,15 @@ ul { } .adminBackground { - background: #FFFFFF url(http://127.0.0.6/SemanticScuttle/trunk/images/logo_24.png) repeat-y scroll top right; + /*background: #FFFFFF url(images/logo_24.png) no-repeat scroll center right;*/ /*border-top: 1px solid; border-color: #CC9900;*/ } +.adminBackground { + background: #FFF url('images/bg_admin.png') repeat-y top right; +} + /* DOJO Style */ /* DOJO Style */ |