]> git.wh0rd.org Git - tt-rss.git/commitdiff
move logo to the left, fix small layout issue
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 14:30:51 +0000 (15:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 14:30:51 +0000 (15:30 +0100)
tt-rss.css
tt-rss.php

index fb8f5548d1312996d6216af59d0612c2c7cdd1b9..2a9af4ae66fad0f3c893d1ca117e8d89123a8e93 100644 (file)
@@ -8,16 +8,19 @@ body {
 
 /* common styles */
 
-table.main td.header {
-       padding : 10px 10px 10px 50px;
-       height : 70px;
-       font-size : 24pt;
-       font-weight : bold;     
+table.main td.headerBox {
        background-image : url("images/vgrad_light_rev2.png");
        background-position : top left;
        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 {
        border-width : 0px 0px 0px 0px;
        border-style : solid;
index b555179dea77920fc78d82815f77428fb4f6dc98..cc48439f43845194ae6acae8bc756017689bdd27 100644 (file)
@@ -34,7 +34,7 @@
 <table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
 <? if (DISPLAY_HEADER) { ?>
 <tr>
-       <td colspan="2">
+       <td colspan="2" class="headerBox">
                <table cellspacing="0" cellpadding="0" width="100%"><tr>
                        <td class="header" valign="middle">     
                                <img src="images/ttrss_logo.png" alt="logo">