summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-31 09:14:55 -1000
committerEvan Prodromou <evan@status.net>2009-12-31 09:14:55 -1000
commit053b8c600d7db73ec19e5f1d3e26c4c98fdf3d8c (patch)
tree5664c78f951e91827c810b745a771aeb21ab9dbf /theme
parentad8ea98cd72855f61c71945b533331b6f30d04b6 (diff)
parent01dbee2ba5280d97ddd0bb82217e8b3e7680e67b (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css15
-rw-r--r--theme/identica/css/display.css4
2 files changed, 19 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 29c7ee963..d6a50ac60 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -566,6 +566,21 @@ overflow:auto;
float:right;
font-size:0.8em;
}
+.form_notice #notice_data-location_wrap input {
+margin-right:7px;
+float:left;
+}
+.form_notice #notice_data-location_wrap label {
+font-weight:normal;
+font-size:1em;
+}
+.form_notice #notice_data-location_name {
+display:block;
+line-height:1.6;
+}
+.form_notice span#notice_data-location_name {
+padding-left:18px;
+}
button.close {
width:16px;
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index e86ee2437..78a0707ce 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -111,6 +111,10 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
+.form_notice #notice_data-location_name {
+background-position:0 47%;
+}
+
a,
.form_settings input.form_action-primary,
.notice-options input,