diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-21 21:35:36 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-21 21:35:36 +0000 |
commit | 376eaec4d23f72ad66027325e07461919814177a (patch) | |
tree | 81b5b90f298472b40ec30e9eac0456c5f19fc3b2 /views/default/css/elements/chrome.php | |
parent | 5dc1d61143b56b1b7e429bd248a81b93c2c11a59 (diff) | |
download | elgg-376eaec4d23f72ad66027325e07461919814177a.tar.gz elgg-376eaec4d23f72ad66027325e07461919814177a.tar.bz2 |
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
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r-- | views/default/css/elements/chrome.php | 14 |
1 files changed, 7 insertions, 7 deletions
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; } - +<?php //@todo deprecated ?> .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; } + +<?php //@todo deprecated ?> .margin-none { margin:0; } @@ -106,6 +108,7 @@ h2 { margin-top:10px; } +<?php //@todo lists.php ?> .elgg-tags { background-image:url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png); background-repeat: no-repeat; @@ -132,21 +135,18 @@ h2 { .elgg-discover:hover .elgg-discoverable { display: block; } + +<?php //@todo move to helpers.php ?> +<?php //@todo convert to hyphen-separated ?> .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; } |