aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.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/forms.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/forms.php')
-rw-r--r--views/default/css/elements/forms.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index ca03afd10..67e21974b 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -37,6 +37,8 @@ input[type="text"]:focus, input[type="password"]:focus {
background: #e4ecf5;
color:#333333;
}
+
+<?php //@todo prefix with "elgg-" ?>
textarea.monospace {
font-family: Monaco,"Courier New",Courier,monospace;
font-size: 13px;
@@ -45,6 +47,8 @@ a.longtext-control {
float:right;
margin-left:14px;
}
+
+
.elgg-input-access {
margin:5px 0 0 0;
}
@@ -134,6 +138,7 @@ input[type="submit"]:hover,
border: 1px solid #999999;
}
/*
+<?php //@todo elgg-state-disabled? ?>
.elgg-submit-button.disabled {
background-color:#999999;
border-color:#999999;
@@ -224,6 +229,7 @@ a.elgg-action-button:focus {
*/
+<?php //@todo prefix with elgg- ?>
/* small round delete button */
.delete-button {
width:14px;