mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:15:57 +00:00
feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie
This commit is contained in:
19
tt-rss.css
19
tt-rss.css
@@ -148,6 +148,7 @@ table.main td.prefContent {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-color : #c0c0c0;
|
||||
border-style : solid;
|
||||
|
||||
}
|
||||
|
||||
table.main td.content {
|
||||
@@ -320,3 +321,21 @@ table.postTable td.post {
|
||||
padding : 20px;
|
||||
|
||||
}
|
||||
|
||||
#piggie {
|
||||
width : 400;
|
||||
height : 400;
|
||||
left : 50;
|
||||
background-color : white;
|
||||
display : none;
|
||||
z-index : 3;
|
||||
background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
|
||||
background-position : center center;
|
||||
background-repeat : no-repeat;
|
||||
position : absolute;
|
||||
border : 1px solid pink;
|
||||
margin-left : auto;
|
||||
margin-right : auto;
|
||||
-moz-border-radius : 10px;
|
||||
opacity : 0.8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user