Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/quadrilaterals/css/activity.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quadrilaterals/css/activity.css')
-rwxr-xr-xexamples/quadrilaterals/css/activity.css54
1 files changed, 50 insertions, 4 deletions
diff --git a/examples/quadrilaterals/css/activity.css b/examples/quadrilaterals/css/activity.css
index a2ae7e9..f37eb8c 100755
--- a/examples/quadrilaterals/css/activity.css
+++ b/examples/quadrilaterals/css/activity.css
@@ -1,4 +1,50 @@
-#Karma { position: relative; }
-#canvasDrawing { position: absolute; top: 0px; left: 0px; }
-#canvasTmp { position: absolute; top: 0px; left: 0px; }
-.button { position: absolute; top: 0px; left: 0px; } \ No newline at end of file
+#main
+{
+ background-image: url('../images/bg.png');
+ width: 550px;
+ height: 400px;
+}
+
+#Karma
+{
+ position: relative;
+}
+
+#canvasDrawing
+{
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+
+#canvasTmp
+{
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+
+#btnerase
+{
+ position: absolute;
+ top: 270px;
+ left: 130px;
+}
+
+#btn
+{
+ position: absolute;
+ top: 180px;
+ left: 400px;
+}
+
+#left
+{
+ float: left;
+ width: 350px;
+}
+
+#right
+{
+ margin-left: 350px;
+}