mirror of
https://github.com/sstent/node.git
synced 2026-01-26 07:02:31 +00:00
moving to jsrender
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user