]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed some old css no longer supported by modern browsers
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Feb 2011 12:25:35 +0000 (12:25 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Feb 2011 12:25:35 +0000 (12:25 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8062 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php
views/default/css/elements/chrome.php
views/default/css/elements/forms.php
views/default/css/elements/page_layout.php
views/default/css/elements/reset.php
views/default/css/elements/typography.php

index 39fce2928fa62b9c7f1b53b327980671a5f82227..12bd9420a04efcc1d3aa48f4145f37d96656bf5d 100644 (file)
@@ -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);
index 7f1b45af0a98119d238ea30f9d48da0ea143a3f2..db46b6984f626b67de2811fdf5837748f9891aa0 100644 (file)
@@ -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;
index bd233bf3b9143a317fcc566305a1733704637936..57a320d0e3cd2423f4afeae880cd6d359fa575cd 100644 (file)
@@ -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;
 }
 
 
index 5b996b30f383378d25e0dcdd07a295a5c69d6a6b..37ae6a7c323cdc45720457f35d08402e2f736ef1 100644 (file)
@@ -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);
index 5a88180af9e829a500339193b6307fc03206936c..6360e1c761964461fccd23cb18c74f1601157546 100644 (file)
@@ -36,8 +36,7 @@ img {
        border-color:transparent;
 }
 :focus {
-       outline:0 none;
-       -moz-outline-style: none;
+       outline: 0 none;
 }
 ol, ul {
        list-style: none;
index 70be91da4ab675bc7c980b562dfced971c390dfc..ea99bfddabbb45fc4d538c7f9cf70638ef42b40e 100644 (file)
@@ -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; }