fix related layout issues in user management

This commit is contained in:
Jan-Christoph Borchardt 2014-06-04 16:24:39 +02:00
Родитель 358a4ce753
Коммит bc47e56f9f
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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 -->