summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css34
-rw-r--r--theme/default/css/display.css14
-rw-r--r--theme/identica/css/display.css13
3 files changed, 42 insertions, 19 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index e5f5df68c..d5917953f 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -107,6 +107,20 @@ clear:both;
.form_settings fieldset {
margin-bottom:29px;
}
+.form_settings fieldset fieldset {
+margin-bottom:41px;
+padding:3% 1.795% 1.795% 3%;
+border-radius:11px;
+-moz-border-radius:11px;
+-webkit-border-radius:11px;
+border-width:1px;
+border-style:solid;
+}
+.form_settings fieldset fieldset legend {
+line-height:0;
+}
+
+
.form_settings input.remove {
margin-left:11px;
}
@@ -172,8 +186,7 @@ font-weight:bold;
#form_password_recover legend,
#form_password_change legend,
.form_entity_block legend,
-#form_filter_bytag legend,
-#settings_design_theme legend {
+#form_filter_bytag legend {
display:none;
}
@@ -939,7 +952,7 @@ clear:left;
float:left;
font-size:0.95em;
margin-left:59px;
-width:50%;
+max-width:74%;
}
#showstream .notice div.entry-content,
#shownotice .notice div.entry-content {
@@ -961,7 +974,6 @@ position:relative;
font-size:0.95em;
width:90px;
float:right;
-margin-right:11px;
}
.notice-options a {
@@ -971,18 +983,12 @@ float:left;
.notice-options .notice_reply,
.notice-options .form_favor,
.notice-options .form_disfavor {
-position:absolute;
-top:0;
+float:left;
+margin-left:18px;
}
.notice-options .form_favor,
.notice-options .form_disfavor {
-left:0;
-}
-.notice-options .notice_reply {
-left:29px;
-}
-.notice-options .notice_delete {
-right:0;
+margin-left:0;
}
.notice-options input,
.notice-options a {
@@ -1344,7 +1350,7 @@ float:left;
}
#settings_design_color .form_data {
width:400px;
-margin-right:28px;
+margin-right:1%;
}
#settings_design_color .form_data li {
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 6edc66ad2..f4af07081 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -28,10 +28,19 @@ input, textarea, select,
.entity_remote_subscribe {
border-color:#AAAAAA;
}
+
+.form_settings fieldset fieldset {
+background:rgba(240, 240, 240, 0.2);
+box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+-moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+-webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+}
+
#filter_tags ul li,
.entity_send-a-message .form_notice,
.pagination .nav_prev a,
-.pagination .nav_next a {
+.pagination .nav_next a,
+.form_settings fieldset fieldset {
border-color:#DDDDDD;
}
@@ -52,8 +61,7 @@ input.submit,
.entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
-button.close {
-background-color:#9BB43E;
+button {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 94bef339f..ff7311302 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -28,10 +28,19 @@ input, textarea, select,
.entity_remote_subscribe {
border-color:#AAAAAA;
}
+
+.form_settings fieldset fieldset {
+background:rgba(240, 240, 240, 0.2);
+box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+-moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+-webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
+}
+
#filter_tags ul li,
.entity_send-a-message .form_notice,
.pagination .nav_prev a,
-.pagination .nav_next a {
+.pagination .nav_next a,
+.form_settings fieldset fieldset {
border-color:#DDDDDD;
}
@@ -52,7 +61,7 @@ input.submit,
.entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
-button.close {
+button {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);