simplify preferences layout
This commit is contained in:
parent
0f41025327
commit
e912929881
15
tt-rss.css
15
tt-rss.css
|
@ -218,17 +218,7 @@ table.prefAddFeed input {
|
||||||
width : 250px;
|
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 {
|
table.prefAddFeed {
|
||||||
border : 1px solid #c0c0c0;
|
border : 1px solid #c0c0c0;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
|
@ -237,8 +227,7 @@ table.prefAddFeed {
|
||||||
background-image : url("images/form.png");
|
background-image : url("images/form.png");
|
||||||
background-position : bottom left;
|
background-position : bottom left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
|
} */
|
||||||
}
|
|
||||||
|
|
||||||
table.prefFeedList tr.title td, table.prefFilterList tr.title td {
|
table.prefFeedList tr.title td, table.prefFilterList tr.title td {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
|
Loading…
Reference in New Issue