diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-13 17:27:10 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-13 17:27:10 +0000 |
commit | ca060f3f15a653b53df870f2c22fa3df6ca12191 (patch) | |
tree | cf479c49d7783c121c8d25e35e5f09652a5b2e34 /views/default/css.php | |
parent | 0b8d3a18ce4a141d055b52757d74e23f0f3722bf (diff) | |
download | elgg-ca060f3f15a653b53df870f2c22fa3df6ca12191.tar.gz elgg-ca060f3f15a653b53df870f2c22fa3df6ca12191.tar.bz2 |
Beginnings of a stand-alone admin area.
git-svn-id: http://code.elgg.org/elgg/trunk@6032 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 156 |
1 files changed, 10 insertions, 146 deletions
diff --git a/views/default/css.php b/views/default/css.php index bdef42982..78edaa24c 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1025,17 +1025,14 @@ li.navigation_more ul li { background-color:white; } + /* *************************************** - USER SETTINGS & ADMIN AREA - @todo - pull admin css into stand-alone css + USER SETTINGS *************************************** */ -/* GENERAL STYLES */ -.user_settings, -.admin_settings { +.user_settings { margin-bottom:20px; } -.user_settings h3, -.admin_settings h3 { +.user_settings h3 { background:#e4e4e4; color:#333333; padding:5px; @@ -1044,31 +1041,25 @@ li.navigation_more ul li { -webkit-border-radius: 3px; -moz-border-radius: 3px; } -.user_settings label, -.admin_settings label { +.user_settings label { color:#333333; font-size:100%; font-weight:normal; } -.user_settings table.styled, -.admin_settings table.styled { +.user_settings table.styled { width:100%; } -.user_settings table.styled, -.admin_settings table.styled { +.user_settings table.styled { border-top:1px solid #cccccc; } -.user_settings table.styled td, -.admin_settings table.styled td { +.user_settings table.styled td { padding:2px 4px 2px 4px; border-bottom:1px solid #cccccc; } -.user_settings table.styled td.column_one, -.admin_settings table.styled td.column_one { +.user_settings table.styled td.column_one { width:200px; } -.user_settings table.styled tr:hover, -.admin_settings table.styled tr:hover { +.user_settings table.styled tr:hover { background: #E4E4E4; } .add_user form { @@ -1522,130 +1513,3 @@ a.action_button:focus { p.elgg_likes_owner { padding-top:4px; } - - -/* *************************************** - ADMIN AREA - @todo - replace with standalone admin area -*************************************** */ -.admin_settings.users_online .profile_status { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - line-height:1.2em; -} -.admin_settings.users_online .profile_status span { - font-size:90%; - color:#666666; -} -.admin_settings.users_online p.owner_timestamp { - padding-left:3px; -} -.admin_plugin_reorder { - float:right; - width:200px; - text-align: right; -} -.admin_plugin_reorder a { - padding-left:10px; - font-size:80%; - color:#999999; -} -.manifest_file { - background-color:#eeeeee; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; - padding:5px 10px 5px 10px; - margin:4px 0 4px 0; -} -.admin_plugin_enable_disable { - width:150px; - margin:10px 0 0 0; - float:right; - text-align: right; -} -.admin_plugin_enable_disable a { - margin:0; -} -.pluginsettings { - margin:15px 0 5px 0; - background-color:#eeeeee; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; - padding:10px; -} -.pluginsettings h3 { - padding:0 0 5px 0; - margin:0 0 5px 0; - border-bottom:1px solid #999999; -} -#updateclient_settings h3 { - padding:0; - margin:0; - border:none; -} -.plugin_controls { - padding: 3px 3px 3px 0; - font-weight: bold; - float: left; - width: 150px; -} -form.admin_plugins_simpleview .submit_button { - margin-right:20px; -} -.plugin_info { - margin: 3px; - padding-left: 150px; - display: block; -} -.plugin_metadata { - display:block; - color:#999999; -} -.plugin_name input[type="checkbox"] { - margin-right: 10px; -} -.plugin_details { - margin:0 0 5px 0; - padding:0 7px 4px 10px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; -} -.plugin_details p { - margin:0; - padding:0; -} -.plugin_settings { - font-weight: normal; -} -.active { - border:1px solid #999999; - background:white; -} -.not_active { - border:1px solid #999999; - background:#dedede; -} -.configure_menuitems { - margin-bottom:30px; -} -.admin_settings.menuitems .input_pulldown { - margin-right:15px; - margin-bottom:10px; -} -.admin_settings.menuitems li.custom_menuitem { - margin-bottom:20px; -} -.admin_notices { - padding-bottom: 15px; -} -.admin_notices p { - background-color:#BDE5F8; - color: black; - border: 1px solid blue; - font-weight: bold; - padding:3px 10px; - -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); /* safari v3+ */ - -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); /* FF v3.5+ */ - -webkit-border-radius: 4px; - -moz-border-radius: 4px; -} |