aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css4
-rw-r--r--view/css/conversation.css4
-rw-r--r--view/css/default.css4
3 files changed, 6 insertions, 6 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index aff35bf85..016c66c97 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -121,6 +121,10 @@ nav .navbar-collapse .navbar-right {
margin-right: 5px;
}
+.nav-tabs.nav-justified > li {
+ white-space: nowrap;
+}
+
code {
white-space: normal;
}
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 188dbaccc..33786600d 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -1,9 +1,5 @@
/* jot */
-#profile-jot-wrapper {
- margin-top: 25px;
-}
-
#jot-title,
#jot-category,
#jot-pagetitle {
diff --git a/view/css/default.css b/view/css/default.css
index f8d00d34c..9ece626b4 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -18,7 +18,7 @@ aside#region_1 {
min-width: 210px;
display: table-cell;
vertical-align: top;
- padding: 65px 7px 7px 7px;
+ padding: 65px 7px 13px 7px;
}
aside input[type='text'] {
@@ -29,5 +29,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
- padding: 65px 15px 200px 7px;
+ padding: 65px 13px 200px 13px;
}