tweak prefs tabs
This commit is contained in:
parent
74fbd01eb2
commit
727b0e5685
|
@ -146,6 +146,7 @@ window.onload = init;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="prefContentOuter">
|
||||||
<div id="prefContent">
|
<div id="prefContent">
|
||||||
<p><?php echo __('Loading, please wait...') ?></p>
|
<p><?php echo __('Loading, please wait...') ?></p>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
@ -155,6 +156,7 @@ window.onload = init;
|
||||||
browser settings.") ?></div>
|
browser settings.") ?></div>
|
||||||
</noscript>
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
||||||
<div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
|
<div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
|
||||||
|
|
35
tt-rss.css
35
tt-rss.css
|
@ -591,7 +591,7 @@ html>body #infoBox {
|
||||||
left : 25%;
|
left : 25%;
|
||||||
top : 100px;
|
top : 100px;
|
||||||
width : 50%;
|
width : 50%;
|
||||||
z-index : 3;
|
z-index : 5;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
display : none;
|
display : none;
|
||||||
min-width : 600px;
|
min-width : 600px;
|
||||||
|
@ -661,6 +661,9 @@ div.prefsTab {
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
|
position : relative;
|
||||||
|
bottom : -1px;
|
||||||
|
height : 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.prefsTabSelected {
|
div.prefsTabSelected {
|
||||||
|
@ -678,6 +681,10 @@ div.prefsTabSelected {
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
|
position : relative;
|
||||||
|
bottom : -1px;
|
||||||
|
z-index : 3;
|
||||||
|
height : 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.notice {
|
div.notice {
|
||||||
|
@ -1264,7 +1271,7 @@ a.cdmToggleLink:hover {
|
||||||
top : 0;
|
top : 0;
|
||||||
height : 100%;
|
height : 100%;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
z-index : 2;
|
z-index : 4;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
background-image : url("images/shadow_white.png");
|
background-image : url("images/shadow_white.png");
|
||||||
}
|
}
|
||||||
|
@ -1624,25 +1631,35 @@ div.return a:hover {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#prefContent {
|
#prefContentOuter {
|
||||||
clear : left;
|
clear : left;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
bottom : 40px;
|
bottom : 41px;
|
||||||
top : 75px;
|
top : 75px;
|
||||||
left : 0px;
|
left : 0px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
padding : 1em;
|
|
||||||
overflow : auto;
|
|
||||||
min-height : 300px;
|
min-height : 300px;
|
||||||
background-image : url("images/prefs-content.png");
|
|
||||||
background-position : top left;
|
|
||||||
background-repeat : repeat-x;
|
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#prefContent {
|
||||||
|
z-index : 4;
|
||||||
|
background-image : url("images/prefs-content.png");
|
||||||
|
background-position : top left;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
position : absolute;
|
||||||
|
bottom : 0px;
|
||||||
|
top : 0px;
|
||||||
|
left : 0px;
|
||||||
|
right : 0px;
|
||||||
|
padding : 1em;
|
||||||
|
overflow : auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#userSwitch {
|
#userSwitch {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
bottom : 2px;
|
bottom : 2px;
|
||||||
|
|
Loading…
Reference in New Issue