From 29ec6a5994b48330e2fe99a746bf105dd766f96f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 14 Mar 2011 21:05:18 +0100 Subject: Add article summary page. --- static-files/style/admin.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 static-files/style/admin.css (limited to 'static-files') diff --git a/static-files/style/admin.css b/static-files/style/admin.css new file mode 100644 index 0000000..6ed0cb2 --- /dev/null +++ b/static-files/style/admin.css @@ -0,0 +1,40 @@ +table, td, th, tr.major-row { + border-color: #666; + border-width: 2px; +} + +table { + border-collapse: collapse; + border-style: solid; +} + +td, th { + border-right-style: solid; + border-left-style: solid; + border-top-style: none; + border-bottom-style: none; +} + +tr.major-row { + border-top-style: solid; +} + +tr.minor-row { + border-top-style: solid; + border-width: 2px; + border-color: #bbb; +} + +table { + border-collapse: collapse +} + +td { + vertical-align: top; + padding-left: 6px; + padding-right: 6px; +} + +td.article-id, td.revision-id { + text-align: right; +} -- cgit v1.2.3