wcs: styling identification elements

This commit is contained in:
Frédéric Péters 2014-12-18 13:30:32 +01:00
parent ab0d542afd
commit 6b7b01f444
1 changed files with 28 additions and 0 deletions

View File

@ -23,6 +23,7 @@ body {
}
#wrapper {
position: relative;
width: 1170px;
margin: 0 auto;
}
@ -228,3 +229,30 @@ div#bas-de-page a {
font-weight: bold;
text-decoration: none;
}
div.ident-content {
padding: 15px;
}
div.ident-content h3 {
color: #AA0A2F;
margin: 0;
padding: 1ex;
}
p#logout,
p#login {
position: absolute;
top: 140px;
right: 10px;
z-index: 1000;
}
p#logout a,
p#login a {
font-weight: bold;
}
.category {
padding-bottom: 1ex;
}