Browse Source

some small css fixes, admin one thanks to ARG

Signed-off-by: Bryan Deakin <runic@simplemachines.org>
Bryan Deakin 11 years ago
parent
commit
1286e60a6e
2 changed files with 3 additions and 4 deletions
  1. 2 3
      Themes/default/css/admin.css
  2. 1 1
      Themes/default/css/index.css

+ 2 - 3
Themes/default/css/admin.css

@@ -172,8 +172,7 @@ div.quick_tasks {
 	box-shadow: none;
 }
 #admin_form_wrapper div.cat_bar:first-child h3.catbg, #admin_newsletters div.cat_bar:first-child h3.catbg,
-#generate_reports_type div.cat_bar:first-child h3.catbg, #groupForm div.cat_bar:first-child h3.catbg,
-#admin_form_wrapper h3.titlebg, #mailqueue_stats div.cat_bar:first-child  h3.catbg,
+#generate_reports_type div.cat_bar:first-child h3.catbg, #groupForm div.cat_bar:first-child h3.catbg, #mailqueue_stats div.cat_bar:first-child  h3.catbg,
 #new_group div.cat_bar:first-child  h3.catbg, #view_group div.cat_bar  h3.catbg, #view_group div.cat_bar:first-child  h3.catbg {
 	color: #444;
 	text-shadow: none;
@@ -200,7 +199,7 @@ div.quick_tasks {
 	border-bottom: 1px solid #bbb;
 }
 #admin_form_wrapper h3.titlebg {
-	color: #666;
+	color: #fff;
 	border-bottom: none;
 	padding: 8px 6px 5px 6px;
 }

+ 1 - 1
Themes/default/css/index.css

@@ -1674,7 +1674,7 @@ ul li.greeting {
 	padding: 0;
 	overflow: auto;
 	background: #3e5a78;
-	border-top: 3px solid #bbb;
+	border-top: 3px solid #b2b6bd;
 
 }
 /* min-width should be equal to #wrapper min-width. */