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,
|
button, .button,
|
||||||
#quota, select, .pager li a {
|
#quota, select, .pager li a {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
min-width: 25px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: rgba(240,240,240,.9);
|
background-color: rgba(240,240,240,.9);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; }
|
||||||
|
|
||||||
#user-controls {
|
#user-controls {
|
||||||
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
-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;
|
padding: 0; margin: 0;
|
||||||
background: #eee; border-bottom: 1px solid #e7e7e7;
|
background: #eee; border-bottom: 1px solid #e7e7e7;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<li id="newgroup-form">
|
<li id="newgroup-form">
|
||||||
<form>
|
<form>
|
||||||
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
|
<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>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
<!-- Everyone -->
|
<!-- Everyone -->
|
||||||
|
|
Loading…
Reference in New Issue