From 6a66883178714f471ff95f3ff75d4caa0855c180 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 13 Feb 2011 00:35:19 +0000 Subject: Progress refactoring the login dropdown and login forms -- not quite there yet, though Added another module: dropdown. git-svn-id: http://code.elgg.org/elgg/trunk@8191 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/modules.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'views/default/css/elements/modules.php') diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index 0f59e2cad..b16a99d83 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -43,6 +43,30 @@ color: #0054A7; } +.elgg-module-dropdown { + -moz-border-radius-topleft:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + display:none; + background-color:white; + position:absolute; + width:210px; + z-index:100; + border:5px solid #CCCCCC; + text-align:left; + padding:12px; + top: 26px; + right: 0px; + margin-top:5px; + margin-right: 0px; + color:#333333; + -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45); + -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45); +} + /* Featured */ .elgg-module-featured { border: 1px solid #4690D6; -- cgit v1.2.3