summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-08-17 00:24:50 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-08-17 00:24:50 +0200
commitcb9fc6d901c59999f3ebd369449e4a845680665d (patch)
treed142cc1a9256225498fecdd56386c870777f69e8 /settings/css/settings.css
parent9f28c20660e113c501a951262765ce9c9c4d0e84 (diff)
downloadnextcloud-server-cb9fc6d901c59999f3ebd369449e4a845680665d.tar.gz
nextcloud-server-cb9fc6d901c59999f3ebd369449e4a845680665d.zip
make the help section working and pretty. knowledge base entries are fetched via OCS from a different server. cool stuff
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index c8163ff2f82..2068389909c 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -29,4 +29,17 @@ span.version{margin-left:3em;color:#ddd}
/* HELP */
-table#help tr td { white-space:normal; }
+
+table.help { border-spacing:1em; }
+table.help tr td { white-space:normal; }
+
+
+a.newquestion { font-size:1em; width:10em; margin:1.5em; padding:.6em .5em .4em; background:#fff; color:#333; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
+a.newquestion:hover { background:#ddd; }
+
+
+td.entry { padding:1em; margin:2em; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
+td.entry:hover { background:#eee; }
+tr.entryrow:hover { background:#fff; }
+tr.pager:hover { background:#fff; }
+