mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-18 03:51:00 +02:00
use old-style infobox for IE, misc IE fixes
This commit is contained in:
parent
1d7bf5a0f3
commit
f9e621d06f
@ -7,3 +7,38 @@ li.feedCatHolder {
|
|||||||
margin : 0px;
|
margin : 0px;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#infoBoxTitle {
|
||||||
|
border-width : 1px 1px 1px 1px;
|
||||||
|
border-style : solid;
|
||||||
|
border-color : #88b0f0;
|
||||||
|
background-color : #88b0f0;
|
||||||
|
padding : 2px;
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#infoBox {
|
||||||
|
border-width : 1px 1px 1px 1px;
|
||||||
|
border-style : solid;
|
||||||
|
border-color : #88b0f0;
|
||||||
|
font-size : small;
|
||||||
|
position : relative;
|
||||||
|
bottom : 2px;
|
||||||
|
right : 2px;
|
||||||
|
padding-bottom : 5px;
|
||||||
|
background-image : url("images/prefs-content.png");
|
||||||
|
background-position : top left;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
background-color : white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#infoBoxShadow {
|
||||||
|
background-image : url("images/shadow.png");
|
||||||
|
left : 30%;
|
||||||
|
top : 30%;
|
||||||
|
width : 30%;
|
||||||
|
z-index : 3;
|
||||||
|
position : absolute;
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
12
tt-rss.css
12
tt-rss.css
@ -523,7 +523,7 @@ div.helpResponse {
|
|||||||
background-color : #ecf4ff;
|
background-color : #ecf4ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoBoxTitle {
|
#infoBox > #infoBoxTitle {
|
||||||
border-width : 1px 1px 1px 1px;
|
border-width : 1px 1px 1px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
@ -532,7 +532,8 @@ div.helpResponse {
|
|||||||
color : white;
|
color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoBox {
|
|
||||||
|
#infoBoxShadow > #infoBox {
|
||||||
border-width : 1px 1px 1px 1px;
|
border-width : 1px 1px 1px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
@ -548,7 +549,7 @@ div.helpResponse {
|
|||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoBoxShadow {
|
td > #infoBoxShadow {
|
||||||
background-image : url("images/overlay.png");
|
background-image : url("images/overlay.png");
|
||||||
left : 0;
|
left : 0;
|
||||||
top : 0;
|
top : 0;
|
||||||
@ -603,7 +604,6 @@ table.main td.prefsTabs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.prefsTab {
|
input.prefsTab {
|
||||||
|
|
||||||
background-image : url("images/prefs_tab.png");
|
background-image : url("images/prefs_tab.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
@ -611,7 +611,7 @@ input.prefsTab {
|
|||||||
padding : 2px 7px 2px 7px;
|
padding : 2px 7px 2px 7px;
|
||||||
margin : 0px 1px 0px 0px;
|
margin : 0px 1px 0px 0px;
|
||||||
width : 130px;
|
width : 130px;
|
||||||
font-size : small;
|
font-size : x-small;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -627,7 +627,7 @@ input.prefsTabSelected {
|
|||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
font-size : small;
|
font-size : x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user