aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-09 22:04:17 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-09 22:04:17 +0100
commit14d1912115c40c3c905b9a077732c526e0a15ffd (patch)
tree47ff4eda706b93d3e0ca185bffbc0dfa81daa040 /view/css
parentc42cbda9047256998a144b3836413c682bd0f949 (diff)
downloadvolse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.tar.gz
volse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.tar.bz2
volse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.zip
upgrade bs to latest git and some more progress
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css11
-rw-r--r--view/css/default.css4
-rw-r--r--view/css/mod_help.css6
3 files changed, 6 insertions, 15 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 7861c7db6..1369ea5c8 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -3,19 +3,15 @@
/* nav overrides */
nav .badge {
+ font-size: 100%;
position: absolute;
top: 1px;
left: 1px;
- font-size: 10px;
- line-height: 20px;
- padding: 0px 5px;
- height: 20px;
- min-width: 20px;
- border-radius: 10px;
+
}
#navbar-collapse-1 i {
- font-size: 14px;
+ font-size: 1rem;
}
/* nav overrides end */
@@ -27,7 +23,6 @@ aside .nav-pills > li > a,
}
nav .dropdown-menu {
- margin-top: 0px;
max-height: 70vh;
overflow: auto;
}
diff --git a/view/css/default.css b/view/css/default.css
index a51461201..0f975bd99 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -18,7 +18,7 @@ aside {
position: relative;
display: table-cell;
vertical-align: top;
- padding: 71px 7px 0px 7px;
+ padding: 5rem 7px 0px 7px;
}
section {
@@ -26,5 +26,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
- padding: 71px 7px 200px 7px;
+ padding: 5rem 7px 200px 7px;
}
diff --git a/view/css/mod_help.css b/view/css/mod_help.css
index f59a40894..20e91c39b 100644
--- a/view/css/mod_help.css
+++ b/view/css/mod_help.css
@@ -12,13 +12,9 @@
}
#doco-content h4 {
- text-decoration: underline;
+ font-weight: bold;
}
-#doco-content h5 {
- text-decoration: underline;
-}
-
#region_1 .widget ul ul {
list-style-type: none;
}