summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2012-09-16 22:52:27 +0200
committerChristian Franke <nobody@nowhere.ws>2012-09-16 22:52:27 +0200
commit4bb5760b66a9c35f1750d1cea33ef11c96247224 (patch)
treef0fa43c02f5edb85d4eda6b99d714980d72222cb /public/css
parent81d4312c4719d00d3a247b19473bdd026d58e6aa (diff)
Add css for wiki recent changes
Diffstat (limited to 'public/css')
-rw-r--r--public/css/sublab-2012-09-16.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/public/css/sublab-2012-09-16.css b/public/css/sublab-2012-09-16.css
index 7f55d01..91d5bc9 100644
--- a/public/css/sublab-2012-09-16.css
+++ b/public/css/sublab-2012-09-16.css
@@ -374,3 +374,53 @@ span.parentlinks:before {
textarea, input, select {
background-color: #101010;
}
+
+div.recentchanges {
+ border-style: solid;
+ border-width: 1px;
+ overflow: auto;
+ width: auto;
+ clear: none;
+ background: #eee;
+ color: black !important;
+}
+.recentchanges .metadata {
+ padding: 0px 0.5em;
+}
+.recentchanges .changelog {
+ font-style: italic;
+ clear: both;
+ display: block;
+ padding: 1px 2px;
+ background: white !important;
+ color: black !important;
+}
+.recentchanges .desc {
+ display: none;
+}
+.recentchanges .diff {
+ display: none;
+}
+.recentchanges .committer {
+ float: left;
+ margin: 0;
+ width: 40%;
+}
+.recentchanges .committype {
+ float: left;
+ margin: 0;
+ width: 5%;
+ font-size: small;
+}
+.recentchanges .changedate {
+ float: left;
+ margin: 0;
+ width: 35%;
+ font-size: small;
+}
+.recentchanges .pagelinks,
+.recentchanges .revert {
+ float: right;
+ margin: 0;
+ width: 60%;
+}