aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-13 23:38:36 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-13 23:38:36 +0200
commit865b602cf8b4eff5e7da00362df95e52e2fe4f77 (patch)
tree7d6cd6cbc2203d2c84c6bded4e80503327f91ac6 /view/css
parent05f018e50943fd2f38742b061c7e6f0e4b34995a (diff)
downloadvolse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.tar.gz
volse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.tar.bz2
volse-hubzilla-865b602cf8b4eff5e7da00362df95e52e2fe4f77.zip
webpages appearence
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_webpages.css42
1 files changed, 38 insertions, 4 deletions
diff --git a/view/css/mod_webpages.css b/view/css/mod_webpages.css
index 1b5a798cd..af1ef5357 100644
--- a/view/css/mod_webpages.css
+++ b/view/css/mod_webpages.css
@@ -1,6 +1,40 @@
-.webpage-list-table tr {
- height: 20px;
+#webpage-editor {
+ display: none;
}
-.webpage-list-table td {
- padding: 5px;
+
+#webpage-list-table {
+ width: 100%;
+}
+
+#webpage-list-table th:nth-child(1){
+ white-space: nowrap;
+}
+
+#webpage-list-table td:nth-child(1){
+ padding: 7px 3px 7px 10px;
+ white-space: nowrap;
+}
+#webpage-list-table th:nth-child(5),
+#webpage-list-table td:nth-child(5){
+ padding: 7px 3px;
+ white-space: nowrap;
+}
+
+#webpage-list-table th:nth-child(6),
+#webpage-list-table td:nth-child(6){
+ padding: 7px 10px 7px 7px;
+ white-space: nowrap;
+}
+
+.webpage-list-tool {
+ padding: 7px 10px;
+}
+
+/* this forces collapsed jot to appear expanded */
+.jothidden {
+ display: block !important;
+}
+
+#profile-jot-text {
+ height: 200px;
}