fix related layout issues in user management
This commit is contained in:
parent
358a4ce753
commit
bc47e56f9f
|
@ -166,6 +166,7 @@ input[type="submit"], input[type="button"],
|
|||
button, .button,
|
||||
#quota, select, .pager li a {
|
||||
width: auto;
|
||||
min-width: 25px;
|
||||
padding: 5px;
|
||||
background-color: rgba(240,240,240,.9);
|
||||
font-weight: bold;
|
||||
|
|
|
@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; }
|
|||
|
||||
#user-controls {
|
||||
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
||||
position: fixed; right: 0; left:380px; height: 44px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 230px;
|
||||
height: 44px;
|
||||
padding: 0; margin: 0;
|
||||
background: #eee; border-bottom: 1px solid #e7e7e7;
|
||||
z-index: 50;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<li id="newgroup-form">
|
||||
<form>
|
||||
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
|
||||
<input type="submit" class="button" value="<?php p($l->t('Add Group'))?>" />
|
||||
<input type="submit" class="button icon-add" value="" />
|
||||
</form>
|
||||
</li>
|
||||
<!-- Everyone -->
|
||||
|
|
Loading…
Reference in New Issue