fixed comment test

This commit is contained in:
albert
2011-05-16 09:27:06 -04:00
parent 903a3fa5d1
commit 158810d9f0
20 changed files with 174 additions and 58 deletions

View File

@@ -3,11 +3,7 @@
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt, header, aside {
font-family: Verdana, Geneva, sans-serif;
line-height: 1.25em;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline; }
line-height: 1.25em; }
body {
font-size: 87.5%; }
@@ -504,3 +500,51 @@ div#c-post-moderation aside {
div#c-post-moderation section {
float: left;
width: 300px; }
/*** Note Container ***/
div#note-container {
position: absolute; }
div#note-container div.note-body {
background: #FFE;
border: 1px solid black;
max-width: 300px;
min-width: 140px;
min-height: 10px;
position: absolute;
padding: 5px;
cursor: pointer;
overflow: auto; }
div#note-container div.note-body p.tn {
font-size: 0.8em;
color: gray; }
div#note-container div.note-box {
position: absolute;
border: 1px solid black;
width: 150px;
height: 150px;
cursor: move;
background: #FFE; }
div#note-container div.note-box div.note-corner {
background: black;
width: 7px;
height: 7px;
position: absolute;
bottom: 0;
right: 0;
cursor: se-resize; }
div#note-container div.unsaved {
background: #FFF;
border: 1px solid red; }
div#note-container div.unsaved div.note-corner {
background: red; }
div#jquery-test div.note {
background: #FFE;
border: 1px solid black;
max-width: 300px;
min-width: 140px;
min-height: 10px;
position: absolute;
padding: 5px;
cursor: pointer;
overflow: auto; }