summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-08 18:41:03 +0100
committerSarven Capadisli <csarven@status.net>2009-11-08 18:41:03 +0100
commit0f55135b523eaaca2ac0251f83d0f0066ce4b3ff (patch)
treeaf98f8beccd98200b4736ff0e63cfd78e675c3d3 /theme/base
parent6687346dd0658e4e5a28c83b287adb09c602d086 (diff)
Updated the styles for action icons
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css24
-rw-r--r--theme/base/images/icons/icons-01.pngbin3422 -> 3930 bytes
-rw-r--r--theme/base/images/icons/twotone/green/minus.gifbin0 -> 90 bytes
-rw-r--r--theme/base/images/icons/twotone/green/plus.gifbin0 -> 74 bytes
4 files changed, 9 insertions, 15 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index ee94b9e5e..abc3423ed 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -618,7 +618,7 @@ font-style:italic;
.entity_actions {
float:right;
margin-left:2.35%;
-max-width:25%;
+width:22%;
}
.entity_actions h2 {
display:none;
@@ -627,7 +627,7 @@ display:none;
list-style-type:none;
}
.entity_actions li {
-margin-bottom:4px;
+margin-bottom:7px;
}
.entity_actions li:first-child {
border-top:0;
@@ -662,23 +662,17 @@ border-radius:4px;
-webkit-border-radius:4px;
}
-.form_user_block input.submit,
-.form_user_unblock input.submit,
-.form_group_block input.submit,
-.form_group_unblock input.submit,
-.entity_send-a-message a,
-.entity_edit a,
-.form_user_nudge input.submit,
-.entity_nudge p,
-.form_make_admin input.submit {
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
border:0;
-padding-left:20px;
+padding-left:23px;
}
.entity_edit a,
.entity_send-a-message a,
.entity_nudge p {
-padding:4px 4px 4px 23px;
+padding:4px 4px 4px 26px;
}
.entity_remote_subscribe {
@@ -696,8 +690,8 @@ margin-bottom:18px;
.entity_send-a-message button {
position:absolute;
-top:0;
-right:0;
+top:3px;
+right:3px;
}
.entity_send-a-message .form_notice {
diff --git a/theme/base/images/icons/icons-01.png b/theme/base/images/icons/icons-01.png
index f83c30177..c0f087a21 100644
--- a/theme/base/images/icons/icons-01.png
+++ b/theme/base/images/icons/icons-01.png
Binary files differ
diff --git a/theme/base/images/icons/twotone/green/minus.gif b/theme/base/images/icons/twotone/green/minus.gif
new file mode 100644
index 000000000..461cd8cb2
--- /dev/null
+++ b/theme/base/images/icons/twotone/green/minus.gif
Binary files differ
diff --git a/theme/base/images/icons/twotone/green/plus.gif b/theme/base/images/icons/twotone/green/plus.gif
new file mode 100644
index 000000000..4407d0b2d
--- /dev/null
+++ b/theme/base/images/icons/twotone/green/plus.gif
Binary files differ