OPML import

This commit is contained in:
Andrew Dolgov
2005-09-02 12:49:47 +01:00
parent 9a4506c87d
commit 9f311df626
5 changed files with 129 additions and 13 deletions
+15 -4
View File
@@ -218,6 +218,17 @@ table.prefAddFeed input {
width : 250px;
}
form.prefForm {
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;
width : 500px;
}
table.prefAddFeed {
border : 1px solid #c0c0c0;
padding : 10px;
@@ -269,7 +280,7 @@ a.disabledButton:hover {
color : #909090;
}
a.button {
.button {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
@@ -281,13 +292,13 @@ a.button {
font-size : small;
}
a.button:hover {
.button:hover {
background : white;
text-decoration : none;
color : black;
}
a.buttonWarn {
.buttonWarn {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
@@ -299,7 +310,7 @@ a.buttonWarn {
font-size : small;
}
a.buttonWarn:hover {
.buttonWarn:hover {
background : #fff0f0;
text-decoration : none;
color : black;