Merge pull request #14972 from owncloud/add-group-style

User management design details
remotes/origin/etag-endpoint
Morris Jobke 2015-03-18 01:16:01 +07:00
commit fe137bce1a
1 changed files with 21 additions and 2 deletions

@ -55,6 +55,23 @@ table.nostyle td { padding: 0.2em 0; }
content: '+'; font-weight: bold; font-size: 150%; content: '+'; font-weight: bold; font-size: 150%;
} }
#newgroup-form {
height: 44px;
}
#newgroupname {
margin: 6px;
width: 95%;
padding-right: 32px;
box-sizing: border-box
}
#newgroup-form .button {
position: absolute;
right: 0;
top: 3px;
height: 32px;
width: 32px;
}
.ie8 #newgroup-form .icon-add { .ie8 #newgroup-form .icon-add {
height: 30px; height: 30px;
} }
@ -78,7 +95,6 @@ span.utils .delete, .rename { display: none; }
#app-navigation ul li.active > span.utils .rename { display: block; } #app-navigation ul li.active > span.utils .rename { display: block; }
#usersearchform { position: absolute; top: 2px; right: 250px; } #usersearchform { position: absolute; top: 2px; right: 250px; }
#usersearchform label { font-weight: 700; } #usersearchform label { font-weight: 700; }
form { display:inline; }
/* display table at full width */ /* display table at full width */
table.grid { table.grid {
@ -121,13 +137,16 @@ select.quota.active { background: #fff; }
input.userFilter {width: 200px;} input.userFilter {width: 200px;}
/* positioning fixes */ /* positioning fixes */
#newuser {
padding-left: 3px;
}
#newuser .multiselect { #newuser .multiselect {
min-width: 150px !important; min-width: 150px !important;
} }
#newuser .multiselect, #newuser .multiselect,
#newusergroups + input[type='submit'] { #newusergroups + input[type='submit'] {
position: relative; position: relative;
top: 1px; top: -1px;
} }
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; } #headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }