From 600f40002b2b3e59135146df493bf89401434ff4 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 25 Mar 2011 02:23:55 +0000 Subject: Refs #2979 forces vertical scrollbar without breaking widget dragging git-svn-id: http://code.elgg.org/elgg/trunk@8835 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 108 ++++++++++++++++++----------------- views/default/css/elements/reset.php | 5 ++ 2 files changed, 60 insertions(+), 53 deletions(-) diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 9e7978939..02e67394c 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -32,6 +32,11 @@ table, caption, tbody, tfoot, thead, tr, th, td { font-family: inherit; vertical-align: baseline; } + +html, body { + height: 100%; + margin-bottom: 1px; +} img { border-width:0; border-color:transparent; @@ -778,59 +783,6 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover margin-bottom: 5px; } - -.elgg-avatar { - position: relative; -} -.elgg-avatar > a > img { - display: block; -} -.elgg-avatar-tiny > a > img { - width: 25px; - height: 25px; - - /* remove the border-radius if you don't want rounded avatars in supported browsers */ - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - - -moz-background-clip: border; - background-clip: border; - - -webkit-background-size: 25px; - -khtml-background-size: 25px; - -moz-background-size: 25px; - -o-background-size: 25px; - background-size: 25px; -} -.elgg-avatar-small > a > img { - width: 40px; - height: 40px; - - /* remove the border-radius if you don't want rounded avatars in supported browsers */ - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - - -moz-background-clip: border; - background-clip: border; - - -webkit-background-size: 40px; - -khtml-background-size: 40px; - -moz-background-size: 40px; - -o-background-size: 40px; - background-size: 40px; -} -.elgg-avatar-medium > a > img { - width: 100px; - height: 100px; -} -.elgg-avatar-large > a > img { - width: 200px; - height: 200px; -} - - a.elgg-longtext-control { float: right; margin-left: 14px; @@ -1035,6 +987,56 @@ a.elgg-longtext-control { margin: 0; cursor: pointer; } +.elgg-avatar { + position: relative; +} +.elgg-avatar > a > img { + display: block; +} +.elgg-avatar-tiny > a > img { + width: 25px; + height: 25px; + + /* remove the border-radius if you don't want rounded avatars in supported browsers */ + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + -moz-background-clip: border; + background-clip: border; + + -webkit-background-size: 25px; + -khtml-background-size: 25px; + -moz-background-size: 25px; + -o-background-size: 25px; + background-size: 25px; +} +.elgg-avatar-small > a > img { + width: 40px; + height: 40px; + + /* remove the border-radius if you don't want rounded avatars in supported browsers */ + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + + -moz-background-clip: border; + background-clip: border; + + -webkit-background-size: 40px; + -khtml-background-size: 40px; + -moz-background-size: 40px; + -o-background-size: 40px; + background-size: 40px; +} +.elgg-avatar-medium > a > img { + width: 100px; + height: 100px; +} +.elgg-avatar-large > a > img { + width: 200px; + height: 200px; +} .elgg-menu-metadata { diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index 6360e1c76..44bf2fac9 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -31,6 +31,11 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { background-color: white; } + +html, body { + height: 100%; + margin-bottom: 1px; +} img { border-width:0; border-color:transparent; -- cgit v1.2.3