From 89ded32abebd0f2100e0014249df54bde7a44258 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 01:19:33 +0000 Subject: Refs #2700 changed underscores to hyphens for the forms css elements git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 70 +++++++++++++++++----------------- views/default/css/components/forms.php | 68 ++++++++++++++++----------------- views/default/css/ie.php | 6 +-- views/default/css/ie6.php | 4 +- views/default/css/screen.php | 14 +++---- 5 files changed, 81 insertions(+), 81 deletions(-) (limited to 'views/default/css') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 1cc97f54c..af2a16f55 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -328,13 +328,13 @@ table.mceLayout { font-size:100%; font-weight:normal; } -.admin_area .input_textarea { +.admin_area .input-textarea { width:98%; } .admin_area form#plugin_settings { margin-top: 10px; } -.admin_area form#plugin_settings .action_button.disabled { +.admin_area form#plugin_settings .action-button.disabled { margin-top:10px; float:right; } @@ -344,24 +344,24 @@ table.mceLayout { GENERAL FORM ELEMENTS *************************************** */ /* default elgg core input field classes */ -.admin_area .input_text, -.admin_area .input_tags, -.admin_area .input_url, -.admin_area .input_textarea { +.admin_area .input-text, +.admin_area .input-tags, +.admin_area .input-url, +.admin_area .input-textarea { width:98%; } -.admin_area .input_access { +.admin_area .input-access { margin:5px 0 0 0; } -.admin_area .input_password { +.admin_area .input-password { width:200px; } -.admin_area .input_textarea { +.admin_area .input-textarea { height: 200px; width:718px; } .admin_area input[type="checkbox"], -.admin_area input.input_radio { +.admin_area input.input-radio { margin:0 3px 0 0; padding:0; border:none; @@ -393,15 +393,15 @@ table.mceLayout { background: #f5f5f5; color:#333333; } -.admin_area .input_textarea.monospace { +.admin_area .input-textarea.monospace { font-family:Monaco,"Courier New",Courier,monospace; font-size:13px; } -.admin_area a.longtext_control { +.admin_area a.longtext-control { float:right; margin-left:14px; } -.admin_area .submit_button { +.admin_area .submit-button { font-size: 14px; font-weight: bold; color: white; @@ -421,7 +421,7 @@ table.mceLayout { -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); } -.admin_area .submit_button:hover { +.admin_area .submit-button:hover { color: white; border-color: #333333; text-decoration:none; @@ -465,7 +465,7 @@ table.mceLayout { background-repeat: repeat-x; background-position: left 10px; } -.admin_area .cancel_button { +.admin_area .cancel-button { font-size: 14px; font-weight: bold; text-decoration:none; @@ -482,18 +482,18 @@ table.mceLayout { margin:10px 0 10px 10px; cursor: pointer; } -.admin_area .cancel_button:hover { +.admin_area .cancel-button:hover { background-color: #999999; background-position: left 10px; text-decoration:none; color:white; } -.admin_area .content_header_options .action_button { +.admin_area .content_header_options .action-button { margin-top:0; margin-left:10px; } -.admin_area input.action_button, -.admin_area a.action_button { +.admin_area input.action-button, +.admin_area a.action-button { -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color:#cccccc; @@ -511,10 +511,10 @@ table.mceLayout { -webkit-box-shadow: none; -moz-box-shadow: none; } -.admin_area input.action_button:hover, -.admin_area a.action_button:hover, -.admin_area input.action_button:focus, -.admin_area a.action_button:focus { +.admin_area input.action-button:hover, +.admin_area a.action-button:hover, +.admin_area input.action-button:focus, +.admin_area a.action-button:focus { background-position:0 -15px; background-image: url(_graphics/button_background.gif); background-repeat: repeat-x; @@ -523,33 +523,33 @@ table.mceLayout { background-color:#cccccc; border:1px solid #999999; } -.admin_area .action_button:active { +.admin_area .action-button:active { background-image:none; } -.admin_area .action_button.disabled { +.admin_area .action-button.disabled { color:#999999; padding:2px 7px 2px 7px; } -.admin_area .action_button.disabled:hover { +.admin_area .action-button.disabled:hover { background-position:0 -15px; color:#111111; border:1px solid #999999; } -.admin_area .action_button.disabled:active { +.admin_area .action-button.disabled:active { background-image:none; } -.admin_area .action_button.download { +.admin_area .action-button.download { padding: 5px 9px 5px 6px; } -.admin_area .action_button.download:hover { +.admin_area .action-button.download:hover { } -.admin_area .action_button.download img { +.admin_area .action-button.download img { margin-right:6px; position:relative; top:5px; } -.admin_area .action_button.small { +.admin_area .action-button.small { -webkit-border-radius: 3px; -moz-border-radius: 3px; width: auto; @@ -558,7 +558,7 @@ table.mceLayout { font-size: 0.9em; line-height: 0.6em; } -.admin_area .action_button.small:hover { +.admin_area .action-button.small:hover { background-color: #0054A7; background-image: none; border-color: #0054A7; @@ -596,7 +596,7 @@ table.mceLayout { .content_header_options { float:right; } -.content_header_options .action_button { +.content_header_options .action-button { float:right; margin:0 0 5px 10px; } @@ -710,7 +710,7 @@ table.mceLayout { float: left; width: 150px; } -form.admin_plugins_simpleview .submit_button { +form.admin_plugins_simpleview .submit-button { margin-right:20px; } .plugin_info { @@ -758,7 +758,7 @@ ul.admin_plugins { .configure_menuitems { margin-bottom:30px; } -.admin_settings.menuitems .input_pulldown { +.admin_settings.menuitems .input-pulldown { margin-right:15px; margin-bottom:10px; } diff --git a/views/default/css/components/forms.php b/views/default/css/components/forms.php index 344ae7d86..c9e85e5a3 100644 --- a/views/default/css/components/forms.php +++ b/views/default/css/components/forms.php @@ -10,24 +10,24 @@ Form Elements *************************************** */ /* default elgg core input field classes */ -.input_text, -.input_tags, -.input_url, -.input_textarea { +.input-text, +.input-tags, +.input-url, +.input-textarea { width:98%; } -.input_access { +.input-access { margin:5px 0 0 0; } -.input_password { +.input-password { width:200px; } -.input_textarea { +.input-textarea { height: 200px; width:718px; } input[type="checkbox"], -input.input_radio { +input.input-radio { margin:0 3px 0 0; padding:0; border:none; @@ -59,15 +59,15 @@ input[type="text"]:focus { background: #e4ecf5; color:#333333; } -.input_textarea.monospace { +.input-textarea.monospace { font-family:Monaco,"Courier New",Courier,monospace; font-size:13px; } -a.longtext_control { +a.longtext-control { float:right; margin-left:14px; } -.submit_button { +.submit-button { font-size: 14px; font-weight: bold; color: white; @@ -87,7 +87,7 @@ a.longtext_control { -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); } -.submit_button:hover { +.submit-button:hover { color: white; border-color: #0054a7; text-decoration:none; @@ -96,12 +96,12 @@ a.longtext_control { background-repeat: repeat-x; background-position: left 10px; } -.submit_button.disabled { +.submit-button.disabled { background-color:#999999; border-color:#999999; color:#dedede; } -.submit_button.disabled:hover { +.submit-button.disabled:hover { background-color:#999999; border-color:#999999; color:#dedede; @@ -141,7 +141,7 @@ input[type="submit"]:hover { background-repeat: repeat-x; background-position: left 10px; } -.cancel_button { +.cancel-button { font-size: 14px; font-weight: bold; text-decoration:none; @@ -158,14 +158,14 @@ input[type="submit"]:hover { margin:10px 0 10px 10px; cursor: pointer; } -.cancel_button:hover { +.cancel-button:hover { background-color: #999999; background-position: left 10px; text-decoration:none; color:white; } -input.action_button, -a.action_button { +input.action-button, +a.action-button { -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color:#cccccc; @@ -183,10 +183,10 @@ a.action_button { -webkit-box-shadow: none; -moz-box-shadow: none; } -input.action_button:hover, -a.action_button:hover, -input.action_button:focus, -a.action_button:focus { +input.action-button:hover, +a.action-button:hover, +input.action-button:focus, +a.action-button:focus { background-position:0 -15px; background-image: url(_graphics/button_background.gif); background-repeat: repeat-x; @@ -195,33 +195,33 @@ a.action_button:focus { background-color:#cccccc; border:1px solid #999999; } -.action_button:active { +.action-button:active { background-image:none; } -.action_button.disabled { +.action-button.disabled { color:#999999; padding:2px 7px 2px 7px; } -.action_button.disabled:hover { +.action-button.disabled:hover { background-position:0 -15px; color:#111111; border:1px solid #999999; } -.action_button.disabled:active { +.action-button.disabled:active { background-image:none; } -.action_button.download { +.action-button.download { padding: 5px 9px 5px 6px; } -.action_button.download:hover { +.action-button.download:hover { } -.action_button.download img { +.action-button.download img { margin-right:6px; position:relative; top:5px; } -.action_button.small { +.action-button.small { -webkit-border-radius: 3px; -moz-border-radius: 3px; width: auto; @@ -230,7 +230,7 @@ a.action_button:focus { font-size: 0.9em; line-height: 0.6em; } -.action_button.small:hover { +.action-button.small:hover { background-color: #4690d6; background-image: none; border-color: #4690d6; @@ -238,13 +238,13 @@ a.action_button:focus { text-shadow:0 -1px 0 black; } /* small round delete button */ -.delete_button { +.delete-button { width:14px; height:14px; margin:0; float:right; } -.delete_button a { +.delete-button a { display:block; cursor: pointer; width:14px; @@ -253,6 +253,6 @@ a.action_button:focus { text-indent: -9000px; text-align: left; } -.delete_button a:hover { +.delete-button a:hover { background-position: -200px -16px; } diff --git a/views/default/css/ie.php b/views/default/css/ie.php index d22417ada..95f2d34a9 100644 --- a/views/default/css/ie.php +++ b/views/default/css/ie.php @@ -26,11 +26,11 @@ .likes_list {display:none;} .likes_list_holder .likes_list {top:20px !important;} /* position likes list below link in IE to prevent clipping */ -.elgg_likes_user .entity_metadata .delete_button {float:none;} +.elgg_likes_user .entity_metadata .delete-button {float:none;} /* profile */ .elgg_horizontal_tabbed_nav.profile .profile_name {margin-left: -260px;} -#profile_content .river_comment_form.hidden .input_text { width:510px; } +#profile_content .river_comment_form.hidden .input-text { width:510px; } /* notifications */ .friends_picker_navigation {margin:0;padding:0;} @@ -54,7 +54,7 @@ #riverdashboard_updates {clear:both;} #riverdashboard_updates a.update_link {margin:0 0 9px 0;} .riverdashboard_filtermenu {margin:10px 0 0 0;} -.river_comment_form.hidden .input_text { +.river_comment_form.hidden .input-text { width:530px; float:left; } diff --git a/views/default/css/ie6.php b/views/default/css/ie6.php index 57890e62d..943b94e32 100644 --- a/views/default/css/ie6.php +++ b/views/default/css/ie6.php @@ -12,5 +12,5 @@ .navigation li.navigation_more ul li a {width:150px;background-color: #dedede;} /* @todo check this one */ -.delete_button a { background-position-y: 2px; } -.delete_button a:hover { background-position-y: -14px; } \ No newline at end of file +.delete-button a { background-position-y: 2px; } +.delete-button a:hover { background-position-y: -14px; } \ No newline at end of file diff --git a/views/default/css/screen.php b/views/default/css/screen.php index 9221d810f..59016b777 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -963,7 +963,7 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { font-weight:normal; font-size:100%; } -.loginbox .submit_button { +.loginbox .submit-button { margin-right: 15px; } #login .persistent_login { @@ -1059,7 +1059,7 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { font-weight:normal; font-size: 100%; } -#login_dropdown #signin_menu .submit_button { +#login_dropdown #signin_menu .submit-button { margin-right:15px; } @@ -1091,7 +1091,7 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { .content_header_options { float:right; } -.content_header_options .action_button { +.content_header_options .action-button { float:right; margin:0 0 5px 10px; } @@ -1218,7 +1218,7 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { .entity_metadata .entity_edit a:hover { color:#555555; } -.entity_metadata .delete_button { +.entity_metadata .delete-button { margin-top:3px; } /* override hover for lists of site users/members */ @@ -1391,8 +1391,8 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { .friends_picker_navigation_r:hover { background: url("_graphics/elgg_sprites.png") no-repeat -60px -44px; } -.friendspicker_savebuttons .submit_button, -.friendspicker_savebuttons .cancel_button { +.friendspicker_savebuttons .submit-button, +.friendspicker_savebuttons .cancel-button { margin:5px 20px 5px 5px; } #collectionMembersTable { @@ -1476,7 +1476,7 @@ p.elgg_likes_owner { margin-top:5px; border-bottom:1px solid #cccccc; } -.user_picker_entry .delete_button { +.user_picker_entry .delete-button { margin-right:10px; } -- cgit v1.2.3