mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
GUI changes for mail labels management
This commit is contained in:
@@ -33,12 +33,13 @@ TD.categoryListCell
|
||||
{ -moz-user-select: none; }
|
||||
|
||||
DIV.colorBox
|
||||
{ border: 1px solid #333333;
|
||||
font-size: 80%;
|
||||
font-weight: normal;
|
||||
height: 0.75em;
|
||||
margin: 0 3px 0 0;
|
||||
width: 1em; }
|
||||
{ -webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #ccddec; }
|
||||
|
||||
DIV.colorBox:hover
|
||||
{ border-color: #eee; }
|
||||
|
||||
DIV.listWrapper
|
||||
{ overflow: auto;
|
||||
@@ -94,19 +95,37 @@ SPAN.timeDateControl INPUT.textField
|
||||
#passwordView BR
|
||||
{ clear: both; }
|
||||
|
||||
/* mail filters */
|
||||
DIV#filtersListWrapper
|
||||
/* mail options */
|
||||
DIV#mailOptionsTabs
|
||||
{ position: absolute;
|
||||
top: 200px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px; }
|
||||
|
||||
DIV#filtersListWrapper,
|
||||
DIV#mailLabelsListWrapper
|
||||
{ bottom: 30px;
|
||||
bottom: 22px;
|
||||
right: 2em;
|
||||
right: 0px;
|
||||
top: 208px;
|
||||
left: 2em; }
|
||||
top: 0px;
|
||||
left: 2em;
|
||||
left: 0px; }
|
||||
|
||||
#mailOptionsTabs .bottomToolbar
|
||||
{ bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px; }
|
||||
|
||||
DIV#filtersListWrapper TD,
|
||||
DIV#mailLabelsListWrapper TD,
|
||||
DIV.bottomToolbar
|
||||
{ -khtml-user-select: none;
|
||||
-moz-user-select: none; }
|
||||
|
||||
TABLE#filtersList
|
||||
#filtersList, #labelsList
|
||||
{ width: 100%;
|
||||
cursor: default; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user