diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-01 20:27:15 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-01 20:27:15 +0000 |
commit | 3e79004b04458c0ec11462a422dc67f2fb3c2bdb (patch) | |
tree | 854bf7ee1df19e44961f78ae90de645a7cd1bed9 /views/default/css/elements/misc.php | |
parent | 0fc7a5edbc518abd92c4fc8c34b31ca05836132f (diff) | |
download | elgg-3e79004b04458c0ec11462a422dc67f2fb3c2bdb.tar.gz elgg-3e79004b04458c0ec11462a422dc67f2fb3c2bdb.tar.bz2 |
using the info module for user settings
git-svn-id: http://code.elgg.org/elgg/trunk@7808 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/misc.php')
-rw-r--r-- | views/default/css/elements/misc.php | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php index 87b012b22..73d237b47 100644 --- a/views/default/css/elements/misc.php +++ b/views/default/css/elements/misc.php @@ -255,39 +255,23 @@ /* *************************************** USER SETTINGS *************************************** */ -.user-settings { - margin-bottom:20px; -} -.user-settings h3 { - background:#e4e4e4; - color:#333333; - padding:5px; - margin-top:10px; - margin-bottom:10px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; -} -.user-settings label { - color:#333333; - font-size:100%; - font-weight:normal; -} -.user-settings table.styled { +table.styled { width:100%; } -.user-settings table.styled { +table.styled { border-top:1px solid #cccccc; } -.user-settings table.styled td { +table.styled td { padding:2px 4px 2px 4px; border-bottom:1px solid #cccccc; } -.user-settings table.styled td.column-one { +table.styled td.column-one { width:200px; } -.user-settings table.styled tr:hover { +table.styled tr:hover { background: #E4E4E4; } + .add-user form { width:300px; } @@ -475,12 +459,6 @@ .user-picker-entry .delete-button { margin-right:10px; } -#dashboard-info { - float: left; - margin-bottom: 15px; -} #dashboard-info .elgg-inner { - margin: 0 5px; border: 2px solid #dedede; - padding: 5px; } |