Search - in Header Navigation

etemplate =  result + more
This commit is contained in:
Stefan Reinhardt 2014-06-12 10:34:39 +00:00
parent e9295a5861
commit dd689d5790
2 changed files with 37 additions and 4 deletions

View File

@ -118,10 +118,27 @@ button.et2_button {
/** /**
* SEARCH / Suchen * 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 { table.app_header {
background-color: #FFF; background-color: #FFF;
margin: 0.3em; margin: 1em;
border: 19px solid white; /*border: 19px solid white;*/
}
table.app_header tr {
height: 1em;
}
table.app_header tr td {
height: 1em;
} }
table.app_header td.app_icon img { table.app_header td.app_icon img {
width: 24px; width: 24px;

View File

@ -139,12 +139,28 @@ button.et2_button {
*/ */
// Result // 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 { table.app_header {
background-color: #FFF; background-color: #FFF;
margin: 0.3em; margin: 1em;
border: 19px solid white; /*border: 19px solid white;*/
tr {height: 1em;
td {height: 1em;}
}
td.app_icon { td.app_icon {