diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/common.css | 21 | ||||
-rw-r--r-- | skins/default/mail.css | 26 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 2 |
3 files changed, 21 insertions, 28 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 44bb4f5b9..5977087f3 100644 --- a/skins/default/common.css +++ b/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/skins/default/mail.css b/skins/default/mail.css index 7d1cb33d4..6b105acc2 100644 --- a/skins/default/mail.css +++ b/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/skins/default/templates/compose.html b/skins/default/templates/compose.html index 661ec4d07..3b9cd4003 100644 --- a/skins/default/templates/compose.html +++ b/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> |