mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
merge of '29ee33c12159479ee3901d1552b1ea488728ec05'
and '317388b9ab7cf72dd79c9577c59e2eb3dda1298a' Monotone-Parent: 29ee33c12159479ee3901d1552b1ea488728ec05 Monotone-Parent: 317388b9ab7cf72dd79c9577c59e2eb3dda1298a Monotone-Revision: 11ef456e45cbaea55e39d4b6ddb6751f4f233acc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-06T15:08:09
This commit is contained in:
@@ -6,6 +6,9 @@ FORM
|
||||
{ padding: 0px;
|
||||
margin: 0px; }
|
||||
|
||||
DIV#loginScreen A.button SPAN
|
||||
{ padding: 0; }
|
||||
|
||||
/* generic */
|
||||
|
||||
SPAN.disabledToolbarButton
|
||||
@@ -38,8 +41,13 @@ DIV.tabsContainer > DIV.scrollToolbar > A > SPAN
|
||||
DIV.dialog.none DIV
|
||||
{ padding-bottom: 0px; }
|
||||
|
||||
DIV#popupFrame IFRAME
|
||||
{ height: expression(document.body.clientHeight - 88 + "px") }
|
||||
|
||||
DIV#bgFrameDiv,
|
||||
DIV#bgDialogDiv
|
||||
{ filter: alpha(opacity=30); }
|
||||
{ background-color: #555;
|
||||
filter: alpha(opacity=40); }
|
||||
|
||||
/* MailerUI */
|
||||
|
||||
@@ -168,7 +176,10 @@ A.smallToolbarButton SPAN, A.smallToolbarButton:hover SPAN
|
||||
A.toolbarButton:active SPAN {
|
||||
background-position: auto; /*broken*/
|
||||
}
|
||||
A.toolbarButton, A.toolbarButton SPAN, A.button, A.button SPAN
|
||||
A.toolbarButton, A.toolbarButton SPAN
|
||||
{ color: #fff; }
|
||||
|
||||
A.button, A.button SPAN
|
||||
{ color: #262B33; }
|
||||
|
||||
DIV#toolbar
|
||||
|
||||
Reference in New Issue
Block a user