diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-11 15:07:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-11 15:07:30 +0100 |
commit | 83d07b955185a6d64c7646a0467dd8ca479d4923 (patch) | |
tree | b09e23cd8c38b0bbf4f444145a17e9441d8167ea /view/css | |
parent | 0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (diff) | |
download | volse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.tar.gz volse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.tar.bz2 volse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.zip |
font size and post title adjust
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 2 | ||||
-rw-r--r-- | view/css/conversation.css | 25 | ||||
-rw-r--r-- | view/css/mod_help.css | 4 |
3 files changed, 3 insertions, 28 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 4f855ce39..5aa836434 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -11,7 +11,7 @@ nav .badge { } .nav-item.nav-item-hack { - height: 1.9rem; + height: 2.3rem; } #navbar-collapse-1 i { diff --git a/view/css/conversation.css b/view/css/conversation.css index aec457302..b923e3627 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -98,15 +98,7 @@ /* conv_item */ .wall-item-head { - padding: 10px 10px 0.5em 10px; -} - -.wall-item-content { - padding: 0.5em 10px; -} - -.wall-item-tools { - padding: 0.5em 10px 10px 10px; + line-height: 1.2; } .wall-item-info { @@ -138,6 +130,7 @@ a.wall-item-name-link { } .wall-item-ago .fa-check { + font-size: 0.75rem; cursor: pointer; } @@ -145,17 +138,6 @@ a.wall-item-name-link { overflow: hidden; } -.wall-item-content h1, -.wall-item-content h2 { - font-size: 1.319em; -} - -.wall-item-title h3, -.wall-item-content h3, -.wall-item-content h4 { - font-size: 1.112em; -} - .wall-item-content img { max-width: 100%; } @@ -163,9 +145,6 @@ a.wall-item-name-link { .wall-item-title h3 { font-weight: bold; margin: 0px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; } .wall-item-title-end { diff --git a/view/css/mod_help.css b/view/css/mod_help.css index 20e91c39b..c0b0bafa3 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -11,10 +11,6 @@ padding-bottom: 0.3em; } -#doco-content h4 { - font-weight: bold; -} - #region_1 .widget ul ul { list-style-type: none; } |