summaryrefslogtreecommitdiff
path: root/skins/default/settings.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-18 12:51:28 +0000
committeralecpl <alec@alec.pl>2011-11-18 12:51:28 +0000
commit45fa64c3c9801f9719638f7fa2f4f11cc6505647 (patch)
tree447044dad25fdbfb6fd4b78e289581370801e593 /skins/default/settings.css
parent307e68421150c079b033522552a54a99a907bbdc (diff)
- Added About tab in Settings
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r--skins/default/settings.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css
index cb29097b9..50f1b2c83 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -170,3 +170,50 @@ body.iframe,
{
font-family: monospace;
}
+
+#license
+{
+ margin-left: 20px;
+ left: 20px;
+ width: 500px;
+ height: 250px;
+ background: url(images/watermark.gif) no-repeat center;
+}
+
+#license .sysname
+{
+ font-size: 18px;
+ font-weight: bold;
+}
+
+#license .copyright
+{
+ font-weight: bold;
+}
+
+#license .license,
+#license .links
+{
+ margin-top: 30px;
+}
+
+#pluginlist
+{
+ border: 1px solid #999;
+ margin-left: 20px;
+ top: 300px;
+ left: 20px;
+ width: 500px;
+}
+
+#pluginlist td.source,
+#pluginlist td.license,
+#pluginlist td.version
+{
+ text-align: center;
+}
+
+div.crop
+{
+ overflow: auto;
+}