Make errors look good in larry; add some chrome-specific styles

pull/1/head
thomascube 13 years ago
parent 879b053e55
commit 15f48a2d5f

@ -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,14 +200,26 @@
#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,
#messagelist tr td.status,
#messagelist tr td.threads {
@ -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,

@ -499,6 +499,10 @@ table.listing {
border-spacing: 0;
}
.errobox h3 {
font-size: 16px;
margin-top: 0;
}
/*** iFrames ***/

@ -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>
Loading…
Cancel
Save