aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-19 09:43:23 +0100
committermarijus <mario@mariovavti.com>2014-03-19 09:43:23 +0100
commit20d47c44782e27f9930c49ddd59a2abc12f79a07 (patch)
treea191fa5c52e3f4dc8a9940409101b22fcf892b4f /view/css
parent8c177fbc4b20c297afbd7035dbb5e59d94fb4020 (diff)
downloadvolse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.tar.gz
volse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.tar.bz2
volse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.zip
bootstrapify common tabs and make show aside/tabs buttons only appear if there is something to show
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;
}