thomascube
2011-12-02 15f48a2d5fe1da5d7c0223c9041743e20b6a0d43
Make errors look good in larry; add some chrome-specific styles

1 files added
2 files modified
38 ■■■■■ changed files
skins/larry/mail.css 18 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 4 ●●●● patch | view | raw | blame | history
skins/larry/templates/error.html 16 ●●●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -149,6 +149,8 @@
    border-left: 1px dotted #bbd3da;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxlistcontent thead tr td:first-child,
@@ -198,12 +200,24 @@
#messagelist tr td.status,
#messagelist tr td.flag,
#messagelist tr td.priority {
    width: 17px;
    width: 18px;
    padding: 4px 3px;
}
html.chrome #messagelist tr td.attachment,
html.chrome #messagelist tr td.threads,
html.chrome #messagelist tr td.status,
html.chrome #messagelist tr td.flag,
html.chrome #messagelist tr td.priority {
    width: 26px;
}
#messagelist tr td.threads {
    width: 26px;
}
html.chrome #messagelist tr td.threads {
    width: 30px;
}
#messagelist tr td.flag,
@@ -270,7 +284,7 @@
#messagelist tr td.attachment span,
#messagelist tr td.priority span {
    display: block;
    width: 15px;
    width: 20px;
}
#messagelist tr td div.collapsed,
skins/larry/styles.css
@@ -499,6 +499,10 @@
    border-spacing: 0;
}
.errobox h3 {
    font-size: 16px;
    margin-top: 0;
}
/*** iFrames ***/
skins/larry/templates/error.html
New file
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body>
<roundcube:include file="/includes/header.html" />
<div class="uibox errobox" style="width:40em; margin:60px auto; padding:20px">
$__page_content
</div>
</body>
</html>