forked from expo/troggle
[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:
@@ -16,7 +16,7 @@ table, caption, tbody, tfoot, thead, tr, th, td
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -207,10 +207,6 @@ td {
|
||||
}
|
||||
|
||||
|
||||
#nav {
|
||||
|
||||
}
|
||||
|
||||
.redtext{
|
||||
color:#F00;
|
||||
}
|
||||
@@ -292,7 +288,9 @@ div#content {
|
||||
margin-top: 50px;
|
||||
margin-left: 120px;
|
||||
margin-right: 120px;
|
||||
padding: 5em;
|
||||
padding-top: 10px;
|
||||
padding-left: 5em;
|
||||
padding-right: 5em;
|
||||
background:#CCC;
|
||||
}
|
||||
|
||||
@@ -361,6 +359,16 @@ h1 {
|
||||
left:auto;
|
||||
}
|
||||
|
||||
#surveyHover {
|
||||
width:auto;
|
||||
right:auto;
|
||||
left:auto;
|
||||
}
|
||||
|
||||
#col1 {
|
||||
width:60%
|
||||
}
|
||||
|
||||
#quicksearch {
|
||||
margin-left:40px;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user