aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-20 19:29:01 -0700
committerFriendika <info@friendika.com>2011-03-20 19:29:01 -0700
commit5f9f03daf781b95b5685a19d450800aad879c0de (patch)
tree6438d9979854800ef01517f5c5238c8e02524403 /view/theme
parentb7292bc673bc7983b1fd933070bc9d6a0a155dbb (diff)
downloadvolse-hubzilla-5f9f03daf781b95b5685a19d450800aad879c0de.tar.gz
volse-hubzilla-5f9f03daf781b95b5685a19d450800aad879c0de.tar.bz2
volse-hubzilla-5f9f03daf781b95b5685a19d450800aad879c0de.zip
simplify insecure network warning
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index e4fa1f9d7..0c3cade9e 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1434,7 +1434,7 @@ input#dfrn-url {
/*margin-left: 50px;*/
}
-#block-message, #ignore-message, #profile-edit-insecure {
+#block-message, #ignore-message {
margin-top: 20px;
color: #FF0000;
font-size: 1.1em;
@@ -1443,13 +1443,21 @@ input#dfrn-url {
padding: 10px;
}
+#profile-edit-insecure {
+ margin-top: 20px;
+ color: #FF0000;
+ font-size: 1.1em;
+ border: 1px solid #FF8888;
+ background-color: #FFEEEE;
+ padding-left: 5px;
+ /*: 3px 3px 3px 5px; */
+ width: 587px;
+}
+
#block-message, #ignore-message {
width: 180px;
}
-#profile-edit-insecure {
- width: 600px;
-}
/*
.profile-tabs {