1
0

Updated tableless design and added new search function.

This commit is contained in:
Stefan Frech
2008-06-01 19:29:18 +00:00
committed by Jonas Kattendick
parent 1aedf85d34
commit 2ea7cfb866
8 changed files with 88 additions and 15 deletions

View File

@@ -89,6 +89,9 @@ ul.nav a:hover {
ul.nav a:active {
text-decoration: none;
}
form.nav {
margin: 0px;
}
/* Folders section */
div#folders {
@@ -133,7 +136,6 @@ div.bookmark:hover {
background-color: #eee;
}
div.bmleft {
margin-top: -2px;
float: left;
padding-right: 5px;
}
@@ -145,19 +147,19 @@ div.bmright {
text-align: center;
}
div.link {
padding: 2px;
padding: 0px 0px 2px;
}
span.private {
background-color: #E7FBE9;
color: #177F23;
}
span.public {
background-color: #F9E7E9;
background-color: #F9E7E9;
color: #E42037;
}
div.description {
margin-top: 5px;
}
}
div.description, span.private, span.public, span.date {
font-size: smaller;
}