diff options
Diffstat (limited to 'views/default/css')
| -rw-r--r-- | views/default/css/admin.php | 2 | ||||
| -rw-r--r-- | views/default/css/elements/chrome.php | 8 | ||||
| -rw-r--r-- | views/default/css/elements/forms.php | 2 | ||||
| -rw-r--r-- | views/default/css/elements/page_layout.php | 1 | ||||
| -rw-r--r-- | views/default/css/elements/reset.php | 3 | ||||
| -rw-r--r-- | views/default/css/elements/typography.php | 1 | 
6 files changed, 6 insertions, 11 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 39fce2928..12bd9420a 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -51,7 +51,6 @@ img {  }  :focus {  	outline:0 none; -	-moz-outline-style: none;  }  ol, ul {  	list-style: none; @@ -755,7 +754,6 @@ a.elgg-longtext-control {  	padding: 2px 4px;  	margin:10px 0 10px 0;  	cursor: pointer; -	-moz-outline-style: none;  	outline: none;  	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);  	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index 7f1b45af0..db46b6984 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -45,11 +45,9 @@ pre, code {  	overflow:auto;  	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ -	white-space: pre-wrap; /* css-3 */ -	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ -	white-space: -pre-wrap; /* Opera 4-6 */ -	white-space: -o-pre-wrap; /* Opera 7 */ -	word-wrap: break-word; /* Internet Explorer 5.5+ */ + +	white-space: pre-wrap; +	word-wrap: break-word; /* IE 5.5-7 */  }  code {  	padding:2px 3px; diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index bd233bf3b..57a320d0e 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -41,6 +41,8 @@ input[type="text"]:focus, input[type="password"]:focus {  a.elgg-longtext-control {  	float: right;  	margin-left: 14px; +	font-size: 80%; +	cursor: pointer;  } diff --git a/views/default/css/elements/page_layout.php b/views/default/css/elements/page_layout.php index 5b996b30f..37ae6a7c3 100644 --- a/views/default/css/elements/page_layout.php +++ b/views/default/css/elements/page_layout.php @@ -78,7 +78,6 @@  /***** PAGE HEADER ******/  .elgg-page-header { -	x-overflow: hidden;  	position: relative;  	background-color: #4690D6;  	background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png); diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index 5a88180af..6360e1c76 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -36,8 +36,7 @@ img {  	border-color:transparent;  }  :focus { -	outline:0 none; -	-moz-outline-style: none; +	outline: 0 none;  }  ol, ul {  	list-style: none; diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 70be91da4..ea99bfdda 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -26,7 +26,6 @@ blockquote {  }  h1, h2, h3, h4, h5, h6 {  	font-weight: bold; -	line-height: auto;  }  h1 { font-size: 1.8em; }  h2 { font-size: 1.5em; line-height: 1.1em; }  | 
