aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-11-04 22:52:40 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-11-04 22:52:40 +0100
commit1c0fe8936819f760800bf0d0fd79aa42c21933b2 (patch)
treeab546f636d61ad4470a74f26ebf0008de0785ac1 /view/css
parent9398e49eb7573b172b12341357cd1657139c43c4 (diff)
downloadvolse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.tar.gz
volse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.tar.bz2
volse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.zip
Chat page improved (I think). Works now better with diff. resolutions, font sizes and languages. Fixed follow field on conn. page. Small schemas updates.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_chat.css17
-rw-r--r--view/css/widgets.css1
2 files changed, 15 insertions, 3 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
index 99037aeef..ded4b0ceb 100644
--- a/view/css/mod_chat.css
+++ b/view/css/mod_chat.css
@@ -6,18 +6,19 @@
#chatTopBar {
float: left;
height: 400px;
- width: 400px;
+ width: 77%;
overflow-y: auto;
}
#chatSide {
float: right;
- width: 150px;
+ width: 20%;
height: 100%;
}
#chatDrop {
- margin-bottom: 20px;
+ margin: 20px 0;
+ float: right;
}
#chatUsers {
@@ -31,6 +32,14 @@
margin-top: 20px;
}
+#chatOptionsBar {
+ margin-top: 20px;
+}
+
+ #chatText {
+ width: 100%;
+ }
+
section {
padding-bottom: 0;
}
@@ -60,3 +69,5 @@
padding: 3px;
display: inline-block;
}
+
+
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 516e59e6f..eb771cc06 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -27,6 +27,7 @@
#side-follow-url {
margin-top: 5px;
+ width: 100%;
}
#side-follow-submit {