summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-06 19:04:02 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-06 19:04:02 +0200
commitd7e6656422854be1c35abf667bec2f950aeea100 (patch)
treedbfa2452f2fe821cc701f70fdadb1c71bb042fb1 /etherpad/src/static
parent8ab9d08d49839ca30305ef92d8d995963d915746 (diff)
downloadetherpad-d7e6656422854be1c35abf667bec2f950aeea100.tar.gz
etherpad-d7e6656422854be1c35abf667bec2f950aeea100.tar.bz2
etherpad-d7e6656422854be1c35abf667bec2f950aeea100.zip
Styling for plugin manager
Diffstat (limited to 'etherpad/src/static')
-rw-r--r--etherpad/src/static/css/admin/pluginmanager.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/etherpad/src/static/css/admin/pluginmanager.css b/etherpad/src/static/css/admin/pluginmanager.css
new file mode 100644
index 0000000..5814c08
--- /dev/null
+++ b/etherpad/src/static/css/admin/pluginmanager.css
@@ -0,0 +1,44 @@
+#editorcontainer {
+ padding: 5pt;
+}
+
+#editorcontainerbox {
+ overflow: auto;
+ height: auto;
+}
+
+#editbarinner {
+ line-height: 36px;
+ font-size: 16px;
+ padding-left: 6pt;
+}
+
+#editbarinner a {
+ font-size: 12px;
+}
+
+#editorcontainerbox table {
+ margin: 10pt;
+ border-collapse: collapse;
+}
+
+#editorcontainerbox table tr th {
+ font-weight: bold;
+ background: #c3c3c3;
+}
+
+#editorcontainerbox table tr td,
+#editorcontainerbox table tr th {
+ border: 1px solid #c3c3c3;
+ padding: 2pt;
+}
+
+#editorcontainerbox table tr:first-child th,
+#editorcontainerbox table tr:first-child td {
+ border-top-color: #e6e6e6;
+}
+
+#editorcontainerbox table tr th:first-child,
+#editorcontainerbox table tr td:first-child {
+ border-left-color: #e6e6e6;
+}