diff options
| author | hukl <contact@smyck.org> | 2009-05-01 18:14:59 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-05-01 18:14:59 +0200 |
| commit | 8d084cf690a78eae0df5c9e13b34ed3c08f6e161 (patch) | |
| tree | 7df74078236c5533ada0a4e8f6b8a5515128172d /public/stylesheets/admin.css | |
| parent | e9064192e9a38dd1ec8314d99bf3cc553e38b30c (diff) | |
introducing the restore revision functionality
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 52d657e..982a231 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -159,6 +159,10 @@ table#revisions td.title { | |||
| 159 | width: 450px; | 159 | width: 450px; |
| 160 | } | 160 | } |
| 161 | 161 | ||
| 162 | table#revisions td.date { | ||
| 163 | width: 175px; | ||
| 164 | } | ||
| 165 | |||
| 162 | table#revisions tr.header:hover { | 166 | table#revisions tr.header:hover { |
| 163 | background-color: #ffffff; | 167 | background-color: #ffffff; |
| 164 | } | 168 | } |
