diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 19:13:13 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 19:13:13 +0000 | 
| commit | f9bf4a37b7990f275b814fc01dce244cd1a41ea3 (patch) | |
| tree | a2268c0d4571d126e3462df074d1a443eebdf499 /views/default/css/admin.php | |
| parent | 8ea9b9710f2fcc5ae3d68125758eef8c98582548 (diff) | |
| download | elgg-f9bf4a37b7990f275b814fc01dce244cd1a41ea3.tar.gz elgg-f9bf4a37b7990f275b814fc01dce244cd1a41ea3.tar.bz2  | |
Refs #3236 cleaned up the widget css in admin area
git-svn-id: http://code.elgg.org/elgg/trunk@9044 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/admin.php')
| -rw-r--r-- | views/default/css/admin.php | 14 | 
1 files changed, 9 insertions, 5 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 10cb38cd1..3a9db0fd0 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -100,6 +100,7 @@ h6 { font-size: 0.8em; }  a {  	color: #333; +	text-decoration: none;  }  a:hover {  	color: black; @@ -330,7 +331,11 @@ table.mceLayout {  	width: 100%;  	border-top: 1px solid #ccc;  } -.elgg-table-alt td { +.elgg-table-alt th { +	background-color: #eee; +	font-weight: bold; +} +.elgg-table-alt td, th {  	padding: 2px 4px;  	border-bottom: 1px solid #ccc;  } @@ -692,18 +697,17 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  }  .elgg-module-widget > .elgg-head {  	background-color: #f5f5f5; -	height: 30px; -	line-height: 30px; +	height: 26px;  	overflow: hidden;  }  .elgg-module-widget > .elgg-head h3 {  	float: left; -	padding: 0 45px 0 20px; +	padding: 4px 45px 0 20px;  	color: #333;  }  .elgg-module-widget > .elgg-head a {  	position: absolute; -	top: 5px; +	top: 4px;  	display: inline-block;  	width: 18px;  	height: 18px;  | 
