mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
See ChangeLog
Monotone-Parent: e9ca26d51aa3d10c2258ad11e5ed08cf1cdc234c Monotone-Revision: 7e80d62d21237dc99d74c702f53f591b1fd10acc Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-04T17:59:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -545,7 +545,7 @@ DIV.resize-handle
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
DIV.dialog
|
||||
DIV.dialog
|
||||
{ position: absolute;
|
||||
width: 350px;
|
||||
z-index: 50; }
|
||||
@@ -576,6 +576,28 @@ DIV.dialog.right DIV
|
||||
margin-right: 19px;
|
||||
text-align: right; }
|
||||
|
||||
DIV.dialog.none
|
||||
{ position: relative;
|
||||
opacity: 1;
|
||||
margin: 100px auto; /* top margin could be dynamically set depending on window height */
|
||||
z-index: 10000; }
|
||||
|
||||
DIV.dialog.none DIV
|
||||
{ padding: 10px;
|
||||
padding-bottom: 31px; }
|
||||
|
||||
DIV.dialog.none H3
|
||||
{ margin: 0; }
|
||||
|
||||
DIV#bgDialogDiv
|
||||
{ position: absolute;
|
||||
margin: auto;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
z-index: 9999;
|
||||
opacity: .3;
|
||||
background-color: #000!important; }
|
||||
|
||||
DIV#uploadDialog,
|
||||
DIV#uploadResults
|
||||
{ border-width: 1px;
|
||||
@@ -929,3 +951,7 @@ DIV.bottomToolbar A.bottomButton SPAN:active
|
||||
/* row editing */
|
||||
.editing > INPUT[type="text"]
|
||||
{ width: 98%; }
|
||||
|
||||
/* modalbox */
|
||||
DIV#modalbox SPAN
|
||||
{ float: right; }
|
||||
Reference in New Issue
Block a user