Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Adapt iOS i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 21, 2014
1 parent 0e29088 commit dec031e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/media.css
Expand Up @@ -137,5 +137,20 @@ and (max-width : 400px){
background-repeat: repeat repeat;
}

div.dialogBox{
min-width: 99%;
}

div.dialogBox.form-login_form div.dialogContent, div.dialogBox.form-login_form_dynamic div.dialogContent {
height: 100%;
padding-top: 20%!important;
}

#login_form, #login_form_dynamic {
margin: 0;
}

div.dialogContent div.SF_element {
margin: 0 10px;
}
}
22 changes: 22 additions & 0 deletions core/src/plugins/gui.ios/manifest.xml
Expand Up @@ -33,6 +33,28 @@
<a id="skipios-redir" class="m-2" style="width:70%; padding:10px; margin:10px auto; font-size:0.8em;" href="#">I don't care, let me use <br/>the web version of Pydio!</a><br>
</div>
]]></template>
<template name="orbit_style" element="ajxp_desktop" position="top" theme="orbit"><![CDATA[
<style>
#browser{
position:absolute;
z-index:10000;
}
a.m-2{
width: 80%;
padding: 20px;
margin: 10px auto;
font-size: 1em;
color: #555;
font-family: "Open Sans Regular";
border: 1px solid #666;
}
#message-id-1{
color: #555;
font-family: "Open Sans Regular";
margin: 30px auto !important;
}
</style>
]]></template>
</client_configs>
<actions>
<!-- Override a simple action -->
Expand Down

0 comments on commit dec031e

Please sign in to comment.