aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/chrome.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 01:59:24 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 01:59:24 +0000
commitcc9f9436cc7fc7b24b8ffdd93811c4921c74d737 (patch)
treebea27863558cf24f79063632c9f833fd5daa6b8d /views/default/css/elements/chrome.php
parent6e6568a57ec450514afc9ff12edb652135c253cb (diff)
downloadelgg-cc9f9436cc7fc7b24b8ffdd93811c4921c74d737.tar.gz
elgg-cc9f9436cc7fc7b24b8ffdd93811c4921c74d737.tar.bz2
more tweaking of css - menu and general clean up
git-svn-id: http://code.elgg.org/elgg/trunk@8064 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r--views/default/css/elements/chrome.php24
1 files changed, 9 insertions, 15 deletions
diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php
index db46b6984..badffb0c9 100644
--- a/views/default/css/elements/chrome.php
+++ b/views/default/css/elements/chrome.php
@@ -1,13 +1,16 @@
<?php
/**
+ * Visual styling
*
+ * @package Elgg.Core
+ * @subpackage UI
*/
/* Colors:
#4690D6 - elgg light blue
#0054A7 - elgg dark blue
- #e4ecf5 - elgg v light blue
+ #e4ecf5 - elgg very light blue
*/
?>
@@ -66,7 +69,6 @@ blockquote {
-moz-border-radius: 4px;
}
-
/* ***************************************
GENERIC SELECTORS
*************************************** */
@@ -74,15 +76,6 @@ h2 {
padding-bottom:5px;
}
-
-.link {
- cursor:pointer;
-}
-.divider {
- border-top:1px solid #cccccc;
-}
-
-
.radius8 {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
@@ -93,6 +86,11 @@ h2 {
// @todo add a series of dividers and borders
?>
+
+.divider {
+ border-top:1px solid #cccccc;
+}
+
<?php //@todo convert to hyphen-separated ?>
.elgg_hrt {
border-top: 1px solid #CCCCCC;
@@ -103,10 +101,6 @@ h2 {
.elgg-border-plain {
border: 1px solid #eeeeee;
}
-.elgg-rss {
- float: right;
-}
-
.elgg-text ul, ol {
margin: 0 1.5em 1.5em 0;