From 4bb5760b66a9c35f1750d1cea33ef11c96247224 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 16 Sep 2012 22:52:27 +0200 Subject: Add css for wiki recent changes --- public/css/sublab-2012-09-16.css | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) 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%; +} -- cgit v1.2.1