diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-16 22:52:27 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-16 22:52:27 +0200 |
commit | 4bb5760b66a9c35f1750d1cea33ef11c96247224 (patch) | |
tree | f0fa43c02f5edb85d4eda6b99d714980d72222cb /public | |
parent | 81d4312c4719d00d3a247b19473bdd026d58e6aa (diff) |
Add css for wiki recent changes
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab-2012-09-16.css | 50 |
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%; +} |