summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 18:21:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 18:21:07 +0000
commitfee7af26602ff8426035457b7fd3bce9b2bd5f3e (patch)
tree18a188f4c466b83cd525719534c3d6adf1b72d01 /roundcubemail/skins/default
parent4683af0285637c6f46a7845e7db76da6f04965ac (diff)
- use popupmenu style for attachments upload form
- move .popupmenu style definition to common.css git-svn-id: https://svn.roundcube.net/trunk@3375 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/common.css21
-rw-r--r--roundcubemail/skins/default/mail.css26
-rw-r--r--roundcubemail/skins/default/templates/compose.html2
3 files changed, 21 insertions, 28 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index 44bb4f5b9..5977087f3 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -330,6 +330,25 @@ img
padding-right: 10px;
}
+.popupmenu
+{
+ position: absolute;
+ top: 32px;
+ left: 90px;
+ width: auto;
+ display: none;
+ background-color: #fff;
+ background-color: rgba(255, 255, 255, 0.95);
+ border: 1px solid #999;
+ padding: 4px;
+ z-index: 240;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -moz-box-shadow: 1px 1px 12px #999;
+ -webkit-box-shadow: #999 1px 1px 12px;
+}
+
/***** common table settings ******/
@@ -532,7 +551,7 @@ a.rcmContactAddress:hover
opacity: 0.8;
}
-
+
/***** onclick menu list *****/
ul.toolbarmenu
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 7d1cb33d4..6b105acc2 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -164,25 +164,6 @@
padding-left: 2px;
}
-.popupmenu
-{
- position: absolute;
- top: 32px;
- left: 90px;
- width: auto;
- display: none;
- background-color: #fff;
- background-color: rgba(255, 255, 255, 0.95);
- border: 1px solid #999;
- padding: 4px;
- z-index: 240;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- -moz-box-shadow: 1px 1px 12px #999;
- -webkit-box-shadow: #999 1px 1px 12px;
-}
-
#searchmenu
{
width: 160px;
@@ -1304,14 +1285,7 @@ div.message-htmlpart div.rcmBody
#attachment-form
{
- position: absolute;
- top: 150px;
- left: 20px;
- z-index: 200;
padding: 6px;
- visibility: hidden;
- border: 1px solid #CCCCCC;
- background-color: #F9F9F9;
}
#attachment-form div
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 661ec4d07..3b9cd4003 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/skins/default/templates/compose.html
@@ -101,7 +101,7 @@
</form>
-<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" />
+<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
</body>
</html>