new layout finished: ie7 compat, dynamic, rounded corners...
the 2 "Manage..." options has been deleted

git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-06-09 18:57:26 +00:00
parent 84c5c2b202
commit 0c2e87cb58
5 changed files with 70 additions and 34 deletions
+37
View File
@@ -1102,4 +1102,41 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
-webkit-border-radius:10px;
-border-radius:10px;
margin-left:5px;
}
.groups {
text-align:center;
}
.groups li {
vertical-align: middle;
position: relative;
display: inline-block;
text-align: left;
height: 300px;
width: 250px;
margin: 5px;
border-radius: 5px;
}
.groups p {
text-align:left;
}
.groups label>p {
margin: 0;
border-radius: 5px 5px 0 0;
padding: 2px;
text-align: center;
}
.groups input {
float: right;
}
p.list_user {
text-align: left;
max-height: 200px;
overflow: auto;
}
a.group_perm {
position: absolute;
bottom: 5px;
right: 5px;
}