]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13233, emoticons documentation should be dynamic"
authordongsheng <dongsheng>
Wed, 30 Apr 2008 04:07:08 +0000 (04:07 +0000)
committerdongsheng <dongsheng>
Wed, 30 Apr 2008 04:07:08 +0000 (04:07 +0000)
theme/standard/styles_layout.css

index 8b7fd2c48e458b189e2f5d8776083edd0dccf80a..777547a9494b0bf9b4f10587636498cb78ab3ddd 100644 (file)
@@ -4271,3 +4271,16 @@ wikiadminactions {
   border: 1px dashed #ddd;
   padding: 3px;
 }
+#help #emoticons{
+    align: center;clear:both;width: 300px;margin-right: auto; margin-left:auto;
+}
+#help #emoticons ul{
+    list-style-type: none;
+}
+#help #emoticons li{
+    margin-bottom: 3px;
+    width: 120px;
+    border-left: 3px solid gray;
+    padding-left: 7px;
+    float: left;
+}