misc css tweaks
This commit is contained in:
parent
4020f6f31e
commit
3a391f6720
|
@ -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>
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 178 B |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue