diff options
Diffstat (limited to 'views/default/css/elements')
| -rw-r--r-- | views/default/css/elements/core.php | 13 | ||||
| -rw-r--r-- | views/default/css/elements/misc.php | 13 | 
2 files changed, 4 insertions, 22 deletions
diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php index 374903c59..597313f0c 100644 --- a/views/default/css/elements/core.php +++ b/views/default/css/elements/core.php @@ -40,14 +40,14 @@  	margin-left: 15px;  	font-size: 90%;  } -.elgg-list-metadata li { +.elgg-list-metadata > li {  	float: left;  	margin-left: 15px;  }  .elgg-list-metadata, .elgg-list-metadata a {  	color: #aaaaaa;  } -.elgg-list-subtitle { +.elgg-list-subtitle, .elgg-subtitle {  	color: #666666;  	font-size: 85%;  	line-height: 1.2em; @@ -106,13 +106,8 @@  	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);  	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);  } -.elgg-sidebar .elgg-module { -	margin-top: 20px; -} -.elgg-sidebar .elgg-module .elgg-head { -	border-bottom: 1px solid #CCCCCC; -	margin-bottom: 5px; -	padding-bottom: 5px; +.elgg-owner-block { +	margin-bottom: 20px;  }  /* ***************************************  	WIDGETS diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php index 73d237b47..f5dd78821 100644 --- a/views/default/css/elements/misc.php +++ b/views/default/css/elements/misc.php @@ -9,17 +9,8 @@  	LIKES  *************************************** */  .elgg-likes-list { -	background-color: white; -	border:1px solid #cccccc;  	width: 345px; -	height: auto;  	position: absolute; -	text-align: left; -	z-index: 9999; -	-webkit-border-radius: 6px; -	-moz-border-radius: 6px; -	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); -	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);  }  /* *************************************** @@ -272,10 +263,6 @@ table.styled tr:hover {  	background: #E4E4E4;  } -.add-user form { -	width:300px; -} -  /* ***************************************  	FRIENDS PICKER  *************************************** */  | 
