From 376eaec4d23f72ad66027325e07461919814177a Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 21 Jan 2011 21:35:36 +0000 Subject: Made a thorough pass over the css. Included todo's throughout to track what still needs to be done. git-svn-id: http://code.elgg.org/elgg/trunk@7890 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/core.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'views/default/css/elements/core.php') diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php index 597313f0c..06bbb97c4 100644 --- a/views/default/css/elements/core.php +++ b/views/default/css/elements/core.php @@ -17,6 +17,8 @@ float: left; margin-right: 5px; } + + .elgg-image-block .elgg-image.elgg-alt { float: right; margin-left: 5px; @@ -25,7 +27,7 @@ List *************************************** */ .elgg-list { - border-top: 1px dotted #CCCCCC; + border-top: 1px dotted #CCCCCC; margin: 5px 0; clear: both; } @@ -63,6 +65,7 @@ /* *************************************** Modules *************************************** */ + .elgg-aside-module { margin-bottom: 20px; } @@ -71,6 +74,7 @@ margin-bottom: 5px; padding-bottom: 5px; } + .elgg-group-module { margin-bottom: 20px; } @@ -83,6 +87,7 @@ .elgg-group-module .elgg-head h3 { color: #333333; } + .elgg-info-module { margin-bottom: 20px; } @@ -93,9 +98,12 @@ -webkit-border-radius: 3px; -moz-border-radius: 3px; } + + .elgg-info-module .elgg-head h3 { color: #333333; } + .elgg-popup-module { background-color: white; border: 1px solid #cccccc; @@ -106,12 +114,15 @@ -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } + + .elgg-owner-block { margin-bottom: 20px; } /* *************************************** WIDGETS *************************************** */ + .elgg-widgets { float: right; min-height: 30px; @@ -126,6 +137,8 @@ background: #dedede; border: 2px solid #cccccc; } + + .elgg-widgets-add-panel ul { padding: 0; margin: 0; @@ -143,6 +156,8 @@ .elgg-widgets-add-panel li a { display: block; } + + .elgg-widget-available { color: #333333; cursor: pointer; @@ -153,6 +168,8 @@ .elgg-widget-unavailable { color: #888888; } + + .elgg-widget { background-color: #dedede; padding: 2px; @@ -221,6 +238,7 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover { margin-bottom: 15px; } + /* *************************************** SYSTEM MESSAGES *************************************** */ @@ -247,6 +265,7 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover { margin:0; } + /* *************************************** AVATAR ICONS *************************************** */ -- cgit v1.2.3