Skip to content

Commit

Permalink
SAK-31159 - poor layout of "Account" main page
Browse files Browse the repository at this point in the history
  • Loading branch information
SedueRey committed May 26, 2016
1 parent a0f4b60 commit 7a6e571
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions user/user-tool/tool/src/webapp/css/sakai-user-tool.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
{
display: inline-block;
float: none;
text-align: right;
width: 12em;
text-align: left;
min-width: 17em;
}

#user-create_edit .reqStar, #useredit .reqStar
Expand Down Expand Up @@ -126,14 +126,20 @@
color: rgb(85, 85, 85);
display: inline-block;
float: none;
text-align: right;
text-align: left;
margin-right: 1em;
width: 9em;
min-width: 9em;
}

@media only screen and (max-width : 800px){
#userViewForm label, #useredit .shorttext label{
display: block;
}
}

#userViewForm .act, #user-create_edit .act, #useredit .act
{
text-align: right;
text-align: left; /* SAK-31159 - Consistency with the rest of the tools */
}

#user-create_edit fieldset, #useredit fieldset, #userViewForm fieldset
Expand All @@ -147,10 +153,9 @@
margin: 0 0 0.8em 0;
}

#userViewForm fieldset
{
width: 25em;
}
form .shorttext{
margin: 0 0 0.5em 0;
}

#user-create_edit fieldset
{
Expand All @@ -169,11 +174,6 @@
margin: 10px 0;
}

#useredit fieldset
{
width: 36em;
}

#userViewForm fieldset legend, #user-create_edit fieldset legend, #useredit fieldset legend
{
padding: 0 0.5em;
Expand Down

0 comments on commit 7a6e571

Please sign in to comment.