summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-12-17 14:28:38 +0000
committerthomascube <thomas@roundcube.net>2010-12-17 14:28:38 +0000
commite624fc6e9d2f070b025f438e6252a84972fa873b (patch)
tree27834d3bf49a692602717531ca20efefa4343eba /skins
parent02491a9789d97fc321a3027847fd4ced42447cc6 (diff)
Bring back the title for the column with subscription checkboxes; complete german translations
Diffstat (limited to 'skins')
-rw-r--r--skins/default/common.css5
-rw-r--r--skins/default/settings.css5
-rw-r--r--skins/default/templates/folders.html2
3 files changed, 9 insertions, 3 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index ae649ba5d..622fba949 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -249,6 +249,11 @@ img
background: url(images/listheader.gif) top left repeat-x #CCC;
}
+.boxtitle .rightalign
+{
+ float: right;
+}
+
.boxcontent
{
padding: 15px 10px 10px 10px;
diff --git a/skins/default/settings.css b/skins/default/settings.css
index 52e5277be..5624f80e3 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -52,12 +52,13 @@
#subscription-table td.name
{
- width: 99%;
+ width: auto;
}
#subscription-table td.subscribed
{
- width: 18px;
+ text-align: right;
+ padding-right: 12px;
}
#identity-frame
diff --git a/skins/default/templates/folders.html b/skins/default/templates/folders.html
index 07ce1c0f0..1710b8ca0 100644
--- a/skins/default/templates/folders.html
+++ b/skins/default/templates/folders.html
@@ -21,7 +21,7 @@
<div id="mainscreen">
<div id="folder-manager">
-<div id="folder-title" class="boxtitle"><roundcube:label name="folders" /></div>
+<div id="folder-title" class="boxtitle"><roundcube:label name="folders" /><span class="rightalign"><roundcube:label name="subscribed" /></span></div>
<div class="boxlistcontent">
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true"
cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" />