Version 1
[yaffs-website] / web / core / modules / filter / css / filter.admin.css
diff --git a/web/core/modules/filter/css/filter.admin.css b/web/core/modules/filter/css/filter.admin.css
new file mode 100644 (file)
index 0000000..b67a86a
--- /dev/null
@@ -0,0 +1,81 @@
+
+/**
+ * @file
+ * Admin styling for the Filter module.
+ */
+
+/**
+ * Filter information under field.
+ */
+.text-format-wrapper > .form-item {
+  margin-bottom: 0;
+}
+
+.filter-wrapper {
+  border: 1px solid #ccc;
+  border-top: 0;
+  margin: 0;
+  padding: 0.5em 0.666em;
+  overflow: hidden;
+}
+.filter-wrapper .form-item {
+  margin: 0;
+}
+.filter-wrapper .form-item label {
+  display: inline;
+}
+
+.filter-help {
+  float: right; /* LTR */
+}
+[dir="rtl"] .filter-help {
+  float: left;
+}
+.filter-guidelines .filter-guidelines-item {
+  margin-top: 1em;
+}
+.filter-help p {
+  margin: 0;
+}
+.filter-help a {
+  position: relative;
+  margin: 0 20px 0 0; /* LTR */
+}
+[dir="rtl"] .filter-help a {
+  margin: 0 0 0 20px;
+}
+.filter-help a:after {
+  position: absolute;
+  top: 0;
+  right: -20px; /* LTR */
+  content: '';
+  display: block;
+  width: 16px;
+  height: 16px;
+  background: transparent url(../../../misc/help.png);
+}
+[dir="rtl"] .filter-help a:after {
+  right: auto;
+  left: -20px;
+}
+
+.text-format-wrapper .description {
+  margin-top: 0.5em;
+}
+.tips {
+  font-size: 0.9em;
+  margin-bottom: 0;
+  margin-top: 0;
+  padding-bottom: 0;
+  padding-top: 0;
+}
+
+/**
+ * Improve filter tips position.
+ */
+.tips {
+  padding-left: 0; /* LTR */
+}
+[dir="rtl"] .tips {
+  padding-right: 0;
+}