]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed broken lines in user table
authorBjoern Schiessle <schiessle@owncloud.com>
Fri, 8 Jun 2012 09:37:04 +0000 (11:37 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Fri, 8 Jun 2012 09:37:04 +0000 (11:37 +0200)
settings/css/settings.css
settings/templates/users.php

index b5a3c0f03b7c18faa5820620078604054047b876..d40838579774f5b0cb9cc114a6b8f132a54a4af3 100644 (file)
@@ -34,9 +34,10 @@ li.selected { background-color:#ddd; }
 #content>table:not(.nostyle) { margin-top:3em; }
 table:not(.nostyle) { width:100%; }
 #rightcontent { padding-left: 1em; }
-td.quota { position:absolute; }
+td.quota { position:relative; }
 div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
 select.quota { position:absolute; left:0; top:0; width:10em; }
+select.quota-user { position:relative; left:0; top:0; width:10em; }
 input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }
 div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
 select.quota.active { background: #fff; }
index a23a5bafe617f406c38a3453e5df94f2b9c84eec..1951f17a0b7723534d9900655519fba66060225c 100644 (file)
@@ -64,7 +64,7 @@ foreach($_["groups"] as $group) {
                                </select>
                        </td>
                        <td class="quota">
-                               <select class='quota'>
+                               <select class='quota-user'>
                                        <?php foreach($_['quota_preset'] as $preset):?>
                                                <option <?php if($user['quota']==$preset) echo 'selected="selected"';?> value='<?php echo $preset;?>'><?php echo $preset;?></option>
                                        <?php endforeach;?>