aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/web/style3.css b/web/style3.css
index 69d38182..9612d0fa 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -14,9 +14,8 @@ img { border: none; }
#logo { float: left; margin: 3px 0 0 30px; }
#header a { text-decoration: none; font-size: 18px; }
-#search { float: left; margin: 5px 0 0 32px; }
-#search .text { width: 300px; padding: 4px; border-radius: 2px; }
-#search .submit { padding: 3px; margin-left: 5px; border-radius: 2px; }
+#search { float: left; margin: 10px 0 0 33px; }
+#search .text { width: 285px; padding: 4px; border-radius: 2px; }
#nav-right { float: right; }
#nav-right li { float: left; }
@@ -53,6 +52,7 @@ img { border: none; }
#geomap { margin-top: 1em; width: 570px; height: 360px; overflow: hidden; }
#content .msg { padding: 15px; margin: 8px 0 16px 0; width: 570px; border: 1px solid; }
+#content .msgthread { margin-bottom: 0; }
#content .msg-avatar { float: left; }
#content .msg-avatar img { width: 48px; height: 48px; vertical-align: top; }
#content .msg-ts { float: right; }
@@ -69,6 +69,12 @@ img { border: none; }
#content .msg-comment input { border: 1px solid; width: 50px; margin-left: 6px; vertical-align: top; }
#content .msg-recomms { margin: 10px 0 0 68px; overflow: hidden; font-size: small; }
+.mtoolbar { width: 600px; margin-left: 1px; }
+.mtoolbar ul { padding: 5px; }
+.mtoolbar li { display: inline; }
+.mtoolbar a { padding: 5px; }
+.mtoolbar div { display: inline-block; width: 16px; height: 16px; background-image: url(//static.juick.com/toolbar-icons.png); background-repeat: no-repeat; vertical-align: middle; margin: 5px; }
+
#content textarea.newmessage { border: 1px solid; width: 570px; padding: 2px; resize: vertical; }
table.users { width: 100%; margin: 10px 0; }
@@ -91,6 +97,10 @@ table.users img { width: 32px; height: 32px; vertical-align: middle; margin-righ
#column .inp { width: 175px; border: 1px solid; padding: 3px; border-radius: 3px; }
#ctitle { font-size: 14pt; }
#ctitle img { vertical-align: middle; margin-right: 5px; }
+#ctoolbar { margin: 10px 0; padding: 5px; line-height: 0; }
+#ctoolbar li { display: inline; }
+#ctoolbar a { padding: 5px 10px;}
+#ctoolbar div { display: inline-block; width: 16px; height: 16px; background-image: url(//static.juick.com/toolbar-icons.png); background-repeat: no-repeat; vertical-align: middle; margin: 5px 0; }
#ustats li { margin: 3px 0; font-size: smaller; }
/********/
@@ -113,11 +123,11 @@ a { color: #069; }
#nav-menu { background: #DDD; }
#title-stats { border-color: #CCC; }
#search .text { border: none; background-color: #EEE; }
-#search .submit { border: none; background-color: #DDD; }
#filters { border-color: #CCC; }
#filters a { color: #999; }
#content .msg { background: #FFF; border-color: #EEE; }
+#content .msgthread { border-bottom-color: #CCC; }
#content .msg-place { color: #999; }
#content .msg-comments { color: #AAA; border-color: #DDD; }
#content .msg-ts>a { color: #999; }
@@ -125,6 +135,7 @@ a { color: #069; }
#content .msg-comment textarea { border-color: #DDD; }
#content .msg-comment input { border-color: #CCC; background-color: #EEE; color: #999; }
#content .msg-recomms { color: #AAA; }
+.mtoolbar { background-color: #E5E5DD; }
#content textarea.newmessage { border-color: #DDD; }
@@ -133,5 +144,6 @@ a { color: #069; }
#column hr { background-color: #CCC; }
#column .inp { border-color: #CCC; background: #F5F5E9; }
+#ctoolbar { background-color: #E5E5DD; }
#footer { color: #999; }