aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 17:20:25 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 17:20:25 +0000
commite3ecf46f78df19c34382f0873f7574fbbab5cd10 (patch)
tree6c0a06d29786a6f6b19ec16877121acd5da60f08 /mod/profile/views/default/profile/css.php
parentbd327f61b6f9cf255d6466f84de3c0d9f2fa9154 (diff)
downloadelgg-e3ecf46f78df19c34382f0873f7574fbbab5cd10.tar.gz
elgg-e3ecf46f78df19c34382f0873f7574fbbab5cd10.tar.bz2
default theme changed
git-svn-id: https://code.elgg.org/elgg/trunk@2988 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php30
1 files changed, 25 insertions, 5 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index 9e3457cc4..e03f32c38 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -1,10 +1,17 @@
<?php
+ /**
+ * Elgg Profile
+ *
+ * @package Profile
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.com/
+ */
+
?>
-/* ***************************************
- AVATAR CONTEXTUAL MENU
-*************************************** */
#profile_icon_wrapper {
float:left;
}
@@ -66,10 +73,9 @@ div.usericon a.icon img {
border-bottom:solid 1px #dddddd;
color: #4690d6;
margin:0 !important;
- /* background:#ffffff !important; */
}
.usericon div.sub_menu h3:hover {
- /* background:#cccccc !important; */
+
}
.user_menu_addfriend,
@@ -96,6 +102,20 @@ div.usericon a.icon img {
background:red !important;
}
+.resetdefaultprofile {
+ padding:0 10px 0 10px;
+}
+.resetdefaultprofile input[type="submit"] {
+ background: #dedede;
+ border-color: #dedede;
+ color:#333333;
+}
+.resetdefaultprofile input[type="submit"]:hover {
+ background: red;
+ border-color: red;
+ color:white;
+}
+
/* Banned user */
#profile_banned {
background-color:#FF8888;