mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Search - in Header Navigation
etemplate = result + more
This commit is contained in:
parent
e9295a5861
commit
dd689d5790
@ -118,10 +118,27 @@ button.et2_button {
|
||||
/**
|
||||
* SEARCH / Suchen
|
||||
*/
|
||||
div.app_box {
|
||||
display: inline;
|
||||
float: left;
|
||||
min-height: 30em;
|
||||
margin: 0.3em;
|
||||
background-color: #FFF;
|
||||
}
|
||||
div.app_box div {
|
||||
display: inline;
|
||||
margin: 0.3em;
|
||||
}
|
||||
table.app_header {
|
||||
background-color: #FFF;
|
||||
margin: 0.3em;
|
||||
border: 19px solid white;
|
||||
margin: 1em;
|
||||
/*border: 19px solid white;*/
|
||||
}
|
||||
table.app_header tr {
|
||||
height: 1em;
|
||||
}
|
||||
table.app_header tr td {
|
||||
height: 1em;
|
||||
}
|
||||
table.app_header td.app_icon img {
|
||||
width: 24px;
|
||||
|
@ -139,12 +139,28 @@ button.et2_button {
|
||||
*/
|
||||
|
||||
// Result
|
||||
div.app_box {
|
||||
|
||||
display: inline;
|
||||
float: left;
|
||||
min-height: 30em;
|
||||
margin: 0.3em;
|
||||
background-color: #FFF;
|
||||
|
||||
div {display: inline; margin: 0.3em;}
|
||||
}
|
||||
|
||||
// Single APP
|
||||
table.app_header {
|
||||
background-color: #FFF;
|
||||
margin: 0.3em;
|
||||
border: 19px solid white;
|
||||
margin: 1em;
|
||||
/*border: 19px solid white;*/
|
||||
|
||||
tr {height: 1em;
|
||||
|
||||
td {height: 1em;}
|
||||
|
||||
}
|
||||
|
||||
td.app_icon {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user