aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-01 11:33:00 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-01 11:33:00 +0100
commitef6680f7adfeacb0e7614c509e8861f08ff066e8 (patch)
tree41d40b27657d217cb36b402525cbc6aca51eaefe /view/css
parent70f0019905f8c44ed875379a9af65988e536b4f4 (diff)
downloadvolse-hubzilla-ef6680f7adfeacb0e7614c509e8861f08ff066e8.tar.gz
volse-hubzilla-ef6680f7adfeacb0e7614c509e8861f08ff066e8.tar.bz2
volse-hubzilla-ef6680f7adfeacb0e7614c509e8861f08ff066e8.zip
Possibly make switches work on IE8 (untested)
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_connect.css1
-rw-r--r--view/css/mod_group.css1
-rw-r--r--view/css/mod_settings.css2
-rw-r--r--view/css/mod_thing.css1
4 files changed, 5 insertions, 0 deletions
diff --git a/view/css/mod_connect.css b/view/css/mod_connect.css
index da1265c52..218b1d2cb 100644
--- a/view/css/mod_connect.css
+++ b/view/css/mod_connect.css
@@ -7,6 +7,7 @@
}
/* first-of-type needed to style switches */
+#sellpage-edit label.mainlabel,
#sellpage-edit label:first-of-type {
width: 300px;
}
diff --git a/view/css/mod_group.css b/view/css/mod_group.css
index cd6b7acc7..30a954d2a 100644
--- a/view/css/mod_group.css
+++ b/view/css/mod_group.css
@@ -4,6 +4,7 @@
}
/* first-of-type needed to style switches */
+#group-edit-form label.mainlabel,
#group-edit-form label:first-of-type {
float: left;
width: 300px;
diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css
index 7b0c8e7ed..b066e6059 100644
--- a/view/css/mod_settings.css
+++ b/view/css/mod_settings.css
@@ -29,6 +29,7 @@ ul#settings-privacy-macros {
}
/* first-of-type needed to be able to style switches */
+#settings-permissions-wrapper .field label.mainlabel,
#settings-permissions-wrapper .field label:first-of-type {
width: 350px;
}
@@ -43,6 +44,7 @@ ul#settings-privacy-macros {
}
/* first-of-type needed to be able to style switches */
+#settings-notifications .field label.mainlabel,
#settings-notifications .field label:first-of-type {
margin-left: 20px;
width: 330px;
diff --git a/view/css/mod_thing.css b/view/css/mod_thing.css
index 9c1eb2b21..ddb2faa87 100644
--- a/view/css/mod_thing.css
+++ b/view/css/mod_thing.css
@@ -5,6 +5,7 @@
}
/* first-of-type needed to style switches */
+.field label.mainlabel,
.thing-label, .field label:first-of-type, .thing-verb-label, .thing-profile-label{
float: left;
width: 350px;