summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/common.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-29 19:27:26 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-29 19:27:26 +0000
commit825b67562553bd2bc96cbaf69ec5322b7da721a8 (patch)
tree5e86df615b2cc1bbb3041edac8b64eeb093a9d40 /roundcubemail/skins/default/common.css
parent942c342e6debd8114ab9ff8c704b771feb44a7fd (diff)
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px git-svn-id: https://svn.roundcube.net/trunk@3789 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
-rw-r--r--roundcubemail/skins/default/common.css35
1 files changed, 31 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index f3af5f1a6..9f386ff25 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -128,6 +128,15 @@ img
/** common user interface objects */
+#mainscreen
+{
+ position: absolute;
+ top: 85px;
+ right: 20px;
+ bottom: 20px;
+ left: 20px;
+}
+
#header
{
position: absolute;
@@ -235,11 +244,9 @@ img
border: 1px solid #CCCCCC;
}
-#pagecontent
+.box
{
- position: absolute;
- top: 95px;
- left: 20px;
+ border: 1px solid #999;
}
.boxtitle
@@ -250,6 +257,7 @@ img
color: #333;
font-size: 11px;
font-weight: bold;
+ overflow: hidden;
background: url(images/listheader.gif) top left repeat-x #CCC;
}
@@ -277,6 +285,18 @@ img
overflow-x: hidden;
}
+.boxsubject
+{
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ overflow: hidden;
+ height: 22px;
+ border-bottom: 1px solid #999;
+ background: url(images/listheader.gif) top left repeat-x #CCC;
+}
+
.boxfooter
{
position: absolute;
@@ -318,6 +338,7 @@ img
color: #444;
font-size: 11px;
text-shadow: white 1px 1px;
+ white-space: nowrap;
}
.pagenav a.button,
@@ -728,3 +749,9 @@ ul.toolbarmenu li.separator_above
{
color: #999;
}
+
+font.bold
+{
+ font-weight: bold;
+}
+ \ No newline at end of file