GUI changes for mail labels management

This commit is contained in:
Francis Lachapelle
2013-11-13 14:46:08 -05:00
parent 37d3234b60
commit 616ee7c6e4
12 changed files with 246 additions and 222 deletions

View File

@@ -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; }