summaryrefslogtreecommitdiff
path: root/root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'root/style.css')
-rw-r--r--root/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/root/style.css b/root/style.css
index d7c9dfe..ff8aa36 100644
--- a/root/style.css
+++ b/root/style.css
@@ -48,6 +48,7 @@ div#related
width: 49%; height: 80px;
border: solid thin black;
background-color: white;
+ z-index: 2;
}
div#tagset h2,
div#related h2
@@ -129,13 +130,17 @@ div#links ol > li
position: relative;
display: block;
}
+div#links ol > li:hover
+{
+ background-color: rgb(180,180,180);
+}
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;
+ width: 15px;height: 100%;
text-align: center;
}
div#links ol > li div.link.details span.link.edit
@@ -154,4 +159,21 @@ 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;
+}
+
+/* add form */
+label {
+ display: block;
+}
+input[type=text],
+textarea
+{
+ width: 100%;
+ border: none;
+ border-bottom: solid thin black;
+}
+input[type=submit]
+{
+ border: none;
+ background-color: red;
} \ No newline at end of file