summaryrefslogtreecommitdiff
path: root/theme/cloudy/css/display.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-27 13:12:18 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-27 13:12:18 -0400
commit037c35152efc359d0947bff398a56af921afb076 (patch)
treeb6e271640868cf4c0ab9eb6df07fde3a1ef9c6f9 /theme/cloudy/css/display.css
parent50a343bcf73d7ced643ce40ad31f479d584cb5c1 (diff)
parent0c8d003d40fb947d2f79398137c039803e0a5966 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'theme/cloudy/css/display.css')
-rw-r--r--theme/cloudy/css/display.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css
index 82a1a1e4e..e3c5c3cc0 100644
--- a/theme/cloudy/css/display.css
+++ b/theme/cloudy/css/display.css
@@ -414,9 +414,12 @@ width:518px;
min-height:322px;
padding:20px;
float:left;
-border-radius-topleft:4px;
--moz-border-radius-topleft:4px;
--webkit-border-top-left-radius:4px;
+border-radius:4px;
+-moz-border-radius:4px;
+-webkit-border-radius:4px;
+border-radius-topright:0;
+-moz-border-radius-topright:0;
+-webkit-border-top-right-radius:0;
border-style:solid;
border-width:1px;
}
@@ -484,7 +487,7 @@ width:16px;
height:16px;
}
#form_notice #notice_data-attach {
-left:34.6%;
+left:40%;
padding:0;
height:16px;
}
@@ -528,9 +531,12 @@ float:left;
#form_notice .success {
float:left;
clear:both;
-width:81.5%;
+width:83.5%;
margin-bottom:0;
line-height:1.618;
+position:absolute;
+top:87px;
+left:0;
}
#form_notice #notice_data-attach_selected code {
float:left;
@@ -934,7 +940,6 @@ float:left;
font-size:0.95em;
width:16px;
float:right;
-display:none;
}
.notices li:hover div.notice-options {
display:block;
@@ -984,6 +989,10 @@ text-decoration:none;
padding-left:16px;
}
+.notice-options .notice_reply .notice_id {
+display:none;
+}
+
.notice-options form input.submit {
width:16px;
padding:2px 0;