aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/misc.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-21 21:35:36 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-21 21:35:36 +0000
commit376eaec4d23f72ad66027325e07461919814177a (patch)
tree81b5b90f298472b40ec30e9eac0456c5f19fc3b2 /views/default/css/elements/misc.php
parent5dc1d61143b56b1b7e429bd248a81b93c2c11a59 (diff)
downloadelgg-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/misc.php')
-rw-r--r--views/default/css/elements/misc.php23
1 files changed, 19 insertions, 4 deletions
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;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-river-content .elgg-user-icon {
float: left;
}
@@ -49,6 +56,7 @@
margin: 10px 0;
}
+<?php //@todo do we need another elgg-tabs extension? ?>
.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;
}
+
+<?php //@todo lists.php ?>
.elgg-river-comments {
margin: 0;
border-top: none;
@@ -94,6 +104,8 @@
font-size: 85%;
margin-bottom: 2px;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-river-item form {
background-color: #EEEEEE;
padding: 4px 4px;
@@ -114,6 +126,7 @@
clear: both;
}
+<?php //@todo needs revamp: elgg-login-form, elgg-register-form? ?>
/* ***************************************
LOGIN / REGISTER
*************************************** */
@@ -246,6 +259,7 @@
/* ***************************************
USER SETTINGS
*************************************** */
+<?php //@todo prefix with elgg-. Move to chrome.php ?>
table.styled {
width:100%;
}
@@ -263,6 +277,7 @@ table.styled tr:hover {
background: #E4E4E4;
}
+<?php //@todo needs revamp ?>
/* ***************************************
FRIENDS PICKER
*************************************** */