Commit 0c1dc927 authored by Pietro Albini's avatar Pietro Albini

Aligned tabs in users page

parent 41f0685d
......@@ -1289,6 +1289,30 @@ ins {
-webkit-border-radius: 4px;
}
.userSection
{
margin: 20px 0;
}
.userSection > h2
{
float: left;
width: 50%;
}
.userSection .tabsA
{
float: right;
max-width: 50%;
}
.userSection .tabsA:after
{
clear: both;
content: '';
display: block;
}
.user-info-table {
margin-bottom: 10px;
width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment