diff options
| author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 18:08:53 +0000 | 
|---|---|---|
| committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 18:08:53 +0000 | 
| commit | c30756313219419b6dd0c919896dc0210b19714f (patch) | |
| tree | 0ece4e1f7504aa75cc666dee164537db236c7916 | |
| parent | 257ee6be21a824b3b76647395bf0c04f9be24785 (diff) | |
| download | elgg-c30756313219419b6dd0c919896dc0210b19714f.tar.gz elgg-c30756313219419b6dd0c919896dc0210b19714f.tar.bz2  | |
settings and admin pages cleaned
git-svn-id: https://code.elgg.org/elgg/trunk@1848 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | mod/logbrowser/views/default/logbrowser/css.php | 85 | ||||
| -rw-r--r-- | views/default/css.php | 87 | 
2 files changed, 123 insertions, 49 deletions
diff --git a/mod/logbrowser/views/default/logbrowser/css.php b/mod/logbrowser/views/default/logbrowser/css.php index 95dabb7d7..6fe70c9cf 100644 --- a/mod/logbrowser/views/default/logbrowser/css.php +++ b/mod/logbrowser/views/default/logbrowser/css.php @@ -1,42 +1,43 @@ -<?php
 -
 -?>
 -
 -	#logbrowser_search_area {
 -		margin: 3px;
 -	}
 -	
 -	#logbrowserSearchform {
 -	
 -		padding: 10px;
 -		background-color: #eee;
 -	
 -	}
 -	
 -	.log_entry {
 -		margin: 3px;
 -		width: 650px;
 -		font-size: 80%;
 -	}
 -	
 -	.log_entry_user {
 -		width: 120px;
 -		background-color: #eee;
 -		margin-left: 5px;
 -	}
 -	
 -	.log_entry_time {
 -		width: 210px;
 -		background-color: #eee;
 -	}
 -	
 -	.log_entry_item {
 -		background-color: #eee;
 -		margin-left: 5px;
 -	}
 -	
 -	.log_entry_action {
 -		width: 75px;
 -		background-color: #eee;
 -		margin-left: 5px;
 -	}
\ No newline at end of file +<?php + +?> + +#logbrowser_search_area { +	margin: 3px; +} + +#logbrowserSearchform { + +	padding: 20px; +	background-color: #dedede; + +} + +.log_entry { +	margin: 2px; +	width: 678px; +	font-size: 80%; +} +.log_entry td { +} + +.log_entry_user { +	width: 120px; +	background-color: #eee; +} + +.log_entry_time { +	width: 210px; +	background-color: #eee; +	padding:2px; +} + +.log_entry_item { +	background-color: #eee; +	 +} + +.log_entry_action { +	width: 75px; +	background-color: #eee; +}
\ No newline at end of file diff --git a/views/default/css.php b/views/default/css.php index 063b6d3c5..3bba536c0 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1122,11 +1122,9 @@ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_priv  .search_listing_icon {  	position: absolute;  } -  .search_listing_icon img {  	width: 40px;  } -  .search_listing_icon .avatar_menu_button img {  	width: 15px;  } @@ -1135,11 +1133,16 @@ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_priv  	margin-left: 50px;  	min-height: 40px;  } -  .search_listing_info p {  	margin:0 0 3px 0;  	line-height:1.2em;  } +.search_listing_info p.owner_timestamp { +	margin:0; +	padding:0; +	color:#666666; +	font-size: 90%; +}  table.search_gallery {  	border-spacing: 5px; @@ -2072,9 +2075,8 @@ a.toggle_customise_edit_panel:hover {  }  /* *************************************** -	STUFF BELOW NEEDS SORTING +	BREADCRUMBS  *************************************** */ -/* Breadcrumbs */  #pages_breadcrumbs {  	font-size: 80%;  	color:#999999; @@ -2090,6 +2092,10 @@ a.toggle_customise_edit_panel:hover {  	text-decoration: underline;  } + +/* *************************************** +	MISC. +*************************************** */  /* general page titles in main content area */  #content_area_user_title h2 {	  	background:#F5F5F5; @@ -2152,7 +2158,74 @@ a.toggle_customise_edit_panel:hover {  	width: 100px;  	height: 100px;  }	 -	 + + +/* *************************************** +	SETTINGS & ADMIN +*************************************** */ + +.settings_form h3, +.usersettings_statistics h3, +.admin_statistics h3, +#admin_users_online h3 { +	background:#e4e4e4; +	border-bottom:1px solid #d0d0d0; +	color:#666666; +	font-size:1.1em; +	line-height:1em; +	margin:30px 0 10px 0; +	padding:5px;	 +} +.settings_form label, +.admin_debug label, +.admin_usage label { +	color:#333333; +	font-size:100%; +	font-weight:normal; +} +.settings_form { +	border-bottom:1px solid #cccccc; +	padding:0 0 20px 0; +} +.admin_usage { +	border-bottom:1px solid #cccccc; +	padding:0 0 20px 0; +} + +.usersettings_statistics .odd, +.admin_statistics .odd { +	background:#f5f5f5; +} +.usersettings_statistics .even, +.admin_statistics .even { +	background:#ffffff; +} +.usersettings_statistics td, +.admin_statistics td { +	padding:2px 4px 2px 4px; +} +.usersettings_statistics td.column_one, +.admin_statistics td.column_one { +	width:200px; +} + +/* add user pane on user admin */ +#add_user_showhide #add-box { +	padding:20px; +	background: #dedede; +} +.admin_adduser_link { +	margin:0 0 20px 0; +} +#search-box { +	margin:0 0 20px 0; +} +  .manifest_file {  	display:none; -}
\ No newline at end of file +} + + + + +  | 
