1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 11:19:15 +00:00

rework feed dialog layouts

This commit is contained in:
Andrew Dolgov
2008-08-06 08:51:28 +01:00
parent 10fa661549
commit ecace165c1
7 changed files with 139 additions and 111 deletions

View File

@@ -538,8 +538,10 @@ div.helpResponse {
border-style : solid;
border-color : #99d67a;
background-color : #99d67a;
padding : 2px;
padding : 4px 2px 4px 10px;
color : white;
font-weight : bold;
font-size : 12px;
}
/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
@@ -587,11 +589,12 @@ html>body #infoBox {
background-image : url("images/shadow.png");
background-position : bottom right;
left : 25%;
top : 30%;
top : 100px;
width : 50%;
z-index : 3;
position : absolute;
display : none;
min-width : 600px;
}
div.infoBoxContents {
@@ -2018,6 +2021,7 @@ div.dlgSecCont {
float : left;
font-size : 12px;
font-weight : medium;
line-height : 200%;
}
div.dlgButtons {