From 4d80bc33b8924038bd1ca57d548828afe661bb42 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 03:10:57 +0000 Subject: Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index af2a16f55..155907acb 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -184,14 +184,14 @@ h2 { -webkit-border-radius: 8px; -moz-border-radius: 8px; } -.margin_none { +.margin-none { margin:0; } -.margin_top { +.margin-top { margin-top:10px; } -.entity_title a { color:#0054A7; } -.elgg_horizontal_tabbed_nav a:hover { color:#0054A7; } +.entity-title a { color:#0054A7; } +.elgg-horizontal-tabbed-nav a:hover { color:#0054A7; } table.mceLayout { width:100% !important; } @@ -213,28 +213,28 @@ table.mceLayout { height:30px; width:100%; } -#admin_header .network_title h2 { +#admin_header .network-title h2 { height:45px; line-height:45px; margin:0; padding:0 0 0 20px; border:0; } -#admin_header .network_title h2 a { +#admin_header .network-title h2 a { color:white; } -#admin_header .network_title h2 a:hover { +#admin_header .network-title h2 a:hover { color:white; text-decoration: underline; } -#admin_header .network_title h2 a.return_to_network { +#admin_header .network-title h2 a.return_to_network { font-size:12px; font-weight: normal; color:#666666; float:right; margin-right:40px; } -#elgg_content.admin_area { +#elgg-content.admin_area { margin:20px; min-height:400px; position:relative; @@ -244,7 +244,7 @@ table.mceLayout { -webkit-box-shadow: none; -moz-box-shadow: none; } -#elgg_content.admin_area #elgg_page_contents { +#elgg-content.admin_area #elgg-page-contents { float:left; margin:0; padding:14px; @@ -253,7 +253,7 @@ table.mceLayout { -webkit-border-radius: 6px; -moz-border-radius: 6px; } -#elgg_content.admin_area #elgg_sidebar { +#elgg-content.admin_area #elgg-sidebar { float:left; margin:0; min-height:400px; @@ -270,7 +270,7 @@ table.mceLayout { .admin_area h6 { color:#666666; } -.admin_area #elgg_sidebar .submenu { +.admin_area #elgg-sidebar .submenu { margin:0; padding:0; list-style: none; @@ -301,7 +301,7 @@ table.mceLayout { color:white; text-decoration:none; } -.admin_area #elgg_sidebar .submenu ul.child { +.admin_area #elgg-sidebar .submenu ul.child { margin-bottom:10px; } .admin_area .submenu .child li a { @@ -488,7 +488,7 @@ table.mceLayout { 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; } @@ -581,22 +581,22 @@ table.mceLayout { clear: both; visibility: hidden; } -.content_header_title { +.content-header-title { float:left; } -.content_header_title { +.content-header-title { margin-right:10px; max-width: 530px; } -.content_header_title h2 { +.content-header-title h2 { border:none; margin-bottom:0; padding-bottom:5px; } -.content_header_options { +.content-header-options { float:right; } -.content_header_options .action-button { +.content-header-options .action-button { float:right; margin:0 0 5px 10px; } @@ -643,7 +643,7 @@ table.mceLayout { padding:2px 4px 2px 4px; border-bottom:1px solid #cccccc; } -.admin_settings table.styled td.column_one { +.admin_settings table.styled td.column-one { width:200px; } .admin_settings table.styled tr:hover { @@ -788,19 +788,19 @@ ul.admin_plugins { /* *************************************** ELGG TABBED PAGE NAVIGATION *************************************** */ -.elgg_horizontal_tabbed_nav { +.elgg-horizontal-tabbed-nav { margin-bottom:5px; padding: 0; border-bottom: 2px solid #cccccc; display:table; width:100%; } -.elgg_horizontal_tabbed_nav ul { +.elgg-horizontal-tabbed-nav ul { list-style: none; padding: 0; margin: 0; } -.elgg_horizontal_tabbed_nav li { +.elgg-horizontal-tabbed-nav li { float: left; border: 2px solid #cccccc; border-bottom-width: 0; @@ -811,7 +811,7 @@ ul.admin_plugins { -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; } -.elgg_horizontal_tabbed_nav a { +.elgg-horizontal-tabbed-nav a { text-decoration: none; display: block; padding:3px 10px 0 10px; @@ -819,15 +819,15 @@ ul.admin_plugins { height:21px; color:#999999; } -.elgg_horizontal_tabbed_nav a:hover { +.elgg-horizontal-tabbed-nav a:hover { background: #dedede; color:#4690D6; } -.elgg_horizontal_tabbed_nav .selected { +.elgg-horizontal-tabbed-nav .selected { border-color: #cccccc; background: white; } -.elgg_horizontal_tabbed_nav .selected a { +.elgg-horizontal-tabbed-nav .selected a { position: relative; top: 2px; background: white; -- cgit v1.2.3