diff options
author | alecpl <alec@alec.pl> | 2009-10-06 10:00:33 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-06 10:00:33 +0000 |
commit | 6fff3c8e028af438f3e7857f29991687561cc67d (patch) | |
tree | 061629052398077fb0a330d37b15d6d1de966759 /skins/default/templates/managefolders.html | |
parent | 2aaa992cc180cf94097ed0b05001f787cbeba483 (diff) |
- more css unification for boxes + toolbarmenu moved to common.css (#1486198)
Diffstat (limited to 'skins/default/templates/managefolders.html')
-rw-r--r-- | skins/default/templates/managefolders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html index 80f5df279..97758880a 100644 --- a/skins/default/templates/managefolders.html +++ b/skins/default/templates/managefolders.html @@ -24,7 +24,7 @@ <div class="settingsbox"> <div class="boxtitle"><roundcube:label name="createfolder" /></div> -<div class="settingspart"> +<div class="boxcontent"> <roundcube:label name="foldername" />: <roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" /> <roundcube:button command="create-folder" type="input" class="button" label="create" /> |