aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-27 11:01:21 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-27 11:01:21 +0000
commit7de3ef5f7245709b141e8c39f6cc22fce212f09c (patch)
tree55cb57126ff55c0d58d0659b850a6451a56abae8 /views/default/css.php
parent5de9f509918a117013c64bd1f47a962ed7538def (diff)
downloadelgg-7de3ef5f7245709b141e8c39f6cc22fce212f09c.tar.gz
elgg-7de3ef5f7245709b141e8c39f6cc22fce212f09c.tar.bz2
More fixes for IE rendering (entity listings, private messages, topbar, profile, activity)
git-svn-id: http://code.elgg.org/elgg/trunk@5903 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 40a95e78e..639433aab 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -623,6 +623,7 @@ li.navigation_more ul li {
right:20px;
margin-top:10px;
width:auto;
+ max-width: 500px;
cursor: pointer;
opacity:0.9;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); /* safari v3+ */
@@ -1090,7 +1091,8 @@ li.navigation_more ul li {
height: 200px;
width:718px;
}
-input[type="checkbox"] {
+input[type="checkbox"],
+input.input_radio {
margin:0 3px 0 0;
padding:0;
border:none;