style fixes
This commit is contained in:
parent
67f46ec2a2
commit
c4cbe62c71
|
@ -1,4 +1,4 @@
|
||||||
#infoBox {
|
/* #infoBox {
|
||||||
font-size : small;
|
font-size : small;
|
||||||
position : relative;
|
position : relative;
|
||||||
top : 30%;
|
top : 30%;
|
||||||
|
@ -16,4 +16,5 @@
|
||||||
z-index : 3;
|
z-index : 3;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@ table.main td.headlines {
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoBoxShadow {
|
/* #infoBoxShadow {
|
||||||
background-image : url("images/overlay.png");
|
background-image : url("images/overlay.png");
|
||||||
left : 0;
|
left : 0;
|
||||||
top : 0;
|
top : 0;
|
||||||
|
@ -23,5 +23,5 @@ table.main td.headlines {
|
||||||
left : 30%;
|
left : 30%;
|
||||||
width : 30%;
|
width : 30%;
|
||||||
padding-bottom : 5px;
|
padding-bottom : 5px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,9 @@ div.notice {
|
||||||
border : 1px solid #999999;
|
border : 1px solid #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.userFeedList, ul.browseFeedList {
|
||||||
|
border : 1px solid #999999;
|
||||||
|
}
|
||||||
|
|
||||||
table.headlinesSubToolbar td {
|
table.headlinesSubToolbar td {
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
|
|
Loading…
Reference in New Issue