Skip to content

Commit

Permalink
Dev Fixed missing hand cursor for add/remove and handle when editing …
Browse files Browse the repository at this point in the history
…answers/subquestions

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9768 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Feb 11, 2011
1 parent e5af6b4 commit 32a8041
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion admin/styles/default/adminstyle.css
Expand Up @@ -488,11 +488,17 @@ th.admincell {
padding-left:42px;
}

.btnaddanswer,
.btndelanswer,
.header_statistics img {
cursor:pointer;

}

img.handle {
cursor:move;
}


.header_small {
margin-top:2px;
font-size: 11px;
Expand Down

0 comments on commit 32a8041

Please sign in to comment.