diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-12-31 18:34:34 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-12-31 18:34:34 +0100 |
commit | 8ed6bc8285e3289a98552a35aa13c8231e6bc886 (patch) | |
tree | 53a687bb91037a6533d2bd323aaaf78f0a55ee05 /themes/default | |
parent | 2dc7291df7156eee16874ba50e1c97e922e7e11d (diff) |
default theme, menu and logo cell merged
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/stylesheet.css | 7 | ||||
-rw-r--r-- | themes/default/templates/index.tpl | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index e6635b8..c57c8a9 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -51,7 +51,7 @@ td.searchfor { vertical-align: middle;
}
-.logo {
+.menu {
font-weight: bolder;
padding: 5px;
height: 30px;
@@ -62,8 +62,9 @@ td.content { border-top: solid 1px #000000;
}
-.menu {
- padding: 5px;
+.logo {
+ float: none;
+ background-color: #eeeeee;
}
td.index_header {
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 4aee6cf..72a5ef0 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -1,9 +1,7 @@ {include file="header.tpl"} <body onload="init_phpfspot();"> - <div class="logo" colspan="2"> - {$page_title} - </div> <div class="menu"> + <div style="float: left;"> <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index"> <img src="resources/photo_index.png" alt="photo index" /> </a> @@ -14,6 +12,8 @@ <img src="resources/credits.png" alt="show credits" /> </a> </div> + <div class="logo"> {$page_title}</div> + </div> <table> <tr> <td class="options"> |