]> git.mjollnir.org Git - moodle.git/commitdiff
Added styles for full event display
authormoodler <moodler>
Sun, 23 May 2004 10:29:46 +0000 (10:29 +0000)
committermoodler <moodler>
Sun, 23 May 2004 10:29:46 +0000 (10:29 +0000)
14 files changed:
theme/brightretro/styles.php
theme/cordoroyblue/styles.php
theme/cornflower/styles.php
theme/formal_white/styles.php
theme/garden/styles.php
theme/metal/styles.php
theme/oceanblue/styles.php
theme/poweraid/styles.php
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index 12ba9433a7c35f1a64a728989a680c380ceac4db..373a744151f13365487cf0c5b953357962c05ee6 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 11247dbe236307e74190096519c5bd416c93ec82..3e549809d266e0ea00cf7a7db86e9d76460485ac 100644 (file)
@@ -716,3 +716,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 04ba2363de599722efd9918dc37482e0366b9ac3..106ac1c3ded309f15c16b20af94ea532fb40ae17 100644 (file)
@@ -694,3 +694,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index ee49667332272bc94b24f66db736ed753b139afd..bbe4b52da26c6a646c36fa57c85c6810aa0a1160 100644 (file)
@@ -788,3 +788,28 @@ TABLE.formtable TD {
 }\r
 \r
 \r
+\r
+.eventfull {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
+    -moz-border-radius-bottomleft: 15px;\r
+    -moz-border-radius-bottomright: 15px;\r
+}\r
+\r
+.eventfullheader {\r
+}\r
+\r
+.eventfullpicture {\r
+    padding:8px;\r
+}\r
+\r
+.eventfullside {\r
+    -moz-border-radius-bottomleft: 15px;\r
+}\r
+\r
+.eventfullmessage {\r
+    -moz-border-radius-bottomright: 15px;\r
+}\r
+\r
+\r
index f1592e2207693ce75315ea08d743e4466ad51489..16e4dc7958da3a692532af12741e6dcb45d9cd6c 100755 (executable)
@@ -640,3 +640,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index b3e5b35326d151f6034b0b3f0732735f0f1d596b..e1b3d364b1a76f00435b9756b235cf7cc20d1684 100644 (file)
@@ -733,3 +733,28 @@ TABLE.formtable TD {
    border-top: 2px groove rgb(250,250,250);
  }
 
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 41872fc847972cdd18d50fcd2d5b57daf3f80e24..8e6d857bdb205e8ce6d48632e1a60a5d3489b3cb 100644 (file)
@@ -693,3 +693,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 772a6c22c77e2ef6e5e80787a205ea8cf4603672..76cf35e432be89b068fecc01314e2590caebef0d 100644 (file)
@@ -597,3 +597,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index d80bdcc457540beb0c4f1269c40e975cde25d52b..337ba5785ceb07389a013cf94c44e0fd018634d1 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 12ba9433a7c35f1a64a728989a680c380ceac4db..373a744151f13365487cf0c5b953357962c05ee6 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 12ba9433a7c35f1a64a728989a680c380ceac4db..373a744151f13365487cf0c5b953357962c05ee6 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 12ba9433a7c35f1a64a728989a680c380ceac4db..337ba5785ceb07389a013cf94c44e0fd018634d1 100644 (file)
@@ -680,7 +680,7 @@ TD.cal_event_description {
 .cal_popup_close {
        font-size: 75%;
        font-weight: bold;
-       font-family: Tahoma, Helvetica, sans-serif;
+    font-family: sans-serif;
        margin-right: 5px;
 }
 
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 12ba9433a7c35f1a64a728989a680c380ceac4db..373a744151f13365487cf0c5b953357962c05ee6 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+
index 12ba9433a7c35f1a64a728989a680c380ceac4db..373a744151f13365487cf0c5b953357962c05ee6 100644 (file)
@@ -696,3 +696,28 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+