2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 18:21:01 +01:00

[svn] Improve registration system.

Add jquery fade effects and quick search.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 06:22:07 +01:00
parent 9972e28a91
commit 9489fe56d9
17 changed files with 4842 additions and 138 deletions

View File

@@ -1,9 +1,12 @@
div#nav {
position:fixed;
width: 12em;
float: left;
background: rgb(153, 153, 153);
padding: 15px 0;
height:100%
margin-top: 0px;
margin-left: 120px;
border-top: thin black solid;
}
div#content { margin-left:13em }
div#content {
padding-left:240px;
}