diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 23:54:04 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-29 23:54:04 +0000 |
commit | 947eda7867df1f4846f18fc0326ff0ed20626c34 (patch) | |
tree | 75aecbac51ef5aa67fc2e747fffb3d80ad4ab502 /mod/embed/views | |
parent | dcba493d8defdeb9ab6f41bf07826474bc41e9a6 (diff) | |
download | elgg-947eda7867df1f4846f18fc0326ff0ed20626c34.tar.gz elgg-947eda7867df1f4846f18fc0326ff0ed20626c34.tar.bz2 |
stage 1 in moving the forms markup to elgg- namespaced css - buttons still need work
git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed/views')
-rw-r--r-- | mod/embed/views/default/embed/css.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index e87584205..fe8cef972 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -114,8 +114,8 @@ } /* input field classes */ -#facebox .content .input-text, -#facebox .content .input-tags { +#facebox .content .elgg-input-text, +#facebox .content .elgg-input-tags { font: 120% Arial, Helvetica, sans-serif; padding: 5px; border: 1px solid #cccccc; @@ -127,13 +127,13 @@ -moz-box-shadow: none; box-shadow: none; } -#facebox .content .input-text:focus, -#facebox .content .input-tags:focus { +#facebox .content .elgg-input-text:focus, +#facebox .content .elgg-input-tags:focus { border: solid 1px #4690d6; background: #e4ecf5; color:#333333; } -#facebox .content .input-file { +#facebox .content .elgg-input-file { background-color: white; } #facebox .content p { |