aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 14:10:51 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 14:10:51 +0000
commit538a22b85384008533aeef2ac356ff668766e0cb (patch)
tree0070a18c9d09241a15df94fcbeeeda16feed4138 /views/default/css.php
parent90cb880ec6b629376df97c89bc4a0b3e2db32c8e (diff)
downloadelgg-538a22b85384008533aeef2ac356ff668766e0cb.tar.gz
elgg-538a22b85384008533aeef2ac356ff668766e0cb.tar.bz2
Riverdashboard refreshed, and updated display of comments and likes (the loading of these needs to be moved to ajax callbacks)
git-svn-id: http://code.elgg.org/elgg/trunk@5643 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php29
1 files changed, 11 insertions, 18 deletions
diff --git a/views/default/css.php b/views/default/css.php
index cc3c82d4b..70cc7ab4d 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -10,7 +10,7 @@
PAGE LAYOUT main page content blocks: header, sidebar, footer...
GENERIC SELECTORS reusable generic classes
ELGG TOPBAR elgg topbar
- TOOLS MENU drop-down tools menu in topbar
+ [ TOOLS MENU drop-down tools menu in topbar ]
HEADER CONTENTS
ELGG SITE NAVIGATION Primary site navigation in header
FOOTER CONTENTS
@@ -354,7 +354,7 @@ h2 {
width:100%;
}
#elgg_topbar_contents a {
- margin-right:20px;
+ margin-right:30px;
padding-top:2px;
display:inline;
float:left;
@@ -410,6 +410,7 @@ h2 {
/* ***************************************
TOOLS MENU
*************************************** */
+/*
#elgg_topbar_contents ul.tools_menu,
#elgg_topbar_contents ul.tools_menu ul {
margin:0;
@@ -448,7 +449,9 @@ h2 {
#elgg_topbar_contents ul.tools_menu ul li {
float: none;
}
+*/
/* elgg toolbar drop-down menu style */
+/*
#elgg_topbar_contents ul.tools_menu ul {
width: 150px;
top: 24px;
@@ -469,7 +472,7 @@ h2 {
text-decoration: none;
}
#elgg_topbar_contents ul.tools_menu ul li a {
- background-color: #333333; /* menu off-state color */
+ background-color: #333333;
font-weight: bold;
padding-left:6px;
padding-top:4px;
@@ -480,11 +483,12 @@ h2 {
border-bottom: 1px solid white;
}
#elgg_topbar_contents ul.tools_menu ul a.hover {
- background-color: #0054a7; /* menu hover-state color */
+ background-color: #0054a7;
}
#elgg_topbar_contents ul.tools_menu ul a {
opacity: 0.9;
}
+*/
@@ -1058,7 +1062,8 @@ li.navigation_more ul li {
}
.entity_subtext {
color:#666666;
- font-size: 90%;
+ font-size: 85%;
+ font-style: italic;
}
/* entity metadata block */
.entity_metadata {
@@ -1614,16 +1619,4 @@ a.action_button:focus {
.admin_settings.menuitems li.custom_menuitem {
margin-bottom:20px;
}
-.plugin_info_label {
- font-weight: bold;
-}
-.plugin_description {
- font-style: italic;
-}
-.plugin_screenshot {
- display: inline;
- margin: 3px;
-}
-.plugin_screenshot img {
- width: 100px;
-} \ No newline at end of file
+