]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Fix for Android browser again, again.
authorThomas Tanghus <thomas@tanghus.net>
Sun, 6 May 2012 11:49:40 +0000 (13:49 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sun, 6 May 2012 11:51:16 +0000 (13:51 +0200)
apps/contacts/css/contacts.css
apps/contacts/templates/index.php

index 3eb3144bf4bbfde57b3fa464c377406e3454f3b2..8323377f298d2cac4bc50ca7d036ebe1028e8c9e 100644 (file)
@@ -1,9 +1,9 @@
 /*dl > dt {
        font-weight: bold;
 }*/
-#leftcontent { top: 3.5em !important; }
+#leftcontent { top: 3.5em !important; padding: 0; margin: 0; }
 #rightcontent { top: 3.5em !important; padding-top: 5px; }
-#contacts { background: #fff; width: 20em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; }
+#contacts { background: #fff; width: 20em; left: 12.5em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; padding: 0; margin: 0; }
 #bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 0 0 #000, -3px 0 7px #000; -webkit-box-shadow: 0 0 0 #000, -3px 0 7px #000; box-shadow: 0 0 0 #000, -3px 0 7px #000;}
 #contacts_newcontact { float: left; margin: 0.2em 0 0 1em; }
 #chooseaddressbook { float: right; margin: 0.2em 1em 0 0; }
index 79825067d82d4332f425694d08c5b3d99ea5c503..c28b47e7c287e6366ebb09172b5f2b1eb045f31b 100755 (executable)
@@ -8,12 +8,12 @@
                <?php echo $this->inc("part.contacts"); ?>
        </ul>
 </div>
-       <div id="bottomcontrols">
-               <form>
-                       <button class="svg" id="contacts_newcontact" title="<?php echo $l->t('Add Contact'); ?>"><img class="svg" src="<?php echo OCP\Util::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>"   /></button>
-                       <button class="svg" id="chooseaddressbook" title="<?php echo $l->t('Addressbooks'); ?>"><img class="svg" src="core/img/actions/settings.svg" alt="<?php echo $l->t('Addressbooks'); ?>" /></button>
-               </form>
-       </div>
+<div id="bottomcontrols">
+       <form>
+               <button class="svg" id="contacts_newcontact" title="<?php echo $l->t('Add Contact'); ?>"><img class="svg" src="<?php echo OCP\Util::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>"   /></button>
+               <button class="svg" id="chooseaddressbook" title="<?php echo $l->t('Addressbooks'); ?>"><img class="svg" src="core/img/actions/settings.svg" alt="<?php echo $l->t('Addressbooks'); ?>" /></button>
+       </form>
+</div>
 <div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>">
        <?php
                if ($_['id']){