Globale Suche für CIS nach Content und Benutzern

This commit is contained in:
Andreas Österreicher
2012-01-27 12:29:27 +00:00
parent 9b7e99bdcf
commit 7e30670c29
8 changed files with 345 additions and 14 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

+24
View File
@@ -691,3 +691,27 @@ option.inactive
{
background-color: lightgreen;
}
.suchmarker
{
font-weight: bold;
text-decoration: underline;
font-size: medium;
}
.suchergebnis:hover
{
background-color: #EEEEEE;
}
.suchergebnis a
{
font-weight: bold;
}
.suchicon
{
margin:0px;
}
.suchicon:hover
{
cursor:pointer;
cursor:hand;
}