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
+15 -2
View File
@@ -70,8 +70,9 @@ TABLE
border-spacing: 0px; }
TABLE TD
{ padding-left: .25em;
padding-right: .25em; }
{ padding-left: .5em;
padding-right: .25em;
height: 22px; }
a:link
{ color: #0033CC; }
@@ -1151,6 +1152,18 @@ DIV.bottomToolbar A.bottomButton SPAN:active
bottom: 0px;
left: 0px; }
/* color box */
DIV.colorBox
{ cursor: pointer;
margin: 0 3px 0 0;
height: 12px;
line-height: 12px;
width: 12px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 0px; }
/* ckeditor */
span.cke_skin_kama
{ padding: 0px !important; }