Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/kDoc.css
blob: fe0fe41d3375311189a0453499b22f520338dea3 (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
#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;
}