aboutsummaryrefslogtreecommitdiff
path: root/scuttle.css
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 08:08:33 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 08:08:33 +0000
commit639d8e15db8e2256b0c4bd7f518c76fe8674c6a7 (patch)
treed63b1bea03f426fb152076f73a7fbab16d89dd93 /scuttle.css
parent024b3074be5bfaff9aee776014d42288d7466ba8 (diff)
downloadsemanticscuttle-639d8e15db8e2256b0c4bd7f518c76fe8674c6a7.tar.gz
semanticscuttle-639d8e15db8e2256b0c4bd7f518c76fe8674c6a7.tar.bz2
Optimisation of the interface: moved toolbar, search menu, sort menu and right profile menu
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@6 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r--scuttle.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/scuttle.css b/scuttle.css
index c2baa8f..e229140 100644
--- a/scuttle.css
+++ b/scuttle.css
@@ -346,10 +346,14 @@ form {
margin: 0;
}
form#search {
- background: #FFF;
- color: #555;
- font-size: small;
- margin-bottom: 1em;
+ margin-right: 0.75em;
+ color: #CCC;
+ font-size: small;
+ float: right;
+ margin: 0;
+ position: absolute;
+ right: 0;
+ top: 6.4em;
}
form label,
form td,
@@ -376,16 +380,16 @@ p {
margin: 1em;
}
p#sort {
- color: #CCC;
+ /*color: #CCC;*/
font-size: small;
- float: right;
- margin: 0;
- position: absolute;
+ /*float: right;*/
+ /*margin: 0;*/
+ /*position: absolute;*/
right: 0;
top: 7em;
}
html > body p#sort {
- margin-right: 0.75em;
+ /*margin-right: 0.75em;*/
}
p#sort a {
background: #AAA;