Give more space to some toolbar buttons; add missing template for message errors

pull/1/head
thomascube 13 years ago
parent 3a7deca536
commit b9441a1632

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

@ -749,15 +749,15 @@ table.layout td {
} }
.boxfooter .listbutton.add .inner { .boxfooter .listbutton.add .inner {
background-position: 10px -1291px; background-position: 10px -1301px;
} }
.boxfooter .listbutton.delete .inner { .boxfooter .listbutton.delete .inner {
background-position: 10px -1332px; background-position: 10px -1342px;
} }
.boxfooter .listbutton.groupactions .inner { .boxfooter .listbutton.groupactions .inner {
background-position: 5px -1372px; background-position: 5px -1382px;
} }
.boxfooter .listbutton.disabled .inner { .boxfooter .listbutton.disabled .inner {
@ -1225,20 +1225,20 @@ ul.proplist li {
top: 0; top: 0;
height: 42px; height: 42px;
width: 18px; width: 18px;
background: url(images/buttons.png) -24px -1249px no-repeat; background: url(images/buttons.png) -24px -1255px no-repeat;
cursor: pointer; cursor: pointer;
} }
.dropbutton .dropbuttontip:hover { .dropbutton .dropbuttontip:hover {
background-position: 0 -1249px; background-position: 0 -1255px;
} }
.toolbar a.button.back { .toolbar a.button.back {
background-position: 0 -1210px; background-position: 0 -1216px;
} }
.toolbar a.button.checkmail { .toolbar a.button.checkmail {
background-position: center -1170px; background-position: center -1176px;
} }
.toolbar a.button.compose { .toolbar a.button.compose {
@ -1292,11 +1292,11 @@ ul.proplist li {
} }
.toolbar a.button.import { .toolbar a.button.import {
background-position: center -1010px; background-position: center -1012px;
} }
.toolbar a.button.export { .toolbar a.button.export {
background-position: center -1050px; background-position: center -1054px;
} }
a.menuselector { a.menuselector {

@ -20,6 +20,8 @@
<div class="boxcontent readtext"> <div class="boxcontent readtext">
<roundcube:object name="importstep" /> <roundcube:object name="importstep" />
<br/>
<p class="formbuttons"> <p class="formbuttons">
<roundcube:object name="importnav" class="button" /> <roundcube:object name="importnav" class="button" />
</p> </p>

@ -0,0 +1,54 @@
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<roundcube:if condition="env:action != 'show'" />
<body class="iframe fullheight">
<div id="mainscreen" class="watermark" style="top:0"></div>
<roundcube:else />
<body>
<roundcube:include file="/includes/header.html" />
<div id="mainscreen">
<div id="mailview-left">
<!-- folders list -->
<div id="mailboxcontainer" class="uibox listbox">
<div class="scroller">
<roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" />
</div>
</div>
</div>
<div id="mailview-right">
<!-- toolbar -->
<div id="messagetoolbar" class="fullwidth">
<div id="mailtoolbar" class="toolbar">
<roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
</div>
</div>
<div id="mailview-top" class="uibox watermark"></div>
<div id="mailview-bottom" class="uibox">
<roundcube:object name="message" id="message" class="statusbar" />
</div>
</div><!-- end mailview-right -->
</div><!-- end mainscreen -->
<roundcube:include file="/includes/footer.html" />
<roundcube:endif />
</body>
</html>
Loading…
Cancel
Save