Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/kDoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/kDoc.css')
-rwxr-xr-xcss/kDoc.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/css/kDoc.css b/css/kDoc.css
new file mode 100755
index 0000000..c285574
--- /dev/null
+++ b/css/kDoc.css
@@ -0,0 +1,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%;
+} \ No newline at end of file