summaryrefslogtreecommitdiff
path: root/root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'root/style.css')
-rw-r--r--root/style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/root/style.css b/root/style.css
index 859eae8..d7c9dfe 100644
--- a/root/style.css
+++ b/root/style.css
@@ -126,4 +126,32 @@ div#links ol > li
{
padding:0;margin:0;border:0;
margin-bottom: 5px;
+ position: relative;
+ display: block;
+}
+div#links ol > li div.link.head span.link.appear
+{
+ display: block;
+ position: absolute;bottom:0;right:1px;
+ text-align: right;
+ background-color: red;
+ width: 15px;
+ text-align: center;
+}
+div#links ol > li div.link.details span.link.edit
+{
+ border: solid thin red;
+ margin-right: 4px;
+}
+div#links ol > li div.link.details ul
+{
+ display: inline;
+ list-style: none;
+ padding:0;margin:0;border:0;
+}
+div#links ol > li div.link.details ul li
+{
+ display: inline;
+ padding:0;margin:0;border:0;
+ padding-left: 5px; margin-left: 5px; border-left: solid thin black;
} \ No newline at end of file