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.css5
-rw-r--r--view/css/mod_connections.css14
-rw-r--r--view/css/mod_photos.css2
4 files changed, 14 insertions, 11 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index c6d99e7ae..abffe2f78 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -87,6 +87,10 @@ code {
font-size: unset;
}
+.panel-group {
+ margin-bottom: 0px;
+}
+
/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
.field.checkbox input[type="checkbox"] { margin-left: 0px; }
.field.checkbox label { padding-left: 0px; font-weight: 700}
diff --git a/view/css/conversation.css b/view/css/conversation.css
index df89eb7d1..6f1d4b899 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -77,11 +77,6 @@ code {
/* conv_item */
-.wall-photo-item img {
- width: 100% !important;
- max-width: 100% !important;
-}
-
.wall-item-info {
display: block;
float: left;
diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css
index 097027179..d5c9b3d4f 100644
--- a/view/css/mod_connections.css
+++ b/view/css/mod_connections.css
@@ -1,4 +1,3 @@
-
.search-input {
padding: 4px 12px;
margin: 3px;
@@ -111,8 +110,8 @@
.contact-entry-wrapper {
float: left;
- width: 120px;
- height: 150px;
+ width: auto;
+ height: auto;
padding: 10px;
margin: 8px 10px 0 0;
border-top: 1px solid #eee;
@@ -137,9 +136,14 @@
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
- width: 120px;
- height: 36px;
+ width: 147px;
+ height: auto;
overflow: hidden;
+ white-space: nowrap;
+}
+
+.contact-entry-name-end {
+ clear:both;
}
.contact-entry-end {
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index 7718289c3..ae250bc1c 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -33,4 +33,4 @@
position: absolute;
left: -9999px;
top: -9999px;
-} \ No newline at end of file
+}