Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/kDoc.css
blob: 4830e03231ae8710dd07d07f9202984f1fc2fb37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#kDoc{
    background-color: white;
    width: 100%;
    height: 100%;
}

/*
#zoomIn{
    background-image: url(epaath_images/btn_plus.png);
}

#zoomOut{
    background-image: url(epaath_images/btn_minus.png);
}

#zoomIn:hover{
    background-image: url(epaath_images/btn_plus_hover.png);
}

#zoomOut:hover{
    background-image: url(epaath_images/btn_minus_hover.png);
}
*/

#iframeLessonPlan{
    width:100%;
    height: 100%;
    overflow-x: scroll;
}