1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rework label editor from inline to infobox

This commit is contained in:
Andrew Dolgov
2006-08-16 08:28:10 +01:00
parent 68c1b64ff1
commit a4dbc5247a
4 changed files with 123 additions and 57 deletions

View File

@@ -287,6 +287,10 @@ a:hover {
background-color : #f0fff0;
}
textarea.iedit {
width : 100%;
}
input.iedit {
width : 100%;
padding-left : 2px;
@@ -956,6 +960,16 @@ ul.userFeedList {
-moz-border-radius : 5px;
} */
ul.labelTestResults {
height : 100px;
overflow : auto;
list-style-type : none;
margin : 0px 0px 5px 0px;
padding : 0px;
border : 1px solid #88b0f0;
background-color : white;
}
ul.filterTestResults {
height : 300px;
overflow : auto;