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/misc.php | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'views/default/css/elements/misc.php') diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php index f5dd78821..297becefe 100644 --- a/views/default/css/elements/misc.php +++ b/views/default/css/elements/misc.php @@ -4,6 +4,11 @@ */ ?> +/* *************************************** + PRIMITIVES +*************************************** */ +.right {float:right} +.left {float:left} /* *************************************** LIKES @@ -29,10 +34,10 @@ margin-right: 20px; } .elgg-river-timestamp { - color: #666666; - font-size: 85%; - font-style: italic; - line-height: 1.2em; + color: #666666; + font-size: 85%; + font-style: italic; + line-height: 1.2em; } .elgg-river-content { border-left: 1px solid #CCCCCC; @@ -41,6 +46,8 @@ margin: 8px 0 5px 0; padding-left: 5px; } + + .elgg-river-content .elgg-user-icon { float: left; } @@ -49,6 +56,7 @@ margin: 10px 0; } + .elgg-river-comments-tab { display: block; background-color: #EEEEEE; @@ -63,6 +71,8 @@ -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; } + + .elgg-river-comments { margin: 0; border-top: none; @@ -94,6 +104,8 @@ font-size: 85%; margin-bottom: 2px; } + + .elgg-river-item form { background-color: #EEEEEE; padding: 4px 4px; @@ -114,6 +126,7 @@ clear: both; } + /* *************************************** LOGIN / REGISTER *************************************** */ @@ -246,6 +259,7 @@ /* *************************************** USER SETTINGS *************************************** */ + table.styled { width:100%; } @@ -263,6 +277,7 @@ table.styled tr:hover { background: #E4E4E4; } + /* *************************************** FRIENDS PICKER *************************************** */ -- cgit v1.2.3