mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 04:01:27 +00:00
images moved to subdirectory, updated TODO
This commit is contained in:
14
tt-rss.css
14
tt-rss.css
@@ -116,7 +116,7 @@ table.main td.toolbar {
|
||||
table.main td.header {
|
||||
font-size : 21pt;
|
||||
background-color : #f0f0f0;
|
||||
background-image : url("header.png");
|
||||
background-image : url("images/header.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
height : 50px;
|
||||
@@ -177,7 +177,7 @@ table.main td.notify {
|
||||
text-align : center;
|
||||
color : gray;
|
||||
background-color : #f0f0f0;
|
||||
background-image : url("header_rev.png");
|
||||
background-image : url("images/header_rev.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
|
||||
@@ -220,10 +220,14 @@ table.prefAddFeed input {
|
||||
}
|
||||
|
||||
table.prefAddFeed {
|
||||
background : #f0f0f0;
|
||||
border : 1px solid #c0c0c0;
|
||||
padding : 10px;
|
||||
-moz-border-radius : 5px;
|
||||
background-color : #f0f0f0;
|
||||
background-image : url("images/form.png");
|
||||
background-position : bottom left;
|
||||
background-repeat : repeat-x;
|
||||
|
||||
}
|
||||
|
||||
table.prefFeedList tr.title td {
|
||||
@@ -257,7 +261,7 @@ a.disabledButton:hover {
|
||||
|
||||
a.button {
|
||||
border : 1px solid #d0d0d0;
|
||||
background-image : url("button.png");
|
||||
background-image : url("images/button.png");
|
||||
background-position : top;
|
||||
background-repeat : repeat-x;
|
||||
background-color : white;
|
||||
@@ -274,7 +278,7 @@ a.button:hover {
|
||||
|
||||
a.buttonWarn {
|
||||
border : 1px solid #d0d0d0;
|
||||
background-image : url("button.png");
|
||||
background-image : url("images/button.png");
|
||||
background-position : top;
|
||||
background-repeat : repeat-x;
|
||||
background-color : white;
|
||||
|
||||
Reference in New Issue
Block a user