Fix so all pages are displayed correctly in extwin mode (#1489952)

pull/198/head
Aleksander Machniak 10 years ago
parent 219461fc74
commit 1db12a9037

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />

@ -1054,6 +1054,14 @@ a.iconlink.upload {
bottom: 0; bottom: 0;
} }
#mainscreen.offset {
top: 132px;
}
#mainscreen .offset {
top: 42px;
}
.minimal #mainscreen { .minimal #mainscreen {
top: 62px; top: 62px;
} }
@ -1066,12 +1074,8 @@ a.iconlink.upload {
top: 40px; top: 40px;
} }
#mainscreen.offset { .extwin #mainscreen.offset {
top: 132px; top: 86px;
}
#mainscreen .offset {
top: 42px;
} }
.uibox { .uibox {

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />
@ -15,7 +15,6 @@
<roundcube:include file="/includes/settingstabs.html" /> <roundcube:include file="/includes/settingstabs.html" />
<div id="settings-right" role="main" aria-labelledby="aria-label-identitieslist"> <div id="settings-right" role="main" aria-labelledby="aria-label-identitieslist">
<div id="identitieslist" class="uibox listbox"> <div id="identitieslist" class="uibox listbox">
<h2 class="boxtitle" id="aria-label-identitieslist"><roundcube:label name="identities" /></h2> <h2 class="boxtitle" id="aria-label-identitieslist"><roundcube:label name="identities" /></h2>
<div class="scroller withfooter"> <div class="scroller withfooter">

@ -4,26 +4,29 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body> <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />
<div id="mainscreen"> <div id="mainscreen">
<div id="addressbooktoolbar" class="toolbar"> <h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
<div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar">
<roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
</div> </div>
<div id="pluginbody" class="offset uibox contentbox"> <div id="mainscreencontent" class="uibox contentbox">
<h1 class="boxtitle"><roundcube:label name="importcontacts" /></h1> <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2>
<div id="import-box" class="boxcontent"> <div id="import-box" class="boxcontent">
<roundcube:object name="importstep" class="propform" /> <roundcube:object name="importstep" class="propform" />
<br/> <br/>
<p class="formbuttons"> <p class="formbuttons">
<roundcube:object name="importnav" class="button" /> <roundcube:object name="importnav" class="button" />
</p> </p>
</div> </div>
</div> </div>
</div> </div>

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />

@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" /> <roundcube:include file="/includes/links.html" />
</head> </head>
<body class="noscroll"> <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
<roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/header.html" />

Loading…
Cancel
Save