mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:35:57 +00:00
css: font-size related fixes
This commit is contained in:
@@ -65,7 +65,6 @@ ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
|
||||
}
|
||||
|
||||
table.headlinesSubToolbar td {
|
||||
font-size : x-small;
|
||||
color : gray;
|
||||
background-image : url("images/grad_1.png");
|
||||
background-repeat : repeat-x;
|
||||
@@ -164,8 +163,7 @@ ul.feedList {
|
||||
list-style-type : none;
|
||||
margin : 5px;
|
||||
padding : 0px 0px 0px 5px;
|
||||
font-size : small;
|
||||
white-space : nowrap;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
ul.feedList hr {
|
||||
@@ -176,7 +174,7 @@ ul.feedList li.feedCat {
|
||||
margin : 0px;
|
||||
padding : 1px 0px 1px 0px;
|
||||
color : #707070;
|
||||
font-size : small;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
ul.feedList li.feedCat a:hover {
|
||||
@@ -266,7 +264,6 @@ span.contentPreview:hover {
|
||||
border-width : 1px 1px 1px 1px;
|
||||
border-style : solid;
|
||||
border-color : #999999;
|
||||
font-size : small;
|
||||
position : relative;
|
||||
bottom : 2px;
|
||||
right : 2px;
|
||||
@@ -290,7 +287,6 @@ div.infoBoxContents a:hover {
|
||||
right : 20px;
|
||||
height : 40px;
|
||||
color : gray;
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
#feeds-holder {
|
||||
@@ -331,7 +327,6 @@ div.headlines_normal {
|
||||
right : 20px;
|
||||
overflow : hidden;
|
||||
background : white;
|
||||
font-size : small;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
|
||||
@@ -345,7 +340,6 @@ div.headlines_cdm {
|
||||
top : 85px;
|
||||
right : 20px;
|
||||
overflow : hidden;
|
||||
font-size : small;
|
||||
background : white;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
@@ -371,7 +365,6 @@ div.headlines_cdm {
|
||||
bottom : 5px;
|
||||
text-align : center;
|
||||
color : gray;
|
||||
font-size : x-small;
|
||||
right : 0px;
|
||||
left : 0px;
|
||||
padding : 0px;
|
||||
@@ -393,7 +386,6 @@ div.headlines_cdm {
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
background-color : #fafafa; */
|
||||
font-size : x-small;
|
||||
}
|
||||
|
||||
#headlinesInnerContainer {
|
||||
@@ -424,12 +416,10 @@ div.prefsTabSelected {
|
||||
#prefHeader {
|
||||
margin : 10px 10px 10px 25px;
|
||||
color : gray;
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
div.return {
|
||||
float : right;
|
||||
font-size : small;
|
||||
margin-right : 10px;
|
||||
}
|
||||
|
||||
@@ -452,7 +442,6 @@ div.return a:hover {
|
||||
padding : 1em;
|
||||
margin : 0px;
|
||||
background : white;
|
||||
font-size : small;
|
||||
border-width : 1px 1px 1px 1px;
|
||||
border-color : #999999;
|
||||
border-style : solid;
|
||||
|
||||
Reference in New Issue
Block a user