1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00

update label editor

This commit is contained in:
Andrew Dolgov
2010-11-18 20:04:57 +03:00
parent e8c20f9262
commit fb8b2153ac
4 changed files with 241 additions and 291 deletions

View File

@@ -1284,6 +1284,20 @@ span.labelColorIndicator {
margin-right : 2px;
}
span.labelColorIndicator2 {
height : 14px;
width : 14px;
font-height : 9px;
display : inline-block;
border : 1px solid black;
background-color : #fff7d5;
color : #063064;
text-align : center;
margin-right : 2px;
vertical-align : bottom;
}
div.labelColorIndicator {
height : 14px;
width : 14px;
@@ -1543,13 +1557,13 @@ img.feedIcon, img.tinyFeedIcon {
height : 16px;
}
div#feedlistLoading, div#filterlistLoading {
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center;
padding : 5px;
color : gray;
}
div#feedlistLoading img, div#filterlistLoading img {
div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
margin-right : 5px;
}