More code from flux branch

This commit is contained in:
Patrick Donelan 2009-01-14 06:14:52 +00:00
parent 34b44def2f
commit 42ce45f825
2 changed files with 14 additions and 10 deletions

View file

@ -92,9 +92,11 @@ li.squestion {
min-height: 10px; min-height: 10px;
} }
li.newQuestion { li.newQuestion {
# background-color: #D1E6EC; /*
# border:1px solid #7EA6B2; background-color: #D1E6EC;
# cursor: move; border:1px solid #7EA6B2;
cursor: move;
*/
padding-left:25px; padding-left:25px;
} }
@ -124,10 +126,12 @@ li.sanswer {
min-height: 10px; min-height: 10px;
} }
li.newAnswer { li.newAnswer {
# background-color: #D1E6EC; /*
# border:1px solid #7EA6B2; background-color: #D1E6EC;
border:1px solid #7EA6B2;
cursor: move;
*/
padding-left:50px; padding-left:50px;
# cursor: move;
} }
#goto-yui-ac { #goto-yui-ac {
width:15em; width:15em;