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/forms.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'views/default/css/elements/forms.php') 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; } + + 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; } /* + .elgg-submit-button.disabled { background-color:#999999; border-color:#999999; @@ -224,6 +229,7 @@ a.elgg-action-button:focus { */ + /* small round delete button */ .delete-button { width:14px; -- cgit v1.2.3