Project

General

Profile

Feature #2766 » Commons-Profile-CSS-Changes.txt

Chris Stein, 2013-08-31 03:48 AM

 
1
	// this css changes the sections below the tabs so there is a little less space and a little more alignment.
2
	
3
	
4
	//this changes some of the spacing
5
	.cacap-row{
6
		//just remove padding-top and add padding as below
7
		padding:15px 0 0 0;
8
		//leave rest as is
9
	}
10
	
11
	div#item-body {
12
		width: 750px;
13
		float: right;
14
		padding-bottom: 3em; //this is all that's added
15
	}
16
	
17
	#cacap-body{
18
		//remove padding then add
19
		padding-top: 15px;
20
		position: relative;
21
		clear: both;
22
	}
23
	
24
	//THis is a new rule
25
	.cacap div.profile h4 {
26
		background-color: #e6e6e6;
27
		padding: 8px;
28
		margin-top: 0;
29
	}
(2-2/3)