aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-26 12:34:22 +0200
committermarijus <mario@mariovavti.com>2014-09-26 12:34:22 +0200
commit574c4845b711c9ebf53efb2a0fe846f5aea46e87 (patch)
treef1fce3898b757e3a29e928cc1afe724edb620471 /view
parentb948ab595592e4a43f684a49dc681a755f8c8673 (diff)
downloadvolse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.tar.gz
volse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.tar.bz2
volse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.zip
move some css to the right place
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css12
-rw-r--r--view/css/conversation.css12
-rw-r--r--view/css/widgets.css1
3 files changed, 13 insertions, 12 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 5a7b82f50..0c004ee05 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -12,18 +12,6 @@ h5, h6 {
font-size: 0.75rem;
}
-.wall-item-content h1, .wall-item-content h2 {
- font-size: 1.319em;
-}
-
-.wall-item-title {
- font-size: $font_size;
-}
-
-.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
- font-size: 1.112em;
-}
-
/* nav overrides */
nav .badge {
diff --git a/view/css/conversation.css b/view/css/conversation.css
index c7b381928..80b5de250 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -107,6 +107,18 @@
overflow: auto;
}
+.wall-item-content h1, .wall-item-content h2 {
+ font-size: 1.319em;
+}
+
+.wall-item-title {
+ font-size: $font_size;
+}
+
+.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
+ font-size: 1.112em;
+}
+
.wall-item-content img {
max-width: 95%;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index bcd52cfee..96b4c1d60 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -2,6 +2,7 @@
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget {
+ word-wrap: break-word;
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
}