More code from flux branch
This commit is contained in:
parent
34b44def2f
commit
42ce45f825
2 changed files with 14 additions and 10 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue