summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 06:33:38 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 06:33:38 +0000
commita330bdac62ddbc15232bc65d65e869b224880e3f (patch)
treef7ee82eb8b1ab52ff7b41b4c10cd3d10fcca2f0a /theme
parentc20d0612bf51cff523f55b12095e7213be94355e (diff)
Moved nudge response from util.php to nudge.php
Adjusted some CSS
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css22
-rw-r--r--theme/identica/css/display.css8
2 files changed, 16 insertions, 14 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 073d2d40a..91789f4f1 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -17,8 +17,8 @@ width:1004px;
width:71.714em;
}
h1,h2,h3,h4,h5,h6 {
- text-transform:uppercase;
- margin-bottom:7px;
+text-transform:uppercase;
+margin-bottom:7px;
}
h1 {
font-size:1.4em;
@@ -34,8 +34,6 @@ h6 { font-size:0.9em; }
caption {
font-weight:bold;
}
-.opened { display: block !important;}
-.closed { display: none !important;}
legend {
font-weight:bold;
@@ -56,6 +54,7 @@ border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
+
input.submit {
font-weight:bold;
}
@@ -79,9 +78,6 @@ form label {
font-weight:bold;
/*margin:0 0 11px 0;*/
}
-form ul li input {
-}
-
input.checkbox {
position:relative;
top:2px;
@@ -465,7 +461,7 @@ padding:1px 2px;
}
#form_notice #notice_data-attach_view {
-/*position:absolute;*/
+position:absolute;
top:25px;
right:30px;
margin-left:4px;
@@ -614,10 +610,10 @@ text-align:left;
cursor:pointer;
width:100%;
}
-.entity_actions a {
+.entity_actions a,
+#entity_nudge p {
text-decoration:none;
font-weight:bold;
-width:100%;
display:block;
}
@@ -626,12 +622,14 @@ display:block;
.form_user_block input.submit,
.form_user_unblock input.submit,
#entity_send-a-message a,
-.form_user_nudge input.submit {
+.form_user_nudge input.submit,
+#entity_nudge p {
border:0;
padding-left:20px;
}
-#entity_send-a-message a {
+#entity_send-a-message a,
+#entity_nudge p {
padding:4px 4px 4px 23px;
}
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index c702c77e6..fa395b03b 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -22,6 +22,7 @@ input, textarea, select {
border-color:#aaa;
}
+
input.submit,
#form_notice.warning #notice_text-count,
#nav_register a,
@@ -43,7 +44,8 @@ div.notice-options input,
.form_user_block input.submit,
.form_user_unblock input.submit,
#entity_send-a-message a,
-.form_user_nudge input.submit {
+.form_user_nudge input.submit,
+#entity_nudge p {
color:#002E6E;
}
@@ -135,7 +137,8 @@ background-image:url(../../base/images/icons/icon_vcard.gif);
#entity_send-a-message a,
.form_user_nudge input.submit,
.form_user_block input.submit,
-.form_user_unblock input.submit {
+.form_user_unblock input.submit,
+#entity_nudge p {
background-position: 0 40%;
background-repeat: no-repeat;
background-color:transparent;
@@ -152,6 +155,7 @@ background-color:#97BFD1;
#entity_send-a-message a {
background-image:url(../images/icons/twotone/green/quote.gif);
}
+#entity_nudge p,
.form_user_nudge input.submit {
background-image:url(../images/icons/twotone/green/mail.gif);
}