misc css tweaks

This commit is contained in:
Andrew Dolgov 2008-05-16 05:57:54 +01:00
parent 4020f6f31e
commit 3a391f6720
4 changed files with 5 additions and 2 deletions

View File

@ -55,6 +55,7 @@
<tr><td class='n'>g s</td><td>Starred articles</td></tr>
<tr><td class='n'>g f</td><td>Fresh articles</td></tr>
<tr><td class='n'>g p</td><td>Published articles</td></tr>
<tr><td class='n'>g t</td><td>Tag cloud</td></tr>
<tr><td class='n'>g P</td><td>Preferences</td></tr>
</table>

BIN
images/shadow_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

View File

@ -1189,15 +1189,14 @@ a.cdmToggleLink:hover {
}
#dialog_overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 2;
opacity : 0.5;
position : absolute;
display : none;
background-image : url("images/shadow_white.png");
}
#overlay {

View File

@ -1134,6 +1134,9 @@ function hotkey_handler(e) {
return viewfeed(-3);
}
if (keycode == 84) { // t
toggleTags();
}
}