moving to jsrender

This commit is contained in:
2012-06-05 22:56:03 -04:00
parent 5c7e20793a
commit fa67a502a1
5 changed files with 137 additions and 71 deletions

View File

@@ -42,3 +42,13 @@ input[type="text"] {
border: 1px solid #ccc;
vertical-align: middle;
}
#Activity {
display: none;
position: absolute;
width: 70%;
padding: 10px;
background: #eee;
color: #000;
border: 1px solid #1a1a1a;
font-size: 90%;
}

View File

@@ -41,3 +41,14 @@ input[type="text"]
padding-right:10px
border:1px solid #cccccc
vertical-align: middle
#Activity
display: none
position: absolute
width: 70%
padding: 10px
background: #eeeeee
color: #000000
border: 1px solid #1a1a1a
font-size: 90%