}
:focus {
outline:0 none;
- -moz-outline-style: none;
}
ol, ul {
list-style: none;
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);
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;
a.elgg-longtext-control {
float: right;
margin-left: 14px;
+ font-size: 80%;
+ cursor: pointer;
}
/***** 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);
border-color:transparent;
}
:focus {
- outline:0 none;
- -moz-outline-style: none;
+ outline: 0 none;
}
ol, ul {
list-style: none;
}
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; }