summaryrefslogtreecommitdiff
path: root/theme/cloudy
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-24 23:31:30 +0100
committerSarven Capadisli <csarven@status.net>2010-03-24 23:31:30 +0100
commit97e83112d249cd2fbb281da59c80d43e0fe33818 (patch)
treed706e5b60c079a8e7bebbd436c3f7c89087e5f32 /theme/cloudy
parent2c50d4aa4487e5317e5b71909691acc3345d4a9e (diff)
A lot of updates to keep the themes current (at least in functionality)
Diffstat (limited to 'theme/cloudy')
-rw-r--r--theme/cloudy/css/display.css35
1 files changed, 26 insertions, 9 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css
index d1b9d198d..5c3d8b5f7 100644
--- a/theme/cloudy/css/display.css
+++ b/theme/cloudy/css/display.css
@@ -901,7 +901,8 @@ margin-right:11px;
/* NOTICE */
.notice,
-.profile {
+.profile,
+.application {
position:relative;
padding-top:11px;
padding-bottom:11px;
@@ -1032,25 +1033,22 @@ left:0;
.dialogbox {
position:absolute;
-top:-4px;
-right:29px;
+top:-1px;
+right:-1px;
z-index:9;
-min-width:199px;
float:none;
-background-color:#FFF;
padding:11px;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-style:solid;
border-width:1px;
-border-color:#DDDDDD;
--moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
}
.dialogbox legend {
display:block !important;
margin-right:18px;
+margin-bottom:18px;
}
.dialogbox button.close {
@@ -1059,9 +1057,21 @@ right:3px;
top:3px;
}
+.dialogbox .form_guide {
+font-weight:normal;
+padding:0;
+}
+
.dialogbox .submit_dialogbox {
-text-indent:0;
font-weight:bold;
+text-indent:0;
+min-width:46px;
+}
+.dialogbox input {
+padding-left:4px;
+}
+.dialogbox fieldset {
+margin-bottom:0;
}
.notice-options {
@@ -1808,7 +1818,9 @@ border-color:#FFFFFF;
#content,
#site_nav_local_views .current a,
.entity_send-a-message .form_notice,
-.entity_moderation:hover ul {
+.entity_moderation:hover ul,
+.entity_role:hover ul,
+.dialogbox {
background-color:#FFFFFF;
}
@@ -1940,6 +1952,9 @@ background-position: 0 -1714px;
.notice .attachment {
background-position:0 -394px;
}
+.notice .attachment.more {
+background-position:0 -2770px;
+}
#attachments .attachment {
background:none;
}
@@ -1962,10 +1977,12 @@ background-position:0 -1582px;
background-position:0 -1648px;
}
+.notices .attachment.more,
.notices div.entry-content,
.notices div.notice-options {
opacity:0.4;
}
+.notices li:hover .attachment.more,
.notices li:hover div.entry-content,
.notices li:hover div.notice-options {
opacity:1;