Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/kDoc.css
blob: c285574be653c6565ea0604c341e15ee22972643 (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
#kDoc{
    background-color: white;
    width: 100%;
    height: 100%;
}

.zoom{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.zoom.zoom-in {
    background-image: url(images/btn_plus25x25.png);
}

.zoom.zoom-out {
    background-image: url(images/btn_minus25x25.png);
}


#iframeLessonPlan{
    width:100%;
    height: 90%;
}