Added EditFilterMerged hook: like EditFilter but uses the text after section merging...
[lhc/web/wiklou.git] / skins / common / shared.css
index b8f5775..61f6839 100644 (file)
@@ -19,4 +19,43 @@ div#mw-js-message {
        background-color: #fcfcfc;
 }
 
+/* Edit section links */
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
+
+/**
+ * File histories
+ */
+table.filehistory {
+       border:1px solid #ccc;
+       border-collapse:collapse;
+}
+
+table.filehistory th,
+table.filehistory td {
+       padding: 0 0.2em 0 0.2em;
+       vertical-align:top;
+       border:1px solid #ccc;
+}
+table.filehistory th {
+       text-align: left;
+}
+table.filehistory td.mw-imagepage-filesize,
+table.filehistory th.mw-imagepage-filesize {
+       white-space:nowrap;
+}
+
+/**
+ * Forms
+ */
+body.ltr td.mw-label { text-align: right; }
+body.ltr td.mw-input { text-align: left; }
+body.ltr td.mw-submit { text-align: left; }
+body.rtl td.mw-label { text-align: left; }
+body.rtl td.mw-input { text-align: right; }
+body.rtl td.mw-submit { text-align: right; }
 
+td.mw-label { vertical-align: top; }
+td.mw-submit { white-space: nowrap; }