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/chrome.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/default/css/elements/chrome.php') diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index 974dcc2e6..ef66fe9c8 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -77,7 +77,7 @@ h2 { padding-bottom:5px; } - + .listing .icon { float: left; margin-right: 10px; } .listing .icon img { width: auto } .listing .info { display: table-cell; } @@ -99,6 +99,8 @@ h2 { -webkit-border-radius: 8px; -moz-border-radius: 8px; } + + .margin-none { margin:0; } @@ -106,6 +108,7 @@ h2 { margin-top:10px; } + .elgg-tags { background-image:url(_graphics/elgg_sprites.png); background-repeat: no-repeat; @@ -132,21 +135,18 @@ h2 { .elgg-discover:hover .elgg-discoverable { display: block; } + + + .elgg_hrt { border-top: 1px solid #CCCCCC; } .elgg_hrb { border-bottom: 1px solid #CCCCCC; } - - - .elgg-border-plain { border: 1px solid #eeeeee; } - - - .elgg-rss { float: right; } -- cgit v1.2.3