move logo to the left, fix small layout issue
This commit is contained in:
parent
a516aa6d28
commit
b3a9daddcc
13
tt-rss.css
13
tt-rss.css
|
@ -8,16 +8,19 @@ body {
|
||||||
|
|
||||||
/* common styles */
|
/* common styles */
|
||||||
|
|
||||||
table.main td.header {
|
table.main td.headerBox {
|
||||||
padding : 10px 10px 10px 50px;
|
|
||||||
height : 70px;
|
|
||||||
font-size : 24pt;
|
|
||||||
font-weight : bold;
|
|
||||||
background-image : url("images/vgrad_light_rev2.png");
|
background-image : url("images/vgrad_light_rev2.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.main td.header {
|
||||||
|
padding : 10px 10px 10px 30px;
|
||||||
|
height : 80px;
|
||||||
|
font-size : 24pt;
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
|
||||||
table.main td.mainToolbar {
|
table.main td.mainToolbar {
|
||||||
border-width : 0px 0px 0px 0px;
|
border-width : 0px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
||||||
<? if (DISPLAY_HEADER) { ?>
|
<? if (DISPLAY_HEADER) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2" class="headerBox">
|
||||||
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
||||||
<td class="header" valign="middle">
|
<td class="header" valign="middle">
|
||||||
<img src="images/ttrss_logo.png" alt="logo">
|
<img src="images/ttrss_logo.png" alt="logo">
|
||||||
|
|
Loading…
Reference in New Issue