- Fix folder/messagelist controls alignment - icons used (#1486072)

release-0.6
alecpl 15 years ago
parent e3e874d029
commit 8583d64b8a

@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail CHANGELOG RoundCube Webmail
=========================== ===========================
- Fix folder/messagelist controls alignment - icons used (#1486072)
- Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) - Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178)
- Fix cache status checking + improve cache operations performance (#1486104) - Fix cache status checking + improve cache operations performance (#1486104)
- Prevent from setting INBOX as any of special folders (#1486114) - Prevent from setting INBOX as any of special folders (#1486114)

@ -71,6 +71,13 @@ input, textarea
background-image: url('images/mail_toolbar.gif'); background-image: url('images/mail_toolbar.gif');
} }
#listcontrols a.buttonPas,
#mailboxcontrols a.buttonPas
{
filter: alpha(opacity=35);
background-image: url('images/mail_footer.png');
}
#messagetoolbar select.mboxlist #messagetoolbar select.mboxlist
{ {
margin: 0 8px; margin: 0 8px;
@ -261,3 +268,8 @@ ul.toolbarmenu li a
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80); filter: alpha(opacity=80);
} }
#countcontrols
{
padding-right: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -312,12 +312,6 @@ ul.toolbarmenu li.separator_above
font-size: 11px; font-size: 11px;
} }
#listcontrols a,
#listcontrols a:active,
#listcontrols a:visited,
#mailboxcontrols a,
#mailboxcontrols a:active,
#mailboxcontrols a:visited,
td.formlinks a, td.formlinks a,
td.formlinks a:visited td.formlinks a:visited
{ {
@ -326,46 +320,12 @@ td.formlinks a:visited
text-decoration: none; text-decoration: none;
} }
#listcontrols a.active,
#listcontrols a.active:active,
#listcontrols a.active:visited,
#mailboxcontrols a.active,
#mailboxcontrols a.active:active,
#mailboxcontrols a.active:visited,
td.formlinks a, td.formlinks a,
td.formlinks a:visited td.formlinks a:visited
{ {
color: #CC0000; color: #CC0000;
} }
#listcontrols a.active:hover,
#mailboxcontrols a.active:hover
{
text-decoration: underline;
}
#listcontrols
{
padding-right: 2em;
}
#messagecountbar
{
position: absolute;
bottom: 0px;
right: 0px;
width: 300px;
height: 16px;
text-align: right;
white-space: nowrap;
}
#messagecountbar span
{
font-size: 11px;
color: #333333;
}
#mainscreen #mainscreen
{ {
position: absolute; position: absolute;
@ -391,6 +351,7 @@ td.formlinks a:visited
left: 170px; left: 170px;
bottom: 0px; bottom: 0px;
right: 0px; right: 0px;
min-width: 600px;
} }
#mailrightcontent #mailrightcontent
@ -629,48 +590,111 @@ td.formlinks a:visited
font-weight: normal; font-weight: normal;
} }
#mailfooter #listcontrols,
#mailboxcontrols
{ {
position: absolute; position: absolute;
white-space: nowrap;
left: 0px; left: 0px;
bottom: 0px; bottom: 0px;
height: 16px; height: 15px;
width: 100%; width: auto;
min-width: 300px;
} }
#mailfooter table tr td #listcontrols > a,
#listcontrols > span,
#mailboxcontrols > a,
#mailboxcontrols > span
{ {
white-space: nowrap; display: block;
vertical-align: bottom; float: left;
font-size: 11px;
} }
#mailboxcontrols #listcontrols a.button,
#listcontrols a.buttonPas,
#mailboxcontrols a.button,
#mailboxcontrols a.buttonPas
{ {
position: absolute; display: block;
left: 0px; float: left;
bottom: 0px; width: 15px;
height: 16px; height: 15px;
width: auto; padding: 0;
font-size: 11px; margin-right: 2px;
overflow: hidden;
background: url('images/mail_footer.png') 0 0 no-repeat transparent;
opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
} }
#listcontrols, #listcontrols a.buttonPas,
#countcontrols, #mailboxcontrols a.buttonPas
#quotabox
{ {
white-space: nowrap; opacity: 0.35;
font-size: 11px; }
#mailboxcontrols a.expunge {
background-position: 0 0;
}
#mailboxcontrols a.expungesel {
background-position: 0 -15px;
}
#mailboxcontrols a.purge {
background-position: -15px 0;
}
#mailboxcontrols a.purgesel {
background-position: -15px -15px;
}
#listcontrols a.all {
background-position: -30px 0;
}
#listcontrols a.allsel {
background-position: -30px -15px;
}
#listcontrols a.unread {
background-position: -45px 0;
}
#listcontrols a.unreadsel {
background-position: -45px -15px;
}
#listcontrols a.invert {
background-position: -60px 0;
}
#listcontrols a.invertsel {
background-position: -60px -15px;
}
#listcontrols a.none {
background-position: -75px 0;
}
#listcontrols a.nonesel {
background-position: -75px -15px;
} }
#countcontrols #countcontrols
{ {
height: 15px;
position: absolute;
bottom: 0;
right: 0;
min-width: 25em; min-width: 25em;
white-space: nowrap;
font-size: 11px;
} }
#countcontrols a.button, #countcontrols a.button,
#countcontrols a.buttonPas, #countcontrols a.buttonPas
#messagecountbar a.button,
#messagecountbar a.buttonPas
{ {
float: right; float: right;
} }
@ -871,15 +895,8 @@ body.messagelist
color: #CCCCCC; color: #CCCCCC;
} }
#quotadisplay
{
color: #666666;
font-size: 11px;
}
#quotadisplay img #quotadisplay img
{ {
vertical-align: middle;
margin-left: 4px; margin-left: 4px;
border: 1px solid #999; border: 1px solid #999;
} }

@ -72,7 +72,7 @@
<div id="abookcountbar" class="pagenav"> <div id="abookcountbar" class="pagenav">
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
<roundcube:object name="recordsCountDisplay" style="padding:0 1em; float:left" /> <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
</div> </div>

@ -36,9 +36,10 @@
</script> </script>
<div id="mailboxcontrols"> <div id="mailboxcontrols">
<roundcube:label name="folder" />:&nbsp; <span><roundcube:label name="folder" />:&nbsp;</span>
<roundcube:button command="expunge" label="compact" classAct="active" />&nbsp; <roundcube:button command="expunge" type="link" title="compact" class="buttonPas expunge" classAct="button expunge" classSel="button expungesel" content=" " />
<roundcube:button command="purge" label="empty" classAct="active" />&nbsp; <roundcube:button command="purge" type="link" title="empty" class="buttonPas purge" classAct="button purge" classSel="button purgesel" content=" " />
<roundcube:container name="mailboxcontrols" id="mailboxcontrols" />
</div> </div>
</div> </div>
@ -75,37 +76,30 @@
<roundcube:endif /> <roundcube:endif />
</div> </div>
<div id="mailfooter"> <div id="listcontrols">
<table cellpadding="1" cellspacing="0" width="100%"><tr> <span><roundcube:label name="select" />:&nbsp;</span>
<td> <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
<span id="listcontrols"> <roundcube:button command="select-all" type="link" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" />
<roundcube:label name="select" />:&nbsp; <roundcube:button command="select-all" type="link" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
<roundcube:button command="select-all" label="all" classAct="active" />&nbsp; <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
<roundcube:button command="select-all" prop="invert" label="invert" classAct="active" />&nbsp;
<roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;
<roundcube:container name="listcontrols" id="listcontrols" /> <roundcube:container name="listcontrols" id="listcontrols" />
</span>
</td>
<roundcube:if condition="env:quota" /> <roundcube:if condition="env:quota" />
<td style="text-align:center"> <span style="margin-left: 20px"><roundcube:label name="quota" />:</span>
<span id="quotabox"><roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /></span> <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
</td>
<roundcube:endif /> <roundcube:endif />
<td id="countcontrols" class="pagenav"> </div>
<div id="countcontrols" class="pagenav">
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " /> <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " />
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " /> <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " />
<roundcube:object name="messageCountDisplay" style="padding:0 1em; float:right" /> <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " /> <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " />
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " /> <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " />
</td>
</tr></table>
</div> </div>
</div> </div>
</div> </div>
<div id="messagetoolbar"> <div id="messagetoolbar">
<roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " /> <roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " />
<roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " />

@ -49,10 +49,10 @@
</div> </div>
</div> </div>
<div id="messagecountbar" class="pagenav"> <div id="countcontrols" class="pagenav">
<roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " /> <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " />
<roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " /> <roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " />
<roundcube:object name="messageCountDisplay" style="padding:0 1em 0 1em; float:right" /> <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
<roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " /> <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " />
<roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " /> <roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " />
</div> </div>

Loading…
Cancel
Save