Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ui.feedback.css
blob: 46f1d0db5bc70fe66dfc39fea7751566626be21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ui-feedback div{
    width: 200px;
    height: 178px;
    position: absolute;
    background-repeat: no-repeat;
}

.ui-feedback .ui-feedback-correct{
    display:none;
    background-image: url(./epaath_images/correct200x190.png);
}

.ui-feedback .ui-feedback-incorrect{
    display:none;
    background-image: url(./epaath_images/incorrect200x190.png);
}