summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/style.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/design/style.css b/design/style.css
index 94008f2..7799183 100644
--- a/design/style.css
+++ b/design/style.css
@@ -115,6 +115,7 @@ body {
input, button {
border:1px solid black;
background: white;
+ margin: 2px;
}
}
@@ -183,15 +184,19 @@ iframe, textarea {
}
.small_right {
- clear: right;
- float: right;
+ clear: right;
+ float: right;
}
-.small_right, .tool_link {
+.small_align_right {
+ text-align: right;
+}
+
+.small_right, .small_align_right, .tool_link {
font-size: 0.8em;
}
-.small_right a, .tool_link {
+.small_right a, .small_align_right a, .tool_link {
font-style: italic;
}