aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css2
-rw-r--r--view/css/conversation.css25
-rw-r--r--view/css/mod_help.css4
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;
}