]> git.wh0rd.org Git - tt-rss.git/commitdiff
move preferences button to toolbar
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 14:23:06 +0000 (15:23 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 14:23:06 +0000 (15:23 +0100)
tt-rss.css
tt-rss.php
tt-rss_compact.css

index 388b2e44beff19f070d0879250c8446d5e2b6105..b64860969551f60f7f3f3e306075fca11d2cb337 100644 (file)
@@ -29,7 +29,7 @@ table.main td.prefsToolbar {
        border-width : 0px 0px 0px 0px;
        border-style : solid;
        border-color : #c0c0c0;
-       padding : 3px 25px 15px 10px;
+       padding : 0px 10px 10px 5px;
 }
 
 table.main td.feeds {
index 7dbe9223684aaef8e032b44c4c3b668af28840d1..b555179dea77920fc78d82815f77428fb4f6dc98 100644 (file)
        </td>
 </tr>
 <? } ?>
-<tr>
-       <td class="mainToolbar" colspan="2">
-       
-               <table width='100%' cellspacing='0' cellpadding='0'>    
-                       <td><!-- <span id="notify"><span id="notify_body"></span> --></td>
-                       <td align='right'>
-                               <input type="submit" onclick="gotoPreferences()" 
-                                       class="button" value="Preferences"></td>
-               </table>
-       
-               <!-- <table width="100%" cellspacing="0" cellpadding="0">
-               <td valign="middle">
-                       <table id="notify"><tr><td width="100%" id="notify_body">&nbsp;</td>
-                       <td><img onclick="javascript:notify('')" alt="Close" 
-                               src="images/close.png"></td></table>
-               </td>
-               <td class="toolbar" valign="middle" align="right">
-                       <a href="prefs.php" class="button">Preferences</a></td>
-               </tr></table> -->
-       </td>
-</tr>
 <tr>
        <td valign="top" rowspan="3" class="feeds"> 
                
                <input class="button" type="submit"
                        onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
 
-               </td></tr>
+               </td>
+               <td align="right">
+                       <input type="submit" onclick="gotoPreferences()" 
+                               class="button" value="Preferences"></td>
+               </td>
+               </tr>
                </table>
        </td> 
 </tr><tr>
index c8507da5ff3c89651683a246dde5fb77252258c6..e4255217405e2bece483425a621260ee4a1c9d89 100644 (file)
@@ -233,14 +233,18 @@ a:hover {
 }
 
 #notify {
-       font-weight : bold;
        font-size : 10pt;
-       display : none;
-       width : 350px;
+       text-align : right;
        color : gray;
-       font-size:8pt;
+       border-style : solid;
+       border-width : 0px 0px 1px 1px;
+       border-color : #c0c0c0;
+       background-color : white;
+       padding : 3px;
+       width : 350px;
 }
 
+
 #dispSwitch {
        text-align : right;
        padding : 5px 5px 5px 0px;